Fitbit/smartling

View on GitHub
service/default_auth_service.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method DefaultAuthService.Authenticate should have comment or be unexported
Open

func (s *DefaultAuthService) Authenticate(userToken *model.UserToken) (*model.AuthToken, error) {
Severity: Minor
Found in service/default_auth_service.go by golint

exported type DefaultAuthService should have comment or be unexported
Open

type DefaultAuthService struct {
Severity: Minor
Found in service/default_auth_service.go by golint

exported method DefaultAuthService.Refresh should have comment or be unexported
Open

func (s *DefaultAuthService) Refresh(refreshToken string) (*model.AuthToken, error) {
Severity: Minor
Found in service/default_auth_service.go by golint

package comment should be of the form "Package service ..."
Wontfix

// Copyright 2016, Fitbit, Inc.
Severity: Minor
Found in service/default_auth_service.go by golint

There are no issues that match your filters.

Category
Status