rambler-oss/keyreader

View on GitHub
config.go

Summary

Maintainability
A
0 mins
Test Coverage
F
15%

exported type Config should have comment or be unexported
Open

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

exported method ConfigBase.GetLdapGroups should have comment or be unexported
Open

func (c *ConfigBase) GetLdapGroups() string {
Severity: Minor
Found in config.go by golint

exported method ConfigBase.GetLdapBind should have comment or be unexported
Open

func (c *ConfigBase) GetLdapBind() string {
Severity: Minor
Found in config.go by golint

exported method ConfigBase.GetLdapPass should have comment or be unexported
Open

func (c *ConfigBase) GetLdapPass() string {
Severity: Minor
Found in config.go by golint

exported method ConfigBase.GetLdapNetGrs should have comment or be unexported
Open

func (c *ConfigBase) GetLdapNetGrs() string {
Severity: Minor
Found in config.go by golint

comment on exported type ConfigBase should be of the form "ConfigBase ..." (with optional leading article)
Open

// Config file struct
Severity: Minor
Found in config.go by golint

exported type ConfigVer should have comment or be unexported
Open

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

exported method ConfigBase.GetLdapUsers should have comment or be unexported
Open

func (c *ConfigBase) GetLdapUsers() string {
Severity: Minor
Found in config.go by golint

exported method ConfigBase.GetLdapStartTLS should have comment or be unexported
Open

func (c *ConfigBase) GetLdapStartTLS() bool {
Severity: Minor
Found in config.go by golint

There are no issues that match your filters.

Category
Status