Versions in this module Expand all Collapse all v0 v0.4.3 Mar 20, 2025 Changes in this version + type Config struct + Networks map[string]string + func Load(b []byte) (*Config, error) + func LoadFile(f string) (*Config, error) + func (c *Config) Validate() error + type Request struct + Payload []byte + type Response struct + Error string + Payload []byte