 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	ChannelCollection = "slackChannels"
)
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiChannel ¶
type ApiChannel 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 (*ApiChannel) SetUpdating ¶
func (a *ApiChannel) SetUpdating()
func (*ApiChannel) ToCosSchema ¶
func (a *ApiChannel) ToCosSchema() CosChannel
type CosChannel ¶
 Click to show internal directories. 
   Click to hide internal directories.