Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandPostHook ¶
type CommandPostHook struct {
// contains filtered or unexported fields
}
CommandPostHook executes given commands when a certificate has been updated.
func NewCommandPostHook ¶
func NewCommandPostHook(commands []string) (*CommandPostHook, error)
func (*CommandPostHook) Invoke ¶
func (hook *CommandPostHook) Invoke() error
Click to show internal directories.
Click to hide internal directories.