Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindByIdRequest ¶
type FindByIdRequest = service.FindByIdRequest
type FindByIdResponse ¶
type FindByIdResponse = service.FindByIdResponse
type FindByMobileRequest ¶
type FindByMobileRequest = service.FindByMobileRequest
type FindByMobileResponse ¶
type FindByMobileResponse = service.FindByMobileResponse
type RegisterRequest ¶
type RegisterRequest = service.RegisterRequest
type RegisterResponse ¶
type RegisterResponse = service.RegisterResponse
type SendSmsRequest ¶
type SendSmsRequest = service.SendSmsRequest
type SendSmsResponse ¶
type SendSmsResponse = service.SendSmsResponse
type User ¶
type User interface { Register(ctx context.Context, in *RegisterRequest, opts ...grpc.CallOption) (*RegisterResponse, error) FindById(ctx context.Context, in *FindByIdRequest, opts ...grpc.CallOption) (*FindByIdResponse, error) FindByMobile(ctx context.Context, in *FindByMobileRequest, opts ...grpc.CallOption) (*FindByMobileResponse, error) SendSms(ctx context.Context, in *SendSmsRequest, opts ...grpc.CallOption) (*SendSmsResponse, error) }
Click to show internal directories.
Click to hide internal directories.