Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { // Address is address for handle API Address string `json:"address" yaml:"address" hcl:"address,optional"` // ServiceAddress is address for listen service handlers ServiceAddress string `json:"serviceAddress" yaml:"serviceAddress" hcl:"serviceAddress,optional"` }
API config
Click to show internal directories.
Click to hide internal directories.