Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyFields = errors.New("Minimum one mandatory field")
ErrEmptyFields ...
View Source
var ErrMaxWorkersZero = errors.New("MaxWorkers must be greater than 0")
ErrMaxWorkersZero ...
Functions ¶
Types ¶
type Config ¶
type Config struct {
FileConfig config.Invalidator
Cache *cache.Cache
LogLevel logger.Level
LogOutput io.Writer
}
Config ...
type Entry ¶
type Entry struct {
Host string `json:"host"`
Path string `json:"path"`
Header EntryHeader `json:"header"`
}
Entry ...
type EntryHeader ¶
EntryHeader ...
type Invalidator ¶
type Invalidator struct {
// contains filtered or unexported fields
}
Invalidator ...
Click to show internal directories.
Click to hide internal directories.