package
2.0.0-beta6+incompatible
Repository: https://github.com/qlcchain/go-lsobus.git
Documentation: pkg.go.dev
# README
How to generate files
# grpc apis
protoc -I. -I$GOPATH/src -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --go_out=plugins=grpc:. types.proto
# grpc-gateway apis
protoc -I. -I$GOPATH/src -I$I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --grpc-gateway_out=logtostderr=true:. types.proto
# swagger apis
protoc -I. -I$GOPATH/src -I$GOPATH/src/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis --swagger_out=logtostderr=true:. types.proto
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
RegisterChainAPIHandler registers the http handlers for service ChainAPI to "mux".
RegisterChainAPIHandlerClient registers the http handlers for service ChainAPI to "mux".
RegisterChainAPIHandlerFromEndpoint is same as RegisterChainAPIHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
No description provided by the author
RegisterOrchestraAPIHandler registers the http handlers for service OrchestraAPI to "mux".
RegisterOrchestraAPIHandlerClient registers the http handlers for service OrchestraAPI to "mux".
RegisterOrchestraAPIHandlerFromEndpoint is same as RegisterOrchestraAPIHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
No description provided by the author
RegisterOrderAPIHandler registers the http handlers for service OrderAPI to "mux".
RegisterOrderAPIHandlerClient registers the http handlers for service OrderAPI to "mux".
RegisterOrderAPIHandlerFromEndpoint is same as RegisterOrderAPIHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
No description provided by the author
# Variables
No description provided by the author
# Structs
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
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
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
UnimplementedChainAPIServer can be embedded to have forward compatible implementations.
UnimplementedOrchestraAPIServer can be embedded to have forward compatible implementations.
UnimplementedOrderAPIServer can be embedded to have forward compatible implementations.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
ChainAPIClient is the client API for ChainAPI service.
ChainAPIServer is the server API for ChainAPI service.
OrchestraAPIClient is the client API for OrchestraAPI service.
OrchestraAPIServer is the server API for OrchestraAPI service.
OrderAPIClient is the client API for OrderAPI service.
OrderAPIServer is the server API for OrderAPI service.