# Functions
NewCrudServiceClient constructs a client for the examples.crud.v1.CrudService service.
NewCrudServiceHandler builds an HTTP handler from the service implementation.
# Constants
CrudServiceCreateProcedure is the fully-qualified name of the CrudService's Create RPC.
CrudServiceDeleteProcedure is the fully-qualified name of the CrudService's Delete RPC.
CrudServiceName is the fully-qualified name of the CrudService service.
CrudServiceReadProcedure is the fully-qualified name of the CrudService's Read RPC.
CrudServiceUpdateProcedure is the fully-qualified name of the CrudService's Update RPC.
# Structs
UnimplementedCrudServiceHandler returns CodeUnimplemented from all methods.
# Interfaces
CrudServiceClient is a client for the examples.crud.v1.CrudService service.
CrudServiceHandler is an implementation of the examples.crud.v1.CrudService service.