Documentation ¶
Index ¶
- func Cert(opts ...Option) plugin.Plugin
- func GetName() string
- type Option
- type PlugCert
- func (ce *PlugCert) ConfPrefix() string
- func (ce *PlugCert) DependsOn(config.Value) []string
- func (ce *PlugCert) GetCrt() []byte
- func (ce *PlugCert) GetKey() []byte
- func (ce *PlugCert) GetRootCA() []byte
- func (ce *PlugCert) Load(b config.Value) (plugin.Plugin, error)
- func (ce *PlugCert) Name() string
- func (ce *PlugCert) Unload() error
- func (ce *PlugCert) Weight() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PlugCert ¶
type PlugCert struct {
// contains filtered or unexported fields
}
func (*PlugCert) ConfPrefix ¶
Click to show internal directories.
Click to hide internal directories.