integrations

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 16, 2017 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Key string
	// contains filtered or unexported fields
}

func New

func New(c *client.Client) *Client

func (*Client) Command

func (c *Client) Command(id string) (*models.Command, error)

func (*Client) Commands

func (c *Client) Commands() (*models.Commands, error)

func (*Client) DeleteCommand

func (c *Client) DeleteCommand(id string) error

func (*Client) DeleteEnhancement

func (c *Client) DeleteEnhancement(id string) error

func (*Client) DeleteLinkResolver

func (c *Client) DeleteLinkResolver(id string) error

func (*Client) DeleteSidebar

func (c *Client) DeleteSidebar(id string) error

func (*Client) Enhancement

func (c *Client) Enhancement(id string) (*models.Enhancement, error)

func (*Client) Enhancements

func (c *Client) Enhancements() (*models.Enhancements, error)

func (*Client) LinkResolver

func (c *Client) LinkResolver(id string) (*models.LinkResolver, error)

func (*Client) LinkResolvers

func (c *Client) LinkResolvers() (*models.LinkResolvers, error)

func (*Client) NewCommand

func (c *Client) NewCommand(command *models.Command) (*models.Command, error)

func (*Client) NewEnhancement

func (c *Client) NewEnhancement(enhancement *models.Enhancement) (*models.Enhancement, error)

func (*Client) NewLinkResolver

func (c *Client) NewLinkResolver(resolver *models.LinkResolver) (*models.LinkResolver, error)

func (*Client) NewSidebar

func (c *Client) NewSidebar(sidebar *models.Sidebar) (*models.Sidebar, error)

func (*Client) Sidebar

func (c *Client) Sidebar(id string) (*models.Sidebar, error)

func (*Client) Sidebars

func (c *Client) Sidebars() (*models.Sidebars, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL