hosts

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2022 License: MPL-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// CollectionActions contains the set of actions that can be performed on
	// this collection
	CollectionActions = action.ActionSet{
		action.Create,
		action.List,
	}
)

Functions

This section is empty.

Types

type Service

type Service struct {
	pbs.UnimplementedHostServiceServer
	// contains filtered or unexported fields
}

func NewService

func NewService(repoFn common.StaticRepoFactory, pluginRepoFn common.PluginHostRepoFactory) (Service, error)

NewService returns a host Service which handles host related requests to boundary and uses the provided repositories for storage and retrieval.

func (Service) CreateHost

CreateHost implements the interface pbs.HostServiceServer.

func (Service) DeleteHost

DeleteHost implements the interface pbs.HostServiceServer.

func (Service) GetHost

func (s Service) GetHost(ctx context.Context, req *pbs.GetHostRequest) (*pbs.GetHostResponse, error)

GetHost implements the interface pbs.HostServiceServer.

func (Service) ListHosts

func (Service) UpdateHost

UpdateHost implements the interface pbs.HostServiceServer.

Jump to

Keyboard shortcuts

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