Documentation ¶
Overview ¶
Code generated by Kitex v0.4.4. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewInvoker ¶
NewInvoker creates a server.Invoker with the given handler and options.
func NewServiceInfo ¶
func NewServiceInfo() *kitex.ServiceInfo
Types ¶
type Client ¶
type Client interface { GetProfile(ctx context.Context, req *profile.GetProfileRequest, callOptions ...callopt.Option) (r *profile.GetProfileResponse, err error) SubmitProfile(ctx context.Context, req *profile.SubmitProfileRequest, callOptions ...callopt.Option) (r *profile.SubmitProfileResponse, err error) ClearProfile(ctx context.Context, req *profile.ClearProfileRequest, callOptions ...callopt.Option) (r *profile.ClearProfileResponse, err error) GetAllProfile(ctx context.Context, req *profile.GetAllProfileRequest, callOptions ...callopt.Option) (r *profile.GetAllProfileResponse, err error) GetSomeProfile(ctx context.Context, req *profile.GetSomeProfileRequest, callOptions ...callopt.Option) (r *profile.GetSomeProfileResponse, err error) GetPendingProfile(ctx context.Context, req *profile.GetPendingProfileRequest, callOptions ...callopt.Option) (r *profile.GetPendingProfileResponse, err error) CheckProfile(ctx context.Context, req *profile.CheckProfileRequest, callOptions ...callopt.Option) (r *profile.CheckProfileResponse, err error) DeleteProfile(ctx context.Context, req *profile.DeleteProfileRequest, callOptions ...callopt.Option) (r *profile.DeleteProfileResponse, err error) GetProfilePhoto(ctx context.Context, req *profile.GetProfilePhotoRequest, callOptions ...callopt.Option) (r *profile.GetProfilePhotoResponse, err error) CreateProfilePhoto(ctx context.Context, req *profile.CreateProfilePhotoRequest, callOptions ...callopt.Option) (r *profile.CreateProfilePhotoResponse, err error) CompleteProfilePhoto(ctx context.Context, req *profile.CompleteProfilePhotoRequest, callOptions ...callopt.Option) (r *profile.CompleteProfilePhotoResponse, err error) ClearProfilePhoto(ctx context.Context, req *profile.ClearProfilePhotoRequest, callOptions ...callopt.Option) (r *profile.ClearProfilePhotoResponse, err error) }
Client is designed to provide IDL-compatible methods with call-option parameter for kitex framework.
func MustNewClient ¶
MustNewClient creates a client for the service defined in IDL. It panics if any error occurs.
Click to show internal directories.
Click to hide internal directories.