service/default_auth_service.go
exported method DefaultAuthService.Authenticate should have comment or be unexported Open
Open
func (s *DefaultAuthService) Authenticate(userToken *model.UserToken) (*model.AuthToken, error) {
- Exclude checks
exported type DefaultAuthService should have comment or be unexported Open
Open
type DefaultAuthService struct {
- Exclude checks
exported method DefaultAuthService.Refresh should have comment or be unexported Open
Open
func (s *DefaultAuthService) Refresh(refreshToken string) (*model.AuthToken, error) {
- Exclude checks
package comment should be of the form "Package service ..." Wontfix
Wontfix
// Copyright 2016, Fitbit, Inc.
- Exclude checks