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.
Click to show internal directories.
Click to hide internal directories.