Documentation ¶
Index ¶
- type Client
- func (client *Client) FetchAndInsertAxiom(mail store.KillmailData) error
- func (client *Client) FetchAndInsertKillmail(id int, hash string) error
- func (client *Client) FetchAndInsertZKB(id int) error
- func (c *Client) MakeESIGet(url string) (out []byte, err error)
- func (c *Client) MakeGetRequest(url string) ([]byte, error)
- func (c *Client) MakeZKBGet(url string) ([]byte, error)
- func (client *Client) ResolveIDsToNames(ids []int) (names map[int]string, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { HTTP *http.Client Store store.Store Log *log.Logger UserAgent string ESIRateLimit *safeCounter ZKBRateLimit *safeCounter RetryLimit int }
func (*Client) FetchAndInsertAxiom ¶
func (client *Client) FetchAndInsertAxiom(mail store.KillmailData) error
func (*Client) FetchAndInsertKillmail ¶
func (*Client) FetchAndInsertZKB ¶
Click to show internal directories.
Click to hide internal directories.