MCPcopy
hub / github.com/apache/devlake / SlackOptions

Struct SlackOptions

backend/plugins/slack/tasks/task_data.go:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28type SlackOptions struct {
29 ConnectionId uint64 `json:"connectionId"`
30 ChannelId string `json:"channelId,omitempty" mapstructure:"channelId,omitempty"`
31}
32
33type SlackTaskData struct {
34 Options *SlackOptions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected