Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Endpoints []string `toml:"endpoints"` Register RegisterConfig `toml:"register"` Resolver ResolverConfig `toml:"resolver"` }
type RegisterConfig ¶
type ResolverConfig ¶
type ResolverConfig struct {
Services []string `toml:"services"`
}
Click to show internal directories.
Click to hide internal directories.