felipejfc/udpx

View on GitHub
proxy/proxy_config.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function IsDirectory should have comment or be unexported
Open

func IsDirectory(path string) (bool, error) {
Severity: Minor
Found in proxy/proxy_config.go by golint

exported function LoadProxyConfigsFromConfigFiles should have comment or be unexported
Open

func LoadProxyConfigsFromConfigFiles(configPath string) []ProxyInstance {
Severity: Minor
Found in proxy/proxy_config.go by golint

exported type ProxyConfig should have comment or be unexported
Open

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

exported type ProxyInstance should have comment or be unexported
Open

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

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

type ProxyConfig struct {
Severity: Minor
Found in proxy/proxy_config.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

There are no issues that match your filters.

Category
Status