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

# Packages

No description provided by the author

# Functions

ActionTypeString retrieves an enum value from the enum constants string name.
ActionTypeStrings returns a slice of all String values of the enum.
ActionTypeValues returns all values of the enum.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
DataUsageSyncerName constant should not be used directly when implementing plugins.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

DataUsageSyncService_ServiceDesc is the grpc.ServiceDesc for DataUsageSyncService service.
No description provided by the author
No description provided by the author

# Structs

DataUsageSyncConfig represents the configuration that is passed from the CLI to the DataUsageSyncer plugin interface.
DataUsageSyncerPlugin is used on the server (CLI) and client (plugin) side to integrate with the plugin system.
No description provided by the author
DataUsageSyncResult represents the result from the data usage sync process.
No description provided by the author
UnimplementedDataUsageSyncServiceServer must be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author

# Interfaces

DataUsageFileCreator describes the interface for easily creating the data usage import files to be exported from the Raito CLI.
DataUsageSyncer interface needs to be implemented by any plugin that wants to import data usage information into a Raito data source.
DataUsageSyncServiceClient is the client API for DataUsageSyncService service.
DataUsageSyncServiceServer is the server API for DataUsageSyncService service.
UnsafeDataUsageSyncServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

go:generate go run github.com/raito-io/enumer -json -type=ActionType -transform=lower.