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
Click to show internal directories.
Click to hide internal directories.