Documentation
¶
Index ¶
- Constants
- 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) GetFollowingCasts(ctx context.Context) ([]*Cast, error)
- func (c *Client) GetShopAttendees(ctx context.Context, strURL string) ([]*Cast, 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
- type Shop
Constants ¶
View Source
const Version = "0.1.8"
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) GetFollowingCasts ¶ added in v0.0.18
func (*Client) GetShopAttendees ¶ added in v0.0.16
func (*Client) GetShopCasts ¶
func (*Client) GetShopURL ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.