wechaty/go-wechaty

View on GitHub
wechaty-puppet/memory-card/storage/nop.go

Summary

Maintainability
A
0 mins
Test Coverage
F
0%

exported method NopStorage.Save should have comment or be unexported
Open

func (n NopStorage) Save(payload map[string]interface{}) error {

exported type NopStorage should have comment or be unexported
Open

type NopStorage struct {

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

func (n NopStorage) Load() (map[string]interface{}, error) {

exported method NopStorage.Destroy should have comment or be unexported
Open

func (n NopStorage) Destroy() {}

There are no issues that match your filters.

Category
Status