Skip to content
Prev Previous commit
Next Next commit
feat: worker auth endpoints
  • Loading branch information
plyr4 committed Mar 17, 2023
commit 4176ebd95f0f458f37170b20d7484a8561cb193d
5 changes: 0 additions & 5 deletions vela/authentication.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ type AuthenticationService struct {
authType AuthenticationType
}

// SetTokenAuth sets the authentication type as a plain token.
func (svc *AuthenticationService) GetToken() string {
return *svc.token
}

// SetTokenAuth sets the authentication type as a plain token.
func (svc *AuthenticationService) SetTokenAuth(token string) {
svc.token = String(token)
Expand Down