Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExitOnError ¶
func ExitOnError(err error)
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) ServerTime ¶
func (c Client) ServerTime() (ServerTimeResponse, error)
type KrakenErrors ¶
type KrakenErrors []string
func (KrakenErrors) Errors ¶
func (ke KrakenErrors) Errors() error
type OHLCResponse ¶
type ServerTimeResponse ¶
type ServerTimeResponse struct { Error KrakenErrors Result ServerTimeResult }
type ServerTimeResult ¶
type ServerTimeResult struct {
UnixTime int64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.