Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ChannelsUserKeepersLogic ¶
func NewChannelsUserKeepersLogic ¶
func NewChannelsUserKeepersLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ChannelsUserKeepersLogic
func (*ChannelsUserKeepersLogic) ChannelsUserKeepers ¶
func (l *ChannelsUserKeepersLogic) ChannelsUserKeepers(req *rpc.RpcMulitChannelsRequest) (*rpc.RpcMulitChannelsResponse, error)
type PingLogic ¶
func NewPingLogic ¶
func NewPingLogic(ctx context.Context, svcCtx *svc.ServiceContext) *PingLogic
func (*PingLogic) Ping ¶
func (l *PingLogic) Ping(request *rpc.PingRequest) (*rpc.PingResponse, error)
type UserKeeperLogic ¶
func NewUserKeeperLogic ¶
func NewUserKeeperLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserKeeperLogic
func (*UserKeeperLogic) UserKeeper ¶
func (l *UserKeeperLogic) UserKeeper(request *rpc.RpcSingleRequest) (*rpc.RpcSingleResponse, error)
type UserKeepersLogic ¶
func NewUserKeepersLogic ¶
func NewUserKeepersLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserKeepersLogic
func (*UserKeepersLogic) UserKeepers ¶
func (l *UserKeepersLogic) UserKeepers(request *rpc.RpcMulitRequest) (*rpc.RpcMulitResponse, error)
Click to show internal directories.
Click to hide internal directories.