const invalidTokenWithSpaceWarning … type Authenticator … func New(auth authenticator.Token) *Authenticator { … } var invalidToken … func (a *Authenticator) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error) { … }
const invalidTokenWithSpaceWarning … type Authenticator … func New(auth authenticator.Token) *Authenticator { … } var invalidToken … func (a *Authenticator) AuthenticateRequest(req *http.Request) (*authenticator.Response, bool, error) { … }