actions

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2025 License: BSD-3-Clause-Clear Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Stored name of the standard 'create' action
	ActionNameCreate = string(policydb.ActionCreate)
	// Stored name of the standard 'read' action
	ActionNameRead = string(policydb.ActionRead)
	// Stored name of the standard 'update' action
	ActionNameUpdate = string(policydb.ActionUpdate)
	// Stored name of the standard 'delete' action
	ActionNameDelete = string(policydb.ActionDelete)
)

Re-exported action names for consumers of ActionService protos

Variables

This section is empty.

Functions

func OnConfigUpdate

func OnConfigUpdate(actionsSvc *ActionService) serviceregistry.OnConfigUpdateHook

Types

type ActionService

type ActionService struct {
	// contains filtered or unexported fields
}

func (*ActionService) Close added in v0.5.5

func (a *ActionService) Close()

Close gracefully shuts down the actions service, closing the database client.

Jump to

Keyboard shortcuts

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