Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MainCommand ¶
func ParseUsers ¶
Types ¶
type Command ¶
func ParseCommand ¶
type RosterPayload ¶
type RosterPayload struct { ID string Command ChannelID string Token string TeamID string StartTime time.Time }
func (*RosterPayload) FromJson ¶
func (r *RosterPayload) FromJson(b []byte) error
func (*RosterPayload) FromMap ¶
func (r *RosterPayload) FromMap(m map[string]string)
func (RosterPayload) ToJson ¶
func (r RosterPayload) ToJson() []byte
Click to show internal directories.
Click to hide internal directories.