Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Index ¶
type Index interface {
errors.Flusher
CreateZettelId() (*ids.ZettelId, error)
interfaces.ResetterWithError
AddZettelId(interfaces.ObjectId) error
PeekZettelIds(int) ([]*ids.ZettelId, error)
}
func MakeIndex ¶
func MakeIndex( k interfaces.Config, s interfaces.Directory, su interfaces.CacheIOFactory, ) (i Index, err error)
Click to show internal directories.
Click to hide internal directories.