package
0.0.0-20240514121623-71dd397b0380
Repository: https://github.com/artenso/command-runner.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
RegisterCommandRunnerHandler registers the http handlers for service CommandRunner to "mux".
RegisterCommandRunnerHandlerClient registers the http handlers for service CommandRunner to "mux".
RegisterCommandRunnerHandlerFromEndpoint is same as RegisterCommandRunnerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCommandRunnerHandlerServer registers the http handlers for service CommandRunner to "mux".
No description provided by the author
# Constants
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
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
CommandRunner_ServiceDesc is the grpc.ServiceDesc for CommandRunner service.
No description provided by the author
Enum value maps for Status.
Enum value maps for Status.
# Structs
No description provided by the author
AddCommandRequestValidationError is the validation error returned by AddCommandRequest.Validate if the designated constraints aren't met.
No description provided by the author
AddCommandResponseValidationError is the validation error returned by AddCommandResponse.Validate if the designated constraints aren't met.
No description provided by the author
CommandInListValidationError is the validation error returned by CommandInList.Validate if the designated constraints aren't met.
No description provided by the author
GetCommandRequestValidationError is the validation error returned by GetCommandRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetCommandResponseValidationError is the validation error returned by GetCommandResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListCommandRequestValidationError is the validation error returned by ListCommandRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListCommandResponseValidationError is the validation error returned by ListCommandResponse.Validate if the designated constraints aren't met.
No description provided by the author
StopCommandRequestValidationError is the validation error returned by StopCommandRequest.Validate if the designated constraints aren't met.
UnimplementedCommandRunnerServer must be embedded to have forward compatible implementations.
# Interfaces
CommandRunnerClient is the client API for CommandRunner service.
CommandRunnerServer is the server API for CommandRunner service.
UnsafeCommandRunnerServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
AddCommandRequestMultiError is an error wrapping multiple validation errors returned by AddCommandRequest.ValidateAll() if the designated constraints aren't met.
AddCommandResponseMultiError is an error wrapping multiple validation errors returned by AddCommandResponse.ValidateAll() if the designated constraints aren't met.
CommandInListMultiError is an error wrapping multiple validation errors returned by CommandInList.ValidateAll() if the designated constraints aren't met.
GetCommandRequestMultiError is an error wrapping multiple validation errors returned by GetCommandRequest.ValidateAll() if the designated constraints aren't met.
GetCommandResponseMultiError is an error wrapping multiple validation errors returned by GetCommandResponse.ValidateAll() if the designated constraints aren't met.
ListCommandRequestMultiError is an error wrapping multiple validation errors returned by ListCommandRequest.ValidateAll() if the designated constraints aren't met.
ListCommandResponseMultiError is an error wrapping multiple validation errors returned by ListCommandResponse.ValidateAll() if the designated constraints aren't met.
No description provided by the author
StopCommandRequestMultiError is an error wrapping multiple validation errors returned by StopCommandRequest.ValidateAll() if the designated constraints aren't met.