Documentation ¶
Index ¶
- type API
- func (m *API) CreatePost(post *model.Post) (*model.Post, *model.AppError)
- func (m *API) GetChannelByName(name, teamId string) (*model.Channel, *model.AppError)
- func (m *API) GetTeamByName(name string) (*model.Team, *model.AppError)
- func (m *API) GetUserByUsername(name string) (*model.User, *model.AppError)
- func (m *API) LoadPluginConfiguration(dest interface{}) error
- type Hooks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
func (*API) GetChannelByName ¶
func (*API) GetUserByUsername ¶
func (*API) LoadPluginConfiguration ¶
Click to show internal directories.
Click to hide internal directories.