go-ml-dev/iokit

View on GitHub
gcp/accesspoint.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function Register should have comment or be unexported
Open

func Register(ep string, ap *AccessPoint) {
Severity: Minor
Found in gcp/accesspoint.go by golint

exported type AccessPoint should have comment or be unexported
Open

type AccessPoint struct {
Severity: Minor
Found in gcp/accesspoint.go by golint

exported type Location should have comment or be unexported
Open

type Location struct {
Severity: Minor
Found in gcp/accesspoint.go by golint

exported method AccessPoint.Service should have comment or be unexported
Open

func (ap *AccessPoint) Service() (svc *storage.Service, err error) {
Severity: Minor
Found in gcp/accesspoint.go by golint

exported function Lookup should have comment or be unexported
Open

func Lookup(gsurl string) (ap *AccessPoint, loc Location, err error) {
Severity: Minor
Found in gcp/accesspoint.go by golint

There are no issues that match your filters.

Category
Status