Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Marketplace ¶
type Marketplace struct {
// contains filtered or unexported fields
}
Marketplace is a gateway to interact with Mattermost Plugin Marketplace.
func New ¶
func New(addr string) *Marketplace
New creates a new Marketplace with given Marketplace address addr.
func (*Marketplace) ListPlugins ¶
func (m *Marketplace) ListPlugins() (Plugins, error)
ListPlugins fetches all plugins from the Marketplace.
type NotFoundError ¶
type NotFoundError struct { // ID of the plugin. ID string }
NotFoundError error is returned when a plugin with id is not found.
func (*NotFoundError) Error ¶
func (e *NotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.