rambler-oss/keyreader

View on GitHub
config_v3.go

Summary

Maintainability
A
0 mins
Test Coverage
F
28%

exported method ConfigV3.Check should have comment or be unexported
Open

func (c *ConfigV3) Check() error {
Severity: Minor
Found in config_v3.go by golint

exported method ConfigV3.GetLdapServers should have comment or be unexported
Open

func (c *ConfigV3) GetLdapServers() []string {
Severity: Minor
Found in config_v3.go by golint

exported method ConfigV3.GetLdapIgnoreCert should have comment or be unexported
Open

func (c *ConfigV3) GetLdapIgnoreCert() bool {
Severity: Minor
Found in config_v3.go by golint

exported method ConfigV3.FilterByFrom should have comment or be unexported
Open

func (c *ConfigV3) FilterByFrom() bool {
Severity: Minor
Found in config_v3.go by golint

exported type ConfigV3 should have comment or be unexported
Open

type ConfigV3 struct {
Severity: Minor
Found in config_v3.go by golint

exported method ConfigV3.GetHostnames should have comment or be unexported
Open

func (c *ConfigV3) GetHostnames() []string {
Severity: Minor
Found in config_v3.go by golint

There are no issues that match your filters.

Category
Status