go-auth0/auth0

View on GitHub
management/client.go

Summary

Maintainability
A
0 mins
Test Coverage
A
90%

exported type Client should have comment or be unexported
Open

type Client struct {
Severity: Minor
Found in management/client.go by golint

exported type ClientRefreshToken should have comment or be unexported
Open

type ClientRefreshToken struct {
Severity: Minor
Found in management/client.go by golint

exported type ClientNativeSocialLogin should have comment or be unexported
Open

type ClientNativeSocialLogin struct {
Severity: Minor
Found in management/client.go by golint

exported method ClientJWTConfiguration.MarshalJSON should have comment or be unexported
Open

func (jc *ClientJWTConfiguration) MarshalJSON() ([]byte, error) {
Severity: Minor
Found in management/client.go by golint

exported type ClientList should have comment or be unexported
Open

type ClientList struct {
Severity: Minor
Found in management/client.go by golint

exported type ClientJWTConfiguration should have comment or be unexported
Open

type ClientJWTConfiguration struct {
Severity: Minor
Found in management/client.go by golint

exported type ClientManager should have comment or be unexported
Open

type ClientManager struct {
Severity: Minor
Found in management/client.go by golint

There are no issues that match your filters.

Category
Status