package
0.66.3
Repository: https://github.com/raito-io/cli.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ParseVersion parses the given string version in the form X.Y.Z and returns a Version struct representing it.
No description provided by the author

# Constants

InfoName constant should not be used directly when implementing plugins.
No description provided by the author
FULL_DS_SYNC execute data source sync, identity store sync, access provider sync and data usage sync.
IS_SYNC execute only an identity store sync.
AC_PROVIDER execute only an access provider sync.
TAG_SYNC execute only a tag sync.
UNKNOWN plugin type.

# Variables

No description provided by the author
InfoService_ServiceDesc is the grpc.ServiceDesc for InfoService service.
Enum value maps for PluginType.
Enum value maps for PluginType.

# Structs

InfoPlugin is used on the server (CLI) and client (plugin) side to integrate with the plugin system.
ParameterInfo contains the information about a parameter.
PluginInfo represents the information about a plugin.
UnimplementedInfoServiceServer must be embedded to have forward compatible implementations.

# Interfaces

Info interface needs to be implemented by all plugins to provide basic plugin information.
InfoServiceClient is the client API for InfoService service.
InfoServiceServer is the server API for InfoService service.
UnsafeInfoServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

No description provided by the author