# Functions
NewStatusServiceClient constructs a client for the status.v1.StatusService service.
NewStatusServiceHandler builds an HTTP handler from the service implementation.
RegisterStatusServiceHandler register an HTTP handler to a mux.Router from the service implementation.
# Constants
StatusServiceGetBuildInfoProcedure is the fully-qualified name of the StatusService's GetBuildInfo RPC.
StatusServiceGetConfigProcedure is the fully-qualified name of the StatusService's GetConfig RPC.
StatusServiceGetDefaultConfigProcedure is the fully-qualified name of the StatusService's GetDefaultConfig RPC.
StatusServiceGetDiffConfigProcedure is the fully-qualified name of the StatusService's GetDiffConfig RPC.
StatusServiceName is the fully-qualified name of the StatusService service.
# Structs
UnimplementedStatusServiceHandler returns CodeUnimplemented from all methods.
# Interfaces
StatusServiceClient is a client for the status.v1.StatusService service.
StatusServiceHandler is an implementation of the status.v1.StatusService service.