# Functions
No description provided by the author
RegisterBranchServiceHandler registers the http handlers for service BranchService to "mux".
RegisterBranchServiceHandlerClient registers the http handlers for service BranchService to "mux".
RegisterBranchServiceHandlerFromEndpoint is same as RegisterBranchServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterBranchServiceHandlerServer registers the http handlers for service BranchService to "mux".
No description provided by the author
# Variables
No description provided by the author
BranchService_ServiceDesc is the grpc.ServiceDesc for BranchService service.
No description provided by the author
No description provided by the author
# Structs
Branch holds all details about a branch.
CreateBranchRequest is a request envelope to create a branch.
CreateBranchResponse is a response envelope for creating a branch.
DeleteBranchRequest is the request envelope to delete a branch.
GetBranchesResponse is the response for GetBranches.
GetBranchRequest is the request envelope to get the branch data.
No description provided by the author
UnimplementedBranchServiceServer must be embedded to have forward compatible implementations.
UpdateBranchRequest is the request envelope to update a branch.
# Interfaces
BranchServiceClient is the client API for BranchService service.
BranchServiceServer is the server API for BranchService service.
UnsafeBranchServiceServer may be embedded to opt out of forward compatibility for this service.