Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitClient ¶
func UploadFile ¶
func UploadFile(ctx context.Context, req *file.UploadFileReq, callOptions ...callopt.Option) (resp *file.UploadFileResp, err error)
Types ¶
type RPCClient ¶
type RPCClient interface { KitexClient() fileservice.Client Service() string UploadFile(ctx context.Context, Req *file.UploadFileReq, callOptions ...callopt.Option) (r *file.UploadFileResp, err error) }
func DefaultClient ¶
func DefaultClient() RPCClient
Click to show internal directories.
Click to hide internal directories.