felipejfc/udpx

View on GitHub
api/api.go

Summary

Maintainability
A
0 mins
Test Coverage

2: cannot find package "github.com/labstack/echo" in any of:
Open

    "github.com/labstack/echo"
Severity: Minor
Found in api/api.go by govet

exported function GetAPI should have comment or be unexported
Open

func GetAPI(bindAddress string, bindPort int, debug bool, logger *zap.Logger) *API {
Severity: Minor
Found in api/api.go by golint

exported type API should have comment or be unexported
Open

type API struct {
Severity: Minor
Found in api/api.go by golint

exported method API.Start should have comment or be unexported
Open

func (a *API) Start() {
Severity: Minor
Found in api/api.go by golint

There are no issues that match your filters.

Category
Status