# Functions
No description provided by the author
RegisterLockServiceHandler registers the http handlers for service LockService to "mux".
RegisterLockServiceHandlerClient registers the http handlers for service LockService to "mux".
RegisterLockServiceHandlerFromEndpoint is same as RegisterLockServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterLockServiceHandlerServer registers the http handlers for service LockService 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
# Variables
No description provided by the author
LockService_ServiceDesc is the grpc.ServiceDesc for LockService service.
# Structs
No description provided by the author
CreateLockRequestValidationError is the validation error returned by CreateLockRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateLockResponseValidationError is the validation error returned by CreateLockResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetLockRequestValidationError is the validation error returned by GetLockRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetLockResponseValidationError is the validation error returned by GetLockResponse.Validate if the designated constraints aren't met.
No description provided by the author
ListLocksRequestValidationError is the validation error returned by ListLocksRequest.Validate if the designated constraints aren't met.
No description provided by the author
ListLocksResponseValidationError is the validation error returned by ListLocksResponse.Validate if the designated constraints aren't met.
No description provided by the author
LockValidationError is the validation error returned by Lock.Validate if the designated constraints aren't met.
UnimplementedLockServiceServer must be embedded to have forward compatible implementations.
No description provided by the author
UnLockRequestValidationError is the validation error returned by UnLockRequest.Validate if the designated constraints aren't met.
No description provided by the author
UnLockResponseValidationError is the validation error returned by UnLockResponse.Validate if the designated constraints aren't met.
# Interfaces
LockServiceClient is the client API for LockService service.
LockServiceServer is the server API for LockService service.
UnsafeLockServiceServer may be embedded to opt out of forward compatibility for this service.
# Type aliases
CreateLockRequestMultiError is an error wrapping multiple validation errors returned by CreateLockRequest.ValidateAll() if the designated constraints aren't met.
CreateLockResponseMultiError is an error wrapping multiple validation errors returned by CreateLockResponse.ValidateAll() if the designated constraints aren't met.
GetLockRequestMultiError is an error wrapping multiple validation errors returned by GetLockRequest.ValidateAll() if the designated constraints aren't met.
GetLockResponseMultiError is an error wrapping multiple validation errors returned by GetLockResponse.ValidateAll() if the designated constraints aren't met.
ListLocksRequestMultiError is an error wrapping multiple validation errors returned by ListLocksRequest.ValidateAll() if the designated constraints aren't met.
ListLocksResponseMultiError is an error wrapping multiple validation errors returned by ListLocksResponse.ValidateAll() if the designated constraints aren't met.
LockMultiError is an error wrapping multiple validation errors returned by Lock.ValidateAll() if the designated constraints aren't met.
UnLockRequestMultiError is an error wrapping multiple validation errors returned by UnLockRequest.ValidateAll() if the designated constraints aren't met.
UnLockResponseMultiError is an error wrapping multiple validation errors returned by UnLockResponse.ValidateAll() if the designated constraints aren't met.