appuio/appuio-cloud-agent

View on GitHub
config.go

Summary

Maintainability
A
0 mins
Test Coverage
D
63%

exported type Config should have comment or be unexported
Open

type Config struct {
Severity: Minor
Found in config.go by golint

exported function ConfigFromFile should have comment or be unexported
Open

func ConfigFromFile(path string) (c Config, warn []string, err error) {
Severity: Minor
Found in config.go by golint

exported method Config.Validate should have comment or be unexported
Open

func (c Config) Validate() error {
Severity: Minor
Found in config.go by golint

There are no issues that match your filters.

Category
Status