go-ml-dev/iokit

View on GitHub
s3p/accesspoint.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type AccessPoint should have comment or be unexported
Open

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

exported function Lookup should have comment or be unexported
Open

func Lookup(ep string) (ap *AccessPoint, ok bool) {
Severity: Minor
Found in s3p/accesspoint.go by golint

exported function Register should have comment or be unexported
Open

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

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

func (ap *AccessPoint) Session() (ssn *session.Session, err error) {
Severity: Minor
Found in s3p/accesspoint.go by golint

exported type Location should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status