package
0.0.0-20231106112939-916438db1178
Repository: https://github.com/din4ee/note-service-api.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
RegisterNoteServiceHandler registers the http handlers for service NoteService to "mux".
RegisterNoteServiceHandlerClient registers the http handlers for service NoteService to "mux".
RegisterNoteServiceHandlerFromEndpoint is same as RegisterNoteServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterNoteServiceHandlerServer registers the http handlers for service NoteService 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

# Variables

No description provided by the author
NoteService_ServiceDesc is the grpc.ServiceDesc for NoteService service.

# Structs

No description provided by the author
CreateRequestValidationError is the validation error returned by CreateRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateResponseValidationError is the validation error returned by CreateResponse.Validate if the designated constraints aren't met.
No description provided by the author
DeleteRequestValidationError is the validation error returned by DeleteRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetListRequestValidationError is the validation error returned by GetListRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetListResponseValidationError is the validation error returned by GetListResponse.Validate if the designated constraints aren't met.
No description provided by the author
GetRequestValidationError is the validation error returned by GetRequest.Validate if the designated constraints aren't met.
No description provided by the author
GetResponseValidationError is the validation error returned by GetResponse.Validate if the designated constraints aren't met.
No description provided by the author
No description provided by the author
NoteInfoValidationError is the validation error returned by NoteInfo.Validate if the designated constraints aren't met.
NoteValidationError is the validation error returned by Note.Validate if the designated constraints aren't met.
UnimplementedNoteServiceServer must be embedded to have forward compatible implementations.
No description provided by the author
UpdateNoteInfoValidationError is the validation error returned by UpdateNoteInfo.Validate if the designated constraints aren't met.
No description provided by the author
UpdateRequestValidationError is the validation error returned by UpdateRequest.Validate if the designated constraints aren't met.

# Interfaces

NoteServiceClient is the client API for NoteService service.
NoteServiceServer is the server API for NoteService service.
UnsafeNoteServiceServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

CreateRequestMultiError is an error wrapping multiple validation errors returned by CreateRequest.ValidateAll() if the designated constraints aren't met.
CreateResponseMultiError is an error wrapping multiple validation errors returned by CreateResponse.ValidateAll() if the designated constraints aren't met.
DeleteRequestMultiError is an error wrapping multiple validation errors returned by DeleteRequest.ValidateAll() if the designated constraints aren't met.
GetListRequestMultiError is an error wrapping multiple validation errors returned by GetListRequest.ValidateAll() if the designated constraints aren't met.
GetListResponseMultiError is an error wrapping multiple validation errors returned by GetListResponse.ValidateAll() if the designated constraints aren't met.
GetRequestMultiError is an error wrapping multiple validation errors returned by GetRequest.ValidateAll() if the designated constraints aren't met.
GetResponseMultiError is an error wrapping multiple validation errors returned by GetResponse.ValidateAll() if the designated constraints aren't met.
NoteInfoMultiError is an error wrapping multiple validation errors returned by NoteInfo.ValidateAll() if the designated constraints aren't met.
NoteMultiError is an error wrapping multiple validation errors returned by Note.ValidateAll() if the designated constraints aren't met.
UpdateNoteInfoMultiError is an error wrapping multiple validation errors returned by UpdateNoteInfo.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.