Documentation ¶
Index ¶
- type Service
- func (s *Service) GetMe(ctx context.Context, _ *api.GetMe_Request) (*api.GetMe_Response, error)
- func (s *Service) Login(ctx context.Context, req *api.Login_Request) (*api.Login_Response, error)
- func (s *Service) UpdateMe(ctx context.Context, req *api.UpdateMe_Request) (*api.UpdateMe_Response, error)
- type Storage
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct { api.UnsafeUsersServer // contains filtered or unexported fields }
func NewService ¶
func (*Service) GetMe ¶ added in v0.0.4
func (s *Service) GetMe(ctx context.Context, _ *api.GetMe_Request) (*api.GetMe_Response, error)
func (*Service) Login ¶
func (s *Service) Login(ctx context.Context, req *api.Login_Request) (*api.Login_Response, error)
func (*Service) UpdateMe ¶ added in v0.0.4
func (s *Service) UpdateMe(ctx context.Context, req *api.UpdateMe_Request) (*api.UpdateMe_Response, error)
Click to show internal directories.
Click to hide internal directories.