Documentation
¶
Overview ¶
Package memory defines pigo's durable memory SDK seam. It is a pigo-original addition with no upstream mirror.
Index ¶
- type FileStore
- func (store *FileStore) Append(ctx context.Context, item Item) (string, error)
- func (store *FileStore) Delete(ctx context.Context, id string) error
- func (store *FileStore) Get(ctx context.Context, id string) (Item, error)
- func (store *FileStore) Query(ctx context.Context, filter Filter) ([]Item, error)
- type Filter
- type Item
- type Scored
- type SemanticSearcher
- type Store
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileStore ¶
type FileStore struct {
// contains filtered or unexported fields
}
func NewFileStore ¶
type SemanticSearcher ¶
Click to show internal directories.
Click to hide internal directories.