Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Path of config file Path string )
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend struct {
URL string `ini:"URL"`
User string `ini:"USER"`
Password string `ini:"PASSWORD"`
}
Backend defines the api backend configuration
Click to show internal directories.
Click to hide internal directories.