batazor/go-auth

View on GitHub
handlers/oauth/types.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Callback should have comment or be unexported
Open

type Callback struct {
Severity: Minor
Found in handlers/oauth/types.go by golint

exported type UserGoogle should have comment or be unexported
Open

type UserGoogle struct {
Severity: Minor
Found in handlers/oauth/types.go by golint

struct field Id should be ID
Open

    Id            string `json:"id"`
Severity: Minor
Found in handlers/oauth/types.go by golint

There are no issues that match your filters.

Category
Status