Documentation
¶
Index ¶
- type Cell
- type IBox
- type Server
- func (s *Server) Close()
- func (s *Server) Listen(waitTimeOutSec int) error
- func (s *Server) Ping(ctx context.Context, empty *pb.Empty) (*pb.Empty, error)
- func (s *Server) RunICode(streamServer pb.BistreamService_RunICodeServer) error
- func (s *Server) SetHandler(handler func(request *pb.Request) *pb.Response)
- type TransactionHandler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IBox ¶
type IBox struct {
// contains filtered or unexported fields
}
func (*IBox) SetHandler ¶
func (i *IBox) SetHandler(handler TransactionHandler)
Click to show internal directories.
Click to hide internal directories.