Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GrpcHelloCommand ¶
type GrpcHelloCommand struct {
// contains filtered or unexported fields
}
func NewGrpcHelloCommand ¶
func NewGrpcHelloCommand(console *zap.Logger, helloService hservice.Executor) *GrpcHelloCommand
func (*GrpcHelloCommand) ExecuteHelloServiceCommand ¶
func (a *GrpcHelloCommand) ExecuteHelloServiceCommand(context context.Context, req *proto.HelloRequest) (interface{}, string, error)
func (*GrpcHelloCommand) ExecuteQueryDataServiceCommand ¶
func (a *GrpcHelloCommand) ExecuteQueryDataServiceCommand(context context.Context, req *proto.TransactionQueryRequest) (interface{}, string, error)
Click to show internal directories.
Click to hide internal directories.