Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSetInterflowService = wire.NewSet(NewHookInterflowService)
ProviderSetInterflowService 注入InterflowService
Functions ¶
This section is empty.
Types ¶
type HookInterflowService ¶
type HookInterflowService struct { pb.UnimplementedHookInterflowServer // contains filtered or unexported fields }
func NewHookInterflowService ¶
func NewHookInterflowService(logger log.Logger) *HookInterflowService
func (*HookInterflowService) Receive ¶
func (s *HookInterflowService) Receive(ctx context.Context, req *pb.ReceiveRequest) (*pb.ReceiveResponse, error)
Click to show internal directories.
Click to hide internal directories.