Versions in this module Expand all Collapse all v0 v0.0.1 Apr 22, 2020 Changes in this version + func NewAccountService() account.AccountServiceServer + type AccountService struct + 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 struct + BirthDate string + ID string + Name string + Username string