Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrChainsConfigMustBeStringMap = errors.New("Chain config must a string map")
)
Functions ¶
This section is empty.
Types ¶
type APIConfig ¶
APIConfig manages configuration data for the API app
func NewAPIConfig ¶
NewAPIConfig returns a *APIConfig populated with data from the given file
type ChainsConfig ¶
type ChainsConfig map[ids.ID]ChainConfig
type ClientConfig ¶
type ClientConfig struct { Common KafkaConfig FilterConfig Context string IPCRoot string }
ClientConfig manages configuration data for the client app
func NewClientConfig ¶
func NewClientConfig(context string, file string) (ClientConfig, error)
NewClientConfig returns a *ClientConfig populated with data from the given file
type Common ¶
type Common struct { NetworkID uint32 ChainsConfig ServiceConfig }
type FilterConfig ¶
type KafkaConfig ¶
Click to show internal directories.
Click to hide internal directories.