Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewIdempotent)
Functions ¶
This section is empty.
Types ¶
type Idempotent ¶
type Idempotent struct {
// contains filtered or unexported fields
}
func NewIdempotent ¶
func NewIdempotent(redis redis.UniversalClient) (idt *Idempotent, err error)
NewIdempotent is initialize idempotent from config.
Click to show internal directories.
Click to hide internal directories.