Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BreakingLoader ¶
BreakingLoader is an optionally partly broken proxy to a Loader.
type BrokenNote ¶
BrokenNote implements note.GraphNote but always returns an error when attempting to read anything other than the ID.
func (BrokenNote) GetContents ¶
func (n BrokenNote) GetContents() ([]note.GraphNote, error)
GetContents always returns n.Err.
type BrokenNoteLoader ¶
type BrokenNoteLoader struct{ Err error }
BrokenNoteLoader loads instances of BrokenNote.
Click to show internal directories.
Click to hide internal directories.