Versions in this module Expand all Collapse all v0 v0.0.4 Jul 25, 2020 Changes in this version + func RandomID() notes.ID + func TestLoader(t testing.TB, l notes.Loader) + type BreakingLoader struct + Count int + Err error + ErrAtCount int + func (l *BreakingLoader) Load(ids []notes.ID) ([]notes.GraphNote, error) + type BrokenNote struct + Err error + func (n BrokenNote) GetContents() ([]notes.GraphNote, error) + func (n BrokenNote) GetID() notes.ID + func (n BrokenNote) GetValue() (string, notes.GraphNote, error) + type BrokenNoteLoader struct + Err error + func (l *BrokenNoteLoader) Load(ids []notes.ID) ([]notes.GraphNote, error)