nodes

package
v0.0.0-...-f5bbbf4 Latest Latest
Warning

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

Go to latest
Published: May 2, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Nodes

type Nodes interface {
	// Create creates a new node
	Create(ctx context.Context, name string, config *proxynode.Config, allowedTenants []string, userInfo *entities.UserInfo) error

	// Get returns a node by name
	Get(ctx context.Context, name string, userInfo *entities.UserInfo) (*proxynode.Node, error)

	// List returns a list of nodes
	List(ctx context.Context, userInfo *entities.UserInfo) ([]string, error)
}

Nodes Service allows managing nodes

Directories

Path Synopsis
api
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
mock
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
proxy
Package mock is a generated GoMock package.
Package mock is a generated GoMock package.
service

Jump to

Keyboard shortcuts

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