Documentation
¶
Index ¶
Constants ¶
View Source
const (
ChannelCollection = "slackChannels"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct { Name string `json:"name" bson:"name"` URL string `json:"url" bson:"url"` Description string `json:"description" bson:"description"` Enabled bool `json:"enabled,omitempty" bson:"enabled"` Status status.Settings `json:"status" bson:"status"` }
func (*Channel) InitUpdateStatus ¶
func (c *Channel) InitUpdateStatus()
Click to show internal directories.
Click to hide internal directories.