| 26 | } |
| 27 | |
| 28 | type SlackOptions struct { |
| 29 | ConnectionId uint64 `json:"connectionId"` |
| 30 | ChannelId string `json:"channelId,omitempty" mapstructure:"channelId,omitempty"` |
| 31 | } |
| 32 | |
| 33 | type SlackTaskData struct { |
| 34 | Options *SlackOptions |
nothing calls this directly
no outgoing calls
no test coverage detected