Documentation ¶
Index ¶
- type Client
- func (c *Client) Auth(ctx context.Context) error
- func (c *Client) CreateMotion(ctx context.Context, id string, motionStrength int) (string, string, error)
- func (c *Client) Start(ctx context.Context) error
- func (c *Client) Stop(ctx context.Context) error
- func (c *Client) Upload(ctx context.Context, path string) (string, error)
- type Config
- type CookieStore
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CreateMotion ¶
type CookieStore ¶
type CookieStore interface { GetCookie(context.Context) (string, error) SetCookie(context.Context, string) error }
func NewCookieStore ¶
func NewCookieStore(path string) CookieStore
Click to show internal directories.
Click to hide internal directories.