Documentation ¶
Index ¶
Constants ¶
View Source
const ( ApiKey = "API_KEY" Aes = "AES" Rsa = "RSA" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
func NewAuthenticator ¶
func NewAuthenticator(apikey, apiSecret string, kind string) *Authenticator
type HttpSender ¶
type HttpSender struct { Config // contains filtered or unexported fields }
func NewHttpSender ¶
func NewHttpSender(config Config, auth *Authenticator) *HttpSender
Click to show internal directories.
Click to hide internal directories.