()
| 26 | } |
| 27 | |
| 28 | func Definition() map[string][]string { |
| 29 | return map[string][]string{ |
| 30 | "message": { // field name |
| 31 | "string", // type |
| 32 | "The message to send", // description |
| 33 | }, |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | func RequiredFields() []string { |
| 38 | return []string{"message"} // field name |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…