Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorParamEmpty liberr.CodeError = iota + liberr.MinPkgMailPooler ErrorMailPooler ErrorMailPoolerContext )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Max int `json:"max" yaml:"max" toml:"max" mapstructure:"max"`
Wait time.Duration `json:"wait" yaml:"wait" toml:"wait" mapstructure:"wait"`
// contains filtered or unexported fields
}
func (*Config) SetFuncCaller ¶
func (c *Config) SetFuncCaller(fct FuncCaller)
type FuncCaller ¶
type FuncCaller func() error
Click to show internal directories.
Click to hide internal directories.