package
0.0.0-20241101121158-24bc511787d3
Repository: https://github.com/rigdev/rig-go-api.git
Documentation: pkg.go.dev

# Functions

NewPluginServiceClient constructs a client for the api.v1.plugin.PluginService service.
NewPluginServiceHandler builds an HTTP handler from the service implementation.
NewRequestServiceClient constructs a client for the api.v1.plugin.RequestService service.
NewRequestServiceHandler builds an HTTP handler from the service implementation.

# Constants

PluginServiceComputeConfigProcedure is the fully-qualified name of the PluginService's ComputeConfig RPC.
PluginServiceInitializeProcedure is the fully-qualified name of the PluginService's Initialize RPC.
PluginServiceName is the fully-qualified name of the PluginService service.
PluginServiceRunCapsuleProcedure is the fully-qualified name of the PluginService's RunCapsule RPC.
PluginServiceWatchObjectStatusProcedure is the fully-qualified name of the PluginService's WatchObjectStatus RPC.
RequestServiceDeleteObjectProcedure is the fully-qualified name of the RequestService's DeleteObject RPC.
RequestServiceGetObjectProcedure is the fully-qualified name of the RequestService's GetObject RPC.
RequestServiceListObjectsProcedure is the fully-qualified name of the RequestService's ListObjects RPC.
RequestServiceMarkUsedObjectProcedure is the fully-qualified name of the RequestService's MarkUsedObject RPC.
RequestServiceName is the fully-qualified name of the RequestService service.
RequestServiceSetObjectProcedure is the fully-qualified name of the RequestService's SetObject RPC.

# Structs

UnimplementedPluginServiceHandler returns CodeUnimplemented from all methods.
UnimplementedRequestServiceHandler returns CodeUnimplemented from all methods.

# Interfaces

PluginServiceClient is a client for the api.v1.plugin.PluginService service.
PluginServiceHandler is an implementation of the api.v1.plugin.PluginService service.
RequestServiceClient is a client for the api.v1.plugin.RequestService service.
RequestServiceHandler is an implementation of the api.v1.plugin.RequestService service.