Versions in this module Expand all Collapse all v0 v0.0.5 Jul 16, 2026 v0.0.4 Jul 15, 2026 v0.0.3 Jul 14, 2026 Changes in this version + const CollectionName + var ErrPinLimit = errors.New("you can pin at most 6 micro apps") + func PreviewURL(id string) string + func Register(app core.App) + func SetPinned(ctx context.Context, app core.App, actorID, appID string, pinned bool) error + type CreateInput struct + Description string + HTML string + Name string + type GetInput struct + ID string + IncludeHTML bool + type ListInput struct + Page int + PerPage int + Query string + type ReplaceInput struct + Find string + ID string + Replace string + ReplaceAll bool + type Result struct + AppStatus string + Description string + Error string + HTML string + HasMore bool + ID string + Items []Summary + Matches []SearchMatch + Name string + OK bool + Page int + PerPage int + PreviewURL string + Replacements int + Result string + SourceLength int + func Create(ctx context.Context, app core.App, actorID string, input CreateInput) Result + func Get(ctx context.Context, app core.App, actorID string, input GetInput) Result + func List(ctx context.Context, app core.App, actorID string, input ListInput) Result + func Replace(ctx context.Context, app core.App, actorID string, input ReplaceInput) Result + func Search(ctx context.Context, app core.App, actorID string, input SearchInput) Result + func Update(ctx context.Context, app core.App, actorID string, input UpdateInput) Result + func WriteChunk(ctx context.Context, app core.App, actorID string, input WriteChunkInput) Result + type SearchInput struct + ContextChars int + ID string + MaxMatches int + Query string + type SearchMatch struct + After string + Before string + Index int + Match string + type Summary struct + AppStatus string + Description string + ID string + Name string + PreviewURL string + Updated string + type UpdateInput struct + Description *string + HTML *string + ID string + Name *string + Status *string + type WriteChunkInput struct + Content string + ID string + Mode string v0.0.2 Jul 13, 2026 v0.0.1 Jul 13, 2026