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) DeleteFavoriteCast(ctx context.Context, cast *Cast) error
- func (c *Client) DeleteFavoriteCasts(ctx context.Context, casts []*Cast) error
- func (c *Client) GetFavoriteCasts(ctx context.Context) ([]*Cast, error)
- func (c *Client) GetFavoriteCount(ctx context.Context, cast *Cast) (int, error)
- func (c *Client) GetShopCasts(ctx context.Context, strURL string) ([]*Cast, error)
- func (c *Client) GetShopURL(ctx context.Context, area, shop string) (string, error)
- func (c *Client) Login(ctx context.Context, id, password string) error
- func (c *Client) SortFavoriteCasts(ctx context.Context, casts []*Cast) error
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) DeleteFavoriteCast ¶
func (*Client) DeleteFavoriteCasts ¶
func (*Client) GetFavoriteCasts ¶
func (*Client) GetFavoriteCount ¶
func (*Client) GetShopCasts ¶
func (*Client) GetShopURL ¶
Click to show internal directories.
Click to hide internal directories.