Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NATS ¶
type NATS struct {
// contains filtered or unexported fields
}
func NewNatsBackend ¶
func NewNatsBackend(nc *nats.Conn, v ValidateFunc) (*NATS, error)
type ReaderDeleter ¶
type RecordError ¶
func NewSecretError ¶
func NewSecretError(status int, description string) RecordError
func (RecordError) Body ¶
func (r RecordError) Body() string
func (RecordError) Code ¶
func (r RecordError) Code() int
func (RecordError) Error ¶
func (r RecordError) Error() string
type Secret ¶
type ValidateFunc ¶ added in v0.0.3
func DefaultValidator ¶ added in v0.0.3
func DefaultValidator(length int) ValidateFunc
Click to show internal directories.
Click to hide internal directories.