session_recordings

package
v0.13.0 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2023 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// IdActions contains the set of actions that can be performed on
	// individual resources
	IdActions = action.ActionSet{
		action.NoOp,
		action.Read,
		action.Download,
	}

	// CollectionActions contains the set of actions that can be performed on
	// this collection
	CollectionActions = action.ActionSet{
		action.List,
	}
)
View Source
var NewServiceFn = func(ctx context.Context,
	iamRepoFn common.IamRepoFactory,
	workerStatusGracePeriod *atomic.Int64,
	kms *kms.Kms,
	controllerExt intglobals.ControllerExtension,
) (pbs.SessionRecordingServiceServer, error) {
	return Service{}, nil
}

NewServiceFn returns a storage bucket service which is not implemented in OSS

Functions

This section is empty.

Types

type Service

func (Service) Download

Download implements the interface pbs.SessionRecordingServiceServer.

func (Service) GetSessionRecording

GetSessionRecording implements the interface pbs.SessionRecordingServiceServer.

func (Service) ListSessionRecordings

ListSessionRecordings implements the interface pbs.SessionRecordingServiceServer.

Jump to

Keyboard shortcuts

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