Documentation ¶
Index ¶
- func NewAccountService() account.AccountServiceServer
- type AccountService
- func (a *AccountService) GetMe(ctx context.Context, req *account.GetMeRequest) (*account.GetMeResponse, error)
- func (a *AccountService) GetUser(ctx context.Context, req *account.GetUserRequest) (*account.GetUserResponse, error)
- func (a *AccountService) MultiGetUsers(ctx context.Context, req *account.MultiGetUsersRequest) (*account.MultiGetUsersResponse, error)
- type User
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAccountService ¶
func NewAccountService() account.AccountServiceServer
Types ¶
type AccountService ¶
type AccountService struct{}
func (*AccountService) GetMe ¶
func (a *AccountService) GetMe(ctx context.Context, req *account.GetMeRequest) (*account.GetMeResponse, error)
func (*AccountService) GetUser ¶
func (a *AccountService) GetUser(ctx context.Context, req *account.GetUserRequest) (*account.GetUserResponse, error)
func (*AccountService) MultiGetUsers ¶
func (a *AccountService) MultiGetUsers(ctx context.Context, req *account.MultiGetUsersRequest) (*account.MultiGetUsersResponse, error)
Click to show internal directories.
Click to hide internal directories.