Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Api ¶
type Api struct { ZoneName string ServerID string AccessToken string AccessTokenSecret string Logger Logger }
func (*Api) GetServerAddress ¶
type Config ¶
type Config struct { AccessToken string `json:"access_token"` AccessTokenSecret string `json:"access_token_secret"` Servers []Server `json:"servers"` }
func (*Config) GetServerID ¶
Click to show internal directories.
Click to hide internal directories.