apimethod

package
v1.8.13 Latest Latest
Warning

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

Go to latest
Published: May 22, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package apimethod provides a type for the API grpc method names.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type APIMethod

type APIMethod string
const (
	ReadAuthorizationModel  APIMethod = "ReadAuthorizationModel"
	ReadAuthorizationModels APIMethod = "ReadAuthorizationModels"
	Read                    APIMethod = "Read"
	Write                   APIMethod = "Write"
	ListObjects             APIMethod = "ListObjects"
	StreamedListObjects     APIMethod = "StreamedListObjects"
	Check                   APIMethod = "Check"
	BatchCheck              APIMethod = "BatchCheck"
	ListUsers               APIMethod = "ListUsers"
	WriteAssertions         APIMethod = "WriteAssertions"
	ReadAssertions          APIMethod = "ReadAssertions"
	WriteAuthorizationModel APIMethod = "WriteAuthorizationModel"
	ListStores              APIMethod = "ListStores"
	CreateStore             APIMethod = "CreateStore"
	GetStore                APIMethod = "GetStore"
	DeleteStore             APIMethod = "DeleteStore"
	Expand                  APIMethod = "Expand"
	ReadChanges             APIMethod = "ReadChanges"
)

API methods.

func (APIMethod) String

func (a APIMethod) String() string

String converts the APIMethod to its string representation.

Jump to

Keyboard shortcuts

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