Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrorParamsEmpty errors.CodeError = iota + errors.MinPkgMailPooler ErrorMailPooler ErrorMailPoolerContext )
Variables ¶
This section is empty.
Functions ¶
func IsCodeError ¶
func IsCodeError() bool
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 ¶
Click to show internal directories.
Click to hide internal directories.