Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Configuration ¶
type Configuration struct { Addr EndpointType // endpoint address ApiKey string SecretKey string Password string DebugMode bool }
func NewAuthConfiguration ¶ added in v0.0.6
func NewAuthConfiguration(pathToConf string, exNum int, endpoint EndpointType, debug bool) Configuration
получение конфигурации для подключения с ApiKey и SecretKey, необходимых для авторизации
func NewConfiguration ¶ added in v0.0.6
func NewConfiguration(endpoint EndpointType, debug bool) Configuration
type EndpointType ¶
type EndpointType string
Click to show internal directories.
Click to hide internal directories.