Documentation
¶
Index ¶
- type BitMapServServer
- func (s *BitMapServServer) ChannelsUserKeepers(ctx context.Context, in *rpc.RpcMulitChannelsRequest) (*rpc.RpcMulitChannelsResponse, error)
- func (s *BitMapServServer) Ping(ctx context.Context, in *rpc.PingRequest) (*rpc.PingResponse, error)
- func (s *BitMapServServer) UserKeeper(ctx context.Context, in *rpc.RpcSingleRequest) (*rpc.RpcSingleResponse, error)
- func (s *BitMapServServer) UserKeepers(ctx context.Context, in *rpc.RpcMulitRequest) (*rpc.RpcMulitResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitMapServServer ¶
type BitMapServServer struct {
// contains filtered or unexported fields
}
func NewBitMapServServer ¶
func NewBitMapServServer(svcCtx *svc.ServiceContext) *BitMapServServer
func (*BitMapServServer) ChannelsUserKeepers ¶
func (s *BitMapServServer) ChannelsUserKeepers(ctx context.Context, in *rpc.RpcMulitChannelsRequest) (*rpc.RpcMulitChannelsResponse, error)
func (*BitMapServServer) Ping ¶
func (s *BitMapServServer) Ping(ctx context.Context, in *rpc.PingRequest) (*rpc.PingResponse, error)
func (*BitMapServServer) UserKeeper ¶
func (s *BitMapServServer) UserKeeper(ctx context.Context, in *rpc.RpcSingleRequest) (*rpc.RpcSingleResponse, error)
func (*BitMapServServer) UserKeepers ¶
func (s *BitMapServServer) UserKeepers(ctx context.Context, in *rpc.RpcMulitRequest) (*rpc.RpcMulitResponse, error)
Click to show internal directories.
Click to hide internal directories.