Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateRandomName ¶
func GenerateRandomName() string
Types ¶
type AuthService ¶
type AuthService struct { auth.UnimplementedAuthServer // contains filtered or unexported fields }
func NewAuthService ¶
func NewAuthService(secret string) (*AuthService, error)
func (*AuthService) VerifCert ¶
func (a *AuthService) VerifCert(ctx context.Context, c *auth.Cert) (*auth.CertStatus, error)
type JwtClaims ¶
type JwtClaims struct { jwt.StandardClaims Username string }
Click to show internal directories.
Click to hide internal directories.