Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(NewGenerator), fx.Provide(New), )
Module for fx.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Secret string `yaml:"secret,omitempty" json:"secret,omitempty" toml:"secret,omitempty"`
}
Config for hooks.
type Generator ¶ added in v1.367.0
type Generator struct {
// contains filtered or unexported fields
}
Generator for hooks.
func NewGenerator ¶ added in v1.367.0
NewGenerator for hooks.
Click to show internal directories.
Click to hide internal directories.