Documentation ¶
Index ¶
- Constants
- type Client
- func (c *Client) AllEvents(code string, fight *fight.Fight) (fs []events.Event, err error)
- func (c *Client) Events(code string, fight *fight.Fight, filter string) (fs []events.Event, err error)
- func (c *Client) Fights(code string) (fs fight.Fights, err error)
- func (c *Client) SourceEvents(code string, fight *fight.Fight, guid int) (fs []events.Event, err error)
- func (c *Client) TargetEvents(code string, fight *fight.Fight, guid int) (fs []events.Event, err error)
- func (c *Client) TypeEvents(code string, fight *fight.Fight, etype string) (fs []events.Event, err error)
Constants ¶
View Source
const ApiKeyParam = "api_key"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.