Documentation
¶
Index ¶
- type Service
- func (s *Service) DelStaff(ctx context.Context, req *user.StaffInfoReq) (reply *emptypb.Empty, err error)
- func (s *Service) GetAppSecret(ctx context.Context, req *user.AppReq) (reply *user.AppReply, err error)
- func (s *Service) GetAppSkipUrls(ctx context.Context, req *user.AppReq) (reply *user.SkipUrlsReply, err error)
- func (s *Service) GetStaffInfo(ctx context.Context, req *user.StaffInfoReq) (reply *user.StaffInfoReply, err error)
- func (s *Service) SayHello(ctx context.Context, req *demo.HelloReq) (reply *emptypb.Empty, err error)
- func (s *Service) SayHelloURL(ctx context.Context, req *demo.HelloReq) (reply *demo.HelloResp, err error)
- func (s *Service) TestValidator(ctx context.Context, req *user.ValidateReq) (reply *emptypb.Empty, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) GetAppSecret ¶ added in v1.3.0
func (*Service) GetAppSkipUrls ¶ added in v1.3.0
func (*Service) GetStaffInfo ¶ added in v1.3.0
func (s *Service) GetStaffInfo(ctx context.Context, req *user.StaffInfoReq) (reply *user.StaffInfoReply, err error)
func (*Service) SayHelloURL ¶
func (*Service) TestValidator ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.