Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountService ¶
type AccountService struct { pb.UnimplementedAccountServiceServer // contains filtered or unexported fields }
func NewAccountService ¶
func NewAccountService(logger *logrus.Entry) *AccountService
service check params
func (*AccountService) Auth ¶
func (s *AccountService) Auth(ctx context.Context, req *pb.AuthRequest) (response *pb.AuthResponse, err error)
func (*AccountService) Get ¶
func (s *AccountService) Get(ctx context.Context, req *pb.GetRequest) (response *pb.GetResponse, err error)
Click to show internal directories.
Click to hide internal directories.