Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
Storage represents a JSON storage
func (*Storage) LoadAndIterate ¶ added in v0.1.1
func (s *Storage) LoadAndIterate(file string, fn storage.IterationFunc) error
LoadAndIterate loads data into storage, and iterate through newly loaded data
Click to show internal directories.
Click to hide internal directories.