Documentation
¶
Index ¶
- type Cast
- type Client
- func (c *Client) AddFavoriteCast(ctx context.Context, cast *Cast) error
- func (c *Client) AddFavoriteCasts(ctx context.Context, casts []*Cast) error
- func (c *Client) AddFavoriteShop(ctx context.Context, shop *Shop) error
- func (c *Client) AddFavoriteShops(ctx context.Context, shops []*Shop) error
- func (c *Client) DeleteFavoriteCast(ctx context.Context, cast *Cast) error
- func (c *Client) DeleteFavoriteCasts(ctx context.Context, casts []*Cast) error
- func (c *Client) DeleteFavoriteShop(ctx context.Context, shop *Shop) error
- func (c *Client) DeleteFavoriteShops(ctx context.Context, shops []*Shop) error
- func (c *Client) GetFavoriteCasts(ctx context.Context) ([]*Cast, error)
- func (c *Client) GetFavoriteShops(ctx context.Context) ([]*Shop, error)
- func (c *Client) Login(ctx context.Context, id, password string) error
- type Shop
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) AddFavoriteCast ¶
func (*Client) AddFavoriteCasts ¶
func (*Client) AddFavoriteShop ¶
func (*Client) AddFavoriteShops ¶
func (*Client) DeleteFavoriteCast ¶
func (*Client) DeleteFavoriteCasts ¶
func (*Client) DeleteFavoriteShop ¶
func (*Client) DeleteFavoriteShops ¶
func (*Client) GetFavoriteCasts ¶
func (*Client) GetFavoriteShops ¶
Click to show internal directories.
Click to hide internal directories.