felipejfc/udpx

View on GitHub

Showing 27 of 27 total issues

exported type Manager should have comment or be unexported
Open

type Manager struct {
Severity: Minor
Found in proxy/manager.go by golint

exported var ProxyConfigStorage should have comment or be unexported
Open

var ProxyConfigStorage = make(map[string]*ProxyInstance)
Severity: Minor
Found in proxy/manager.go by golint

exported method Manager.RegisterProxy should have comment or be unexported
Open

func (p *Manager) RegisterProxy(proxyInstance ProxyInstance) bool {
Severity: Minor
Found in proxy/manager.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

exported function GetProxyByBindPortHandler should have comment or be unexported
Open

func GetProxyByBindPortHandler(c echo.Context) error {
Severity: Minor
Found in api/proxy.go by golint

type name will be used as proxy.ProxyInstance by other packages, and that stutters; consider calling this Instance
Open

type ProxyInstance struct {
Severity: Minor
Found in proxy/proxy_config.go by golint

exported function ParseConfig should have comment or be unexported
Open

func ParseConfig(configFilePath string) []ProxyInstance {
Severity: Minor
Found in proxy/proxy_config.go by golint
Severity
Category
Status
Source
Language