wechaty/go-wechaty

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

Summary

Maintainability
A
0 mins
Test Coverage
C
71%

exported function NewFileStorage should have comment or be unexported
Open

func NewFileStorage(absFileName string) (*FileStorage, error) {

exported type FileStorage should have comment or be unexported
Open

type FileStorage struct {

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

func (f *FileStorage) Destroy() error {

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

func (f *FileStorage) Save(payload map[string]interface{}) error {

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

func (f *FileStorage) Load() (map[string]interface{}, error) {

There are no issues that match your filters.

Category
Status