Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface {
gp.TablesManagement
Create(name string, creator user.User, members []user.User) (c *channel.Channel, err error)
Find(toFind channel.Channel) (c *channel.Channel, err error)
FindByName(u user.User, name string) (c *channel.Channel, err error)
List(u user.User, offset int, limit int) (list map[string]*channel.Channel, err error)
FindByID(ID int) (c *channel.Channel, err error)
}
Provider contains all the methods needed to manage channels
var P Provider
P is the selected provider
Click to show internal directories.
Click to hide internal directories.