package
0.0.13
Repository: https://github.com/kiaedev/kiae.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterClusterServiceHandler registers the http handlers for service ClusterService to "mux".
RegisterClusterServiceHandlerClient registers the http handlers for service ClusterService to "mux".
RegisterClusterServiceHandlerFromEndpoint is same as RegisterClusterServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterClusterServiceHandlerServer registers the http handlers for service ClusterService to "mux".
No description provided by the author

# Variables

ClusterService_ServiceDesc is the grpc.ServiceDesc for ClusterService service.
No description provided by the author

# Structs

No description provided by the author
ClusterValidationError is the validation error returned by Cluster.Validate if the designated constraints aren't met.
No description provided by the author
ListRequestValidationError is the validation error returned by ListRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListResponseValidationError is the validation error returned by ListResponse.Validate if the designated constraints aren't met.
UnimplementedClusterServiceServer should be embedded to have forward compatible implementations.
No description provided by the author
UpdateRequestValidationError is the validation error returned by UpdateRequest.Validate if the designated constraints aren't met.

# Interfaces

ClusterServiceClient is the client API for ClusterService service.
ClusterServiceServer is the server API for ClusterService service.
UnsafeClusterServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

ClusterMultiError is an error wrapping multiple validation errors returned by Cluster.ValidateAll() if the designated constraints aren't met.
ListRequestMultiError is an error wrapping multiple validation errors returned by ListRequest.ValidateAll() if the designated constraints aren't met.
ListResponseMultiError is an error wrapping multiple validation errors returned by ListResponse.ValidateAll() if the designated constraints aren't met.
UpdateRequestMultiError is an error wrapping multiple validation errors returned by UpdateRequest.ValidateAll() if the designated constraints aren't met.