Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
func Register(registerFunc RegisterFunc)
Register should be called by the plugin to register all necessary commands
Types ¶
type Command ¶
type Command struct { SL sl.SL ConfigStore config.Store Context *plugin.Context Args *model.CommandArgs ChannelID string // contains filtered or unexported fields }
Command handles commands
type RegisterFunc ¶
RegisterFunc is a function that allows the runner to register commands with the mattermost server.
Source Files ¶
- command.go
- command_flags.go
- command_handle.go
- info.go
- rotation_archive.go
- rotation_autopilot.go
- rotation_list.go
- rotation_new.go
- rotation_set.go
- rotation_show.go
- skill.go
- task_assign.go
- task_fill.go
- task_new.go
- task_show.go
- task_transition.go
- task_unassign.go
- user_disqualify.go
- user_join.go
- user_leave.go
- user_qualify.go
- user_show.go
- user_unavailable.go
Click to show internal directories.
Click to hide internal directories.