Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
Store represents the in memory JSON store
func (*Store) Collection ¶
func (s *Store) Collection(name string) *collection.Collection
func (*Store) CreateCollection ¶
func (s *Store) CreateCollection(name string) (*collection.Collection, error)
CreateCollection will create a new collection and return it. If the collection already exists, it will return an error
Click to show internal directories.
Click to hide internal directories.