Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Description ¶
func Description() string
Description returns a markdown version of NATs authentication documentation.
Types ¶
type Config ¶
type Config struct { NKeyFile string `json:"nkey_file" yaml:"nkey_file"` UserCredentialsFile string `json:"user_credentials_file" yaml:"user_credentials_file"` UserJWT string `json:"user_jwt" yaml:"user_jwt"` UserNkeySeed string `json:"user_nkey_seed" yaml:"user_nkey_seed"` }
Config contains configuration params for NATS authentication.
Click to show internal directories.
Click to hide internal directories.