Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthConfig ¶
type AuthConfig struct { Enabled bool `mapstructure:"enabled"` Key string `mapstructure:"key"` KeyType string `mapstructure:"key_type"` }
AuthConfig auth config
func (AuthConfig) KeyFunc ¶
func (a AuthConfig) KeyFunc(t *jwt.Token) (interface{}, error)
KeyFunc auth key types
type Config ¶
type Config struct { Global global `mapstructure:"global"` Log logConf `mapstructure:"log"` Nats natsConf `mapstructure:"nats"` Node nodeConf `mapstructure:"node"` Avp avpConf `mapstructure:"avp"` Signal signalConf `mapstructure:"signal"` }
Config for biz node
Click to show internal directories.
Click to hide internal directories.