app_api

package
v0.0.24 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Registry

type Registry interface {
	// ifaces
	TunIface(name string) (*iproute2.TunIface, bool)
	RegisterTunIface(iface *iproute2.TunIface) error
	DeleteTunIface(name string)
	RegisterControllerRegistry(*ctrl.ControllerRegistry)
	ControllerRegistry() (*ctrl.ControllerRegistry, bool)
	DeleteControllerRegistry()
	RegisterDB(*database.Database)
	DB() (*database.Database, bool)
	DeleteDB()
}

Jump to

Keyboard shortcuts

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