Documentation
¶
Index ¶
Constants ¶
Variables ¶
View Source
var ErrInvalidKeystorePoolInterval = errors.New("invalid keystore pool interval, must be > 0")
Functions ¶
func MonitorKeystorePoolSize ¶ added in v0.7.0
Types ¶
type CmkServer ¶
type CmkServer struct {
// contains filtered or unexported fields
}
func NewCMKServer ¶
type KeystorePoolMonitor ¶ added in v0.7.0
type KeystorePoolMonitor struct {
// contains filtered or unexported fields
}
func NewKeystorePoolMonitorFromCfg ¶ added in v0.7.0
func NewKeystorePoolMonitorFromCfg(cfg *config.Config) (*KeystorePoolMonitor, error)
func (*KeystorePoolMonitor) Start ¶ added in v0.7.0
func (m *KeystorePoolMonitor) Start(ctx context.Context)
type ServeMux ¶
type ServeMux struct {
BaseURL string
// contains filtered or unexported fields
}
func NewServeMux ¶
func (*ServeMux) HandleFunc ¶
Click to show internal directories.
Click to hide internal directories.