globals

package
v0.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControllerExtension

type ControllerExtension interface {
	Start(context.Context) error
}

ControllerExtension defines the interface implemented by the enterprise controller extension. This type can be used to pass the controller extension into handlers and repositories.

type NetIpResolver

type NetIpResolver interface {
	LookupNetIP(context.Context, string, string) ([]netip.Addr, error)
}

This is an interface satisfied by net.DefaultResolver but can be replaced for tests

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL