package
2.0.0-beta.2
Repository: https://github.com/cosmos/cosmos-sdk.git
Documentation: pkg.go.dev

# Packages

Package gogoreflection implements server reflection service.

# Functions

No description provided by the author
Disable the grpc-gateway server by default (default enabled).
New creates a new grpc server.
No description provided by the author
NewWithConfigOptions creates a new GRPC server with the provided config options.
OverwriteDefaultConfig overwrites the default config with the new config.
No description provided by the author
WithCfgOptions allows to overwrite the default server configuration.
WithExtraGRPCHandlers allows to register extra handlers on the grpc server.

# Constants

No description provided by the author
No description provided by the author

# Variables

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

# Structs

Config defines configuration for the gRPC server.
Handler defines a query handler.
ListQueryHandlersRequest is the request for the ListQueryHandlers method.
ListQueryHandlersResponse is the response for the ListQueryHandlers method.
QueryRequest is the request for the Query method.
QueryResponse is the response for the Query method.
No description provided by the author
UnimplementedServiceServer can be embedded to have forward compatible implementations.

# Interfaces

ServiceClient is the client API for Service service.
ServiceServer is the server API for Service service.

# Type aliases

CfgOption is a function that allows to overwrite the default server configuration.
No description provided by the author