Versions in this module Expand all Collapse all v1 v1.0.4 Sep 29, 2024 Changes in this version + type ListenerWrapper struct + Allow []string + Deny []string + FallbackPolicy Policy + Timeout kengine.Duration + func (ListenerWrapper) KengineModule() kengine.ModuleInfo + func (pp *ListenerWrapper) Provision(ctx kengine.Context) error + func (pp *ListenerWrapper) WrapListener(l net.Listener) net.Listener + func (w *ListenerWrapper) UnmarshalKenginefile(d *kenginefile.Dispenser) error + type Policy int + const PolicyIGNORE + const PolicyREJECT + const PolicyREQUIRE + const PolicySKIP + const PolicyUSE + func (x *Policy) UnmarshalText(text []byte) error + func (x Policy) MarshalText() ([]byte, error) Other modules containing this package github.com/khulnasoft/kengine/v2