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 Appsvc ¶
type Appsvc interface { GetAppById(ctx context.Context, in *GetAppByIdReq, opts ...grpc.CallOption) (*GetAppByIdResp, error) CreateApp(ctx context.Context, in *CreateAppReq, opts ...grpc.CallOption) (*CreateAppResp, error) AppList(ctx context.Context, in *AppListReq, opts ...grpc.CallOption) (*AppListResp, error) }
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
Click to show internal directories.
Click to hide internal directories.