Documentation ¶
Index ¶
- type Iterator
- type MongoDB
- func (m *MongoDB) Close() error
- func (m *MongoDB) Create(ctx context.Context, kind, id string, entity interface{}) error
- func (m *MongoDB) Find(ctx context.Context, kind string, opts datastore.ListOptions) (datastore.Iterator, error)
- func (m *MongoDB) Get(ctx context.Context, kind, id string, v interface{}) error
- func (m *MongoDB) Put(ctx context.Context, kind, id string, entity interface{}) error
- func (m *MongoDB) Update(ctx context.Context, kind, id string, factory datastore.Factory, ...) error
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.