lib

package module
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 12, 2024 License: Apache-2.0 Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Api

type Api interface {
	GetHostInfo(ctx context.Context) (model.HostInfo, error)
	GetHostNet(ctx context.Context) (model.HostNet, error)
	ListHostResources(ctx context.Context, filter model.HostResourceFilter) ([]model.HostResource, error)
	GetHostResource(ctx context.Context, rID string) (model.HostResource, error)
	ListHostApplications(ctx context.Context) ([]model.HostApplication, error)
	AddHostApplication(ctx context.Context, appResBase model.HostApplicationBase) (string, error)
	RemoveHostApplication(ctx context.Context, aID string) error
	GetNetItfBlacklist(ctx context.Context) ([]string, error)
	NetItfBlacklistAdd(ctx context.Context, v string) error
	NetItfBlacklistRemove(ctx context.Context, v string) error
	GetNetRngBlacklist(ctx context.Context) ([]string, error)
	NetRngBlacklistAdd(ctx context.Context, v string) error
	NetRngBlacklistRemove(ctx context.Context, v string) error
	MDNSQueryService(ctx context.Context, service, domain string, window time.Duration) ([]model.MDNSEntry, error)
	srv_info_lib.Api
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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