Documentation ¶ Index ¶ func RebuildMemoPayload(memo *store.Memo, markdownService markdown.Service) error type Runner func NewRunner(store *store.Store, markdownService markdown.Service) *Runner func (r *Runner) RunOnce(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RebuildMemoPayload ¶ func RebuildMemoPayload(memo *store.Memo, markdownService markdown.Service) error Types ¶ type Runner ¶ type Runner struct { Store *store.Store MarkdownService markdown.Service } func NewRunner ¶ func NewRunner(store *store.Store, markdownService markdown.Service) *Runner func (*Runner) RunOnce ¶ func (r *Runner) RunOnce(ctx context.Context) RunOnce rebuilds the payload of all memos. Source Files ¶ View all Source files runner.go Click to show internal directories. Click to hide internal directories.