Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SvcProviderSet = wire.NewSet(NewAuthService, daws.NewIamService)
ProviderSet is service providers.
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService struct {
pb.UnimplementedAuthServiceServer
// contains filtered or unexported fields
}
func NewAuthService ¶
func NewAuthService(uc *biz.AutherUsecase, logger log.Logger) *AuthService
func (*AuthService) GenToken ¶
func (s *AuthService) GenToken(ctx context.Context, req *pb.GenTokenRequest) (*pb.GenTokenReply, error)
GenToken 生成token
Click to show internal directories.
Click to hide internal directories.