Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidPairCertificate = errors.New("invalid pair certificate") ErrInvalidCertificate = errors.New("invalid certificate") )
Functions ¶
func ViperDecoderHook ¶
func ViperDecoderHook() libmap.DecodeHookFuncType
Types ¶
type Cert ¶
type Cert interface { encoding.TextMarshaler encoding.TextUnmarshaler encoding.BinaryMarshaler encoding.BinaryUnmarshaler json.Marshaler json.Unmarshaler yaml.Marshaler yaml.Unmarshaler toml.Marshaler toml.Unmarshaler cbor.Marshaler cbor.Unmarshaler fmt.Stringer Len() int AppendPool(p *x509.CertPool) AppendBytes(p []byte) error AppendString(str string) error }
Click to show internal directories.
Click to hide internal directories.