Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProviderConfigSecretSpec ¶ added in v0.2.0
type ProviderConfigSecretSpec struct {
// JWT is the NATS users JWT token to use for authentication.
JWT string `json:"jwt"`
// SeedKey is the NATS users seed key to use for authentication.
SeedKey string `json:"seed_key"`
// Address is the NATS address to use for authentication.
Address string `json:"address"`
}
Click to show internal directories.
Click to hide internal directories.