Documentation ¶
Index ¶
- type CaddyfileKeyValues
- type Dialer
- type Net
- type TestBind
- func (TestBind) BatchSize() int
- func (TestBind) Close() error
- func (TestBind) Open(uint16) (fns []conn.ReceiveFunc, actualPort uint16, err error)
- func (TestBind) ParseEndpoint(s string) (conn.Endpoint, error)
- func (TestBind) Send(bufs [][]byte, ep conn.Endpoint) error
- func (TestBind) SetMark(uint32) error
- type UnmarshalCaddyfileFn
- type Wg
- type WgDialer
- type WgNet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaddyfileKeyValues ¶
type CaddyfileKeyValues map[string]UnmarshalCaddyfileFn
type Net ¶
func (*Net) ListenPacket ¶
type UnmarshalCaddyfileFn ¶
func UnmarshalCaddyfileNesting ¶
func UnmarshalCaddyfileNesting[T any](s *[]*T, fn func(*T) (UnmarshalCaddyfileFn, CaddyfileKeyValues)) UnmarshalCaddyfileFn
type Wg ¶
func (*Wg) Start ¶
func (w *Wg) Start(fn pointc.RegisterFunc, m map[string]*Net, cfg wgapi.Configurable) (err error)
func (*Wg) UnmarshalCaddyfile ¶
func (w *Wg) UnmarshalCaddyfile(d *caddyfile.Dispenser, name UnmarshalCaddyfileFn, m CaddyfileKeyValues) (err error)
Click to show internal directories.
Click to hide internal directories.