Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppListReq ¶
type AppListReq = appsvc.AppListReq
type AppListResp ¶
type AppListResp = appsvc.AppListResp
type ChannelListReq ¶
type ChannelListReq = appsvc.ChannelListReq
type ChannelListResp ¶
type ChannelListResp = appsvc.ChannelListResp
type CreateAppReq ¶
type CreateAppReq = appsvc.CreateAppReq
type CreateAppResp ¶
type CreateAppResp = appsvc.CreateAppResp
type CreateChannelReq ¶
type CreateChannelReq = appsvc.CreateChannelReq
type CreateChannelResp ¶
type CreateChannelResp = appsvc.CreateChannelResp
type GetAppByIdReq ¶
type GetAppByIdReq = appsvc.GetAppByIdReq
type GetAppByIdResp ¶
type GetAppByIdResp = appsvc.GetAppByIdResp
type GetChannelByIdReq ¶
type GetChannelByIdReq = appsvc.GetChannelByIdReq
type GetChannelByIdResp ¶
type GetChannelByIdResp = appsvc.GetChannelByIdResp
type SendLogsvc ¶
type SendLogsvc interface { InsertLog(ctx context.Context, in *Req, opts ...grpc.CallOption) (*Resp, error) SendLogList(ctx context.Context, in *Req, opts ...grpc.CallOption) (*Resp, error) }
func NewSendLogsvc ¶
func NewSendLogsvc(cli zrpc.Client) SendLogsvc
Click to show internal directories.
Click to hide internal directories.