Documentation ¶
Index ¶
- Constants
- type Entries
- func (e *Entries) Delete(ctx context.Context, id string) error
- func (e *Entries) Get(ctx context.Context, id string) (*Entry, error)
- func (e *Entries) Insert(ctx context.Context, content, title string) (string, error)
- func (e *Entries) List(ctx context.Context, n int, offset int) ([]*Entry, error)
- func (e *Entries) Update(ctx context.Context, entry *Entry) error
- type Entry
Constants ¶
View Source
const (
ENTRY ds.Kind = "Entry"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.