package
Version:
v0.0.0-...-8d273c4
Opens a new window with list of versions in this module.
Published: Jun 8, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func MapEntity() map[string]interface{}
type Config struct {
Hosts map[string]Host `json:"hosts"`
}
type Host struct {
Address string `json:"address"`
Port int `json:"port"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.