Documentation ¶
Index ¶
- Variables
- func NewFinanceClient(client *rpc.Client) (pb.FinanceSvcClient, error)
- func NewMessageClient(client *rpc.Client) (pb.MessageSvcClient, error)
- func NewMiddleClient(client *rpc.Client) (pb.MiddleSvcClient, error)
- func NewNLPClient(client *rpc.Client) (pb.NLPSvcClient, error)
- func NewOrgClient(client *rpc.Client) (pb.OrgSvcClient, error)
- func NewStorageClient(client *rpc.Client) (pb.StorageSvcClient, error)
- func NewTodoClient(client *rpc.Client) (pb.TodoSvcClient, error)
- func NewUserClient(client *rpc.Client) (pb.UserSvcClient, error)
- func NewWorkflowClient(client *rpc.Client) (pb.WorkflowSvcClient, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewMessageClient, NewMiddleClient, NewUserClient, NewWorkflowClient, NewNLPClient, NewTodoClient, NewStorageClient, NewOrgClient, NewFinanceClient)
Functions ¶
func NewFinanceClient ¶ added in v0.1.1
func NewFinanceClient(client *rpc.Client) (pb.FinanceSvcClient, error)
func NewMessageClient ¶
func NewMessageClient(client *rpc.Client) (pb.MessageSvcClient, error)
func NewMiddleClient ¶
func NewMiddleClient(client *rpc.Client) (pb.MiddleSvcClient, error)
func NewNLPClient ¶
func NewNLPClient(client *rpc.Client) (pb.NLPSvcClient, error)
func NewOrgClient ¶ added in v0.1.1
func NewOrgClient(client *rpc.Client) (pb.OrgSvcClient, error)
func NewStorageClient ¶
func NewStorageClient(client *rpc.Client) (pb.StorageSvcClient, error)
func NewTodoClient ¶
func NewTodoClient(client *rpc.Client) (pb.TodoSvcClient, error)
func NewUserClient ¶
func NewUserClient(client *rpc.Client) (pb.UserSvcClient, error)
func NewWorkflowClient ¶
func NewWorkflowClient(client *rpc.Client) (pb.WorkflowSvcClient, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.