msgcallbackservice

package
v0.0.0-...-efd9455 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2022 License: Apache-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 CallbackAtAllInSuperGroupReq

type CallbackAtAllInSuperGroupReq = pb.CallbackAtAllInSuperGroupReq

type CallbackAtAllInSuperGroupResp

type CallbackAtAllInSuperGroupResp = pb.CallbackAtAllInSuperGroupResp

type CallbackSendGroupMsgReq

type CallbackSendGroupMsgReq = pb.CallbackSendGroupMsgReq

type CallbackSendSingleMsgReq

type CallbackSendSingleMsgReq = pb.CallbackSendSingleMsgReq

type CallbackSendSuperGroupMsgReq

type CallbackSendSuperGroupMsgReq = pb.CallbackSendSuperGroupMsgReq

type CallbackWordFilterReq

type CallbackWordFilterReq = pb.CallbackWordFilterReq

type CallbackWordFilterResp

type CallbackWordFilterResp = pb.CallbackWordFilterResp

type CommonCallbackReq

type CommonCallbackReq = pb.CommonCallbackReq

type CommonCallbackResp

type CommonCallbackResp = pb.CommonCallbackResp

type MsgcallbackService

type MsgcallbackService interface {
	CallbackBeforeSendGroupMsg(ctx context.Context, in *CallbackSendGroupMsgReq, opts ...grpc.CallOption) (*CommonCallbackResp, error)
	CallbackAfterSendGroupMsg(ctx context.Context, in *CallbackSendGroupMsgReq, opts ...grpc.CallOption) (*CommonCallbackResp, error)
	CallbackBeforeSendSuperGroupMsg(ctx context.Context, in *CallbackSendSuperGroupMsgReq, opts ...grpc.CallOption) (*CommonCallbackResp, error)
	CallbackAfterSendSuperGroupMsg(ctx context.Context, in *CallbackSendSuperGroupMsgReq, opts ...grpc.CallOption) (*CommonCallbackResp, error)
	CallbackBeforeSendSingleMsg(ctx context.Context, in *CallbackSendSingleMsgReq, opts ...grpc.CallOption) (*CommonCallbackResp, error)
	CallbackAfterSendSingleMsg(ctx context.Context, in *CallbackSendSingleMsgReq, opts ...grpc.CallOption) (*CommonCallbackResp, error)
	CallbackWordFilter(ctx context.Context, in *CallbackWordFilterReq, opts ...grpc.CallOption) (*CallbackWordFilterResp, error)
	CallbackAtAllInSuperGroup(ctx context.Context, in *CallbackAtAllInSuperGroupReq, opts ...grpc.CallOption) (*CallbackAtAllInSuperGroupResp, error)
}

func NewMsgcallbackService

func NewMsgcallbackService(cli zrpc.Client) MsgcallbackService

Jump to

Keyboard shortcuts

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