Unleash/unleash-client-go

View on GitHub
bootstrap_storage.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method BootstrapStorage.Reset should have comment or be unexported
Open

func (bs *BootstrapStorage) Reset(data map[string]interface{}, persist bool) error {
Severity: Minor
Found in bootstrap_storage.go by golint

exported method BootstrapStorage.Load should have comment or be unexported
Open

func (bs *BootstrapStorage) Load() error {
Severity: Minor
Found in bootstrap_storage.go by golint

exported method BootstrapStorage.Get should have comment or be unexported
Open

func (bs *BootstrapStorage) Get(key string) (interface{}, bool) {
Severity: Minor
Found in bootstrap_storage.go by golint

exported method BootstrapStorage.Init should have comment or be unexported
Open

func (bs *BootstrapStorage) Init(backupPath string, appName string) {
Severity: Minor
Found in bootstrap_storage.go by golint

exported type BootstrapStorage should have comment or be unexported
Open

type BootstrapStorage struct {
Severity: Minor
Found in bootstrap_storage.go by golint

exported method BootstrapStorage.List should have comment or be unexported
Open

func (bs *BootstrapStorage) List() []interface{} {
Severity: Minor
Found in bootstrap_storage.go by golint

exported method BootstrapStorage.Persist should have comment or be unexported
Open

func (bs *BootstrapStorage) Persist() error {
Severity: Minor
Found in bootstrap_storage.go by golint

There are no issues that match your filters.

Category
Status