Documentation ¶
Index ¶
- func NewIngress(opts ...Option) ingress.Ingress
- type Option
- func FileLoaderOption(fileLoader loader.Loader) Option
- func HTTPLoaderOption(httpLoader loader.Loader) Option
- func LoggerOption(logger logger.Logger) Option
- func RedisLoaderOption(redisLoader loader.Loader) Option
- func ReloadPeriodOption(period time.Duration) Option
- func RulesOption(rules []*ingress.Rule) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIngress ¶
NewIngress creates and initializes a new Ingress.
Types ¶
type Option ¶
type Option func(opts *options)
func FileLoaderOption ¶
func HTTPLoaderOption ¶
func LoggerOption ¶
func RedisLoaderOption ¶
func ReloadPeriodOption ¶
func RulesOption ¶
Click to show internal directories.
Click to hide internal directories.