Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DemoDbService ¶
type DemoDbService struct { // This is generated by protoc projectv1.UnimplementedDemoDbServer // contains filtered or unexported fields }
func NewDemoDbService ¶
func NewDemoDbService(dao dao.Interface) *DemoDbService
func (*DemoDbService) DemoDb ¶
func (s *DemoDbService) DemoDb(ctx context.Context, req *generalv1.DemoDbRequest) (*generalv1.DemoDbResponse, error)
func (*DemoDbService) Token ¶
func (s *DemoDbService) Token(ctx context.Context, req *emptypb.Empty) (*generalv1.TokenResponse, error)
type DemoService ¶
type DemoService struct { // This is generated by protoc projectv1.UnimplementedDemoServer }
func NewDemoService ¶
func NewDemoService() *DemoService
func (*DemoService) Demo ¶
func (s *DemoService) Demo(ctx context.Context, req *generalv1.DemoRequest) (*generalv1.DemoResponse, error)
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) DemoDbService ¶
func (s *Service) DemoDbService() DemoDbService
func (*Service) DemoService ¶
func (s *Service) DemoService() DemoService
Click to show internal directories.
Click to hide internal directories.