sendlogsvc

package
v0.0.0-...-2d9c92e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2023 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App = appsvc.App

type AppListReq

type AppListReq = appsvc.AppListReq

type AppListResp

type AppListResp = appsvc.AppListResp

type Channel

type Channel = appsvc.Channel

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 Req

type Req = appsvc.Req

type Resp

type Resp = appsvc.Resp

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL