Versions in this module Expand all Collapse all v0 v0.92.1 Jun 6, 2026 v0.92.0 Jun 6, 2026 Changes in this version + const Capability + func Descriptor(backend, app string, svc Service) hub.Descriptor + func RegisterService(backend, app string, svc Service) error + type ListQuery struct + Page ability.PageRequest + Query string + type Service interface + Create func(ctx context.Context, title, content, typ, parentNoteID string) (*ability.Note, error) + Delete func(ctx context.Context, id string) error + Get func(ctx context.Context, id string) (*ability.Note, error) + GetAppInfo func(ctx context.Context) (*ability.Note, error) + GetContent func(ctx context.Context, id string) (string, error) + List func(ctx context.Context, q *ListQuery) (*ability.ListResult[ability.Note], error) + ListRawEvents func(ctx context.Context, cursor string) ([]any, string, error) + Search func(ctx context.Context, query string) (*ability.ListResult[ability.Note], error) + SetContent func(ctx context.Context, id, content string) error + Update func(ctx context.Context, id, title, content string) (*ability.Note, error)