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