MCPcopy Create free account

hub / github.com/PerpetualSoftware/pad / types & classes

Types & classes1,272 in github.com/PerpetualSoftware/pad

↓ 310 callersStructexpect
internal/mcp/dispatch_http_advanced_test.go:316
↓ 12 callersTypeAliasRelationCarryMode
RelationCarryMode says what a migrate door should do with relation values CARRIED from a source item.
internal/store/relation_referents.go:1161
↓ 4 callersTypeAliasErrorCode
───────────────────────────────────────────────────────────────────── Structured MCP error envelopes (TASK-973) Replaces raw CLI stderr passthrough w
internal/mcp/errors.go:46
↓ 4 callersTypeAliasTokenKind
MCP audit log models (PLAN-943 TASK-960). Persistent record of every request that hits the /mcp endpoint — successful tool calls, denied calls, error
internal/models/mcp_audit.go:29
↓ 2 callersStructwrite
internal/store/activities_test.go:681
↓ 1 callersTypeAliasKind
Kind identifies which item type an artifact carries.
internal/artifact/artifact.go:17
↓ 1 callersTypeAliasMCPAuditResultStatus
MCPAuditResultStatus is the outcome enum for an MCP request.
internal/models/mcp_audit.go:37
↓ 1 callersStructentry
internal/server/decode_json_nul_test.go:257
↓ 1 callersTypeAliaserrorString
internal/server/nul_differential_test.go:103
↓ 1 callersTypeAliasnamedString
internal/store/nulguard_test.go:604
↓ 1 callersStructverdict
internal/server/attachments_authz.go:203
Class
web/src/routes/workspaceDashboardAgentName.svelte.test.ts:39
Class
web/src/routes/workspaceDashboardAgentName.svelte.test.ts:39
Class
web/src/routes/activityPageAgentName.svelte.test.ts:33
Class
web/src/routes/activityPageAgentName.svelte.test.ts:33
Class
web/src/routes/workspaceDashboardOwnerDenial.svelte.test.ts:52
Class
web/src/routes/workspaceDashboardOwnerDenial.svelte.test.ts:52
Class
web/src/routes/[username]/[workspace]/workspaceLayoutIdentitySse.svelte.test.ts:38
Class
web/src/routes/[username]/[workspace]/workspaceLayoutIdentitySse.svelte.test.ts:38
Class
web/src/routes/[username]/[workspace]/settings/settingsPermissionFlicker.svelte.test.ts:47
Class
web/src/routes/[username]/[workspace]/settings/settingsPermissionFlicker.svelte.test.ts:47
Class
web/src/lib/components/layout/TopBar.svelte.test.ts:76
Class
web/src/lib/components/layout/TopBar.svelte.test.ts:76
Class
web/src/lib/components/attachments/viewerImagePayload.svelte.test.ts:59
Class
web/src/lib/components/items/ItemAttachmentStrip.svelte.test.ts:19
Class
web/src/lib/components/settings/StorageTab.svelte.test.ts:22
Class
web/src/lib/components/common/Lightbox.svelte.test.ts:1592
Class
web/src/lib/components/common/Lightbox.svelte.test.ts:1592
Class
web/src/lib/components/common/QuickActionsMenu.svelte.test.ts:21
Class
web/src/lib/stores/localIndexIdentityReset.svelte.test.ts:20
Class
web/src/lib/stores/localIndexIdentityReset.svelte.test.ts:20
Class
web/src/lib/stores/localIndex.svelte.ts:85
Class
web/src/lib/items/fieldWriteOrderToken.test.ts:15
Class
web/src/lib/items/fieldWriteOrder.test.ts:21
Class
web/src/lib/items/fieldWriteOrder.test.ts:30
Class
web/src/lib/items/fieldWriteOrder.test.ts:183
Class
web/src/lib/items/fieldWriteOrder.test.ts:203
Class
web/src/lib/items/fieldWriteOrder.ts:49
Class
web/src/lib/a11y/viewerBackdrop.svelte.test.ts:112
Class
web/src/lib/services/sseFirstConnectSync.svelte.test.ts:21
Class
web/src/lib/services/sseStaleSourceGuards.svelte.test.ts:21
Class
web/src/lib/api/client.ts:83
Class
web/src/lib/collab/wsProvider.svelte.ts:227
Class
web/src/test/setup-jsdom.ts:136
Class
web/e2e/lib/attachment-viewer.ts:336
StructAPIError
--- HTTP helpers ---
internal/cli/client.go:1394
InterfaceAPIToken
web/src/lib/types/index.ts:38
StructAPIToken
APIToken represents a stored API token (without the secret).
internal/models/api_token.go:6
StructAPITokenCreate
APITokenCreate is the input for creating a new API token.
internal/models/api_token.go:19
InterfaceAPITokenWithSecret
web/src/lib/types/index.ts:50
StructAPITokenWithSecret
APITokenWithSecret is returned only on creation and includes the plaintext token. The token is never stored and cannot be retrieved again.
internal/models/api_token.go:28
StructActionEnv
ActionEnv carries everything an action handler needs to either dispatch to a CLI cmdPath or build a result inline. Wired up once per RegisterCatalog c
internal/mcp/catalog.go:113
FuncTypeActionFn
ActionFn handles one tool action. Receives the call context, the raw MCP input map, and a per-tool execution environment. Returns the CallToolResult t
internal/mcp/catalog.go:107
InterfaceActiveLoad
web/src/lib/attachments/viewerTextLoader.svelte.ts:92
InterfaceActiveLoad
web/src/lib/attachments/viewerImageLoader.svelte.ts:115
InterfaceActivity
web/src/lib/types/index.ts:1589
StructActivity
internal/models/activity.go:82
StructActivityListParams
internal/models/activity.go:103
InterfaceAddr
web/src/lib/attachments/surfaceMetadata.svelte.test.ts:30
InterfaceAdminBillingStats
web/src/lib/types/index.ts:2034
StructAdminBillingStatsResponse
AdminBillingStatsResponse is the JSON shape returned by GET /api/v1/admin/billing-stats. It merges Stripe-derived metrics from pad-cloud (active_subsc
internal/server/handlers_admin_billing.go:23
StructAdminInvitation
AdminInvitation holds enriched invitation data for the admin panel.
internal/store/workspace_members.go:952
InterfaceAdminUser
web/src/lib/stores/admin.svelte.ts:9
StructAdminUserListEntry
AdminUserListEntry is one row returned by SearchUsers: the User model plus the cheap aggregations the admin user table renders at a glance. PLAN-1542
internal/store/users.go:297
StructAdminUserMetrics
AdminUserMetrics carries the windowed engagement metrics rendered by the admin user modal's Overview tab (T1553). Values are intentionally a small han
internal/store/users.go:757
StructAdminUserSearchParams
AdminUserSearchParams holds parameters for the admin user search query. Filters apply ANDed; nil pointer fields mean "no filter" (distinguished from t
internal/store/users.go:271
StructAdminUserSearchResult
AdminUserSearchResult holds the paginated search results.
internal/store/users.go:313
StructAdminUserWorkspace
AdminUserWorkspace is a lightweight workspace membership for admin views.
internal/store/workspace_members.go:1023
StructAdminUserWorkspaceDetail
AdminUserWorkspaceDetail extends AdminUserWorkspace with per-workspace aggregations rendered in the admin user modal's Workspaces tab. PLAN-1542 / TAS
internal/store/workspace_members.go:1035
InterfaceAdoptCollectionInput
web/src/lib/items/adoptCollection.ts:31
StructAgent
Agent describes a known MCP-compatible client and how to find its per-user config file.
internal/mcp/install.go:38
StructAgentBootstrap
AgentBootstrap is the single response struct returned by the bootstrap endpoint. It consolidates the four /pad context-loading calls (workspace, colle
internal/server/handlers_bootstrap.go:24
StructAgentBootstrapConvention
AgentBootstrapConvention is a convention item with its body content so agents can read and follow it without a second round-trip. Only always-on, acti
internal/server/handlers_bootstrap.go:290
StructAgentBootstrapConventionMeta
AgentBootstrapConventionMeta is the lightweight, body-less convention projection returned in the bootstrap's convention_index. It mirrors the AgentBoo
internal/server/handlers_bootstrap.go:329
StructAgentBootstrapPlaybookMeta
AgentBootstrapPlaybookMeta is the lightweight playbook projection returned at bootstrap. Bodies (which can be 5-10KB each) are deliberately excluded;
internal/server/handlers_bootstrap.go:346
StructAgentBootstrapUser
AgentBootstrapUser is the calling user's projection. Email is included so agents can sign generated commits or reference the human; ID is included so
internal/server/handlers_bootstrap.go:276
StructAgentBootstrapWorkspace
AgentBootstrapWorkspace is the minimal workspace projection (slug + name + id) the agent needs to address the workspace in subsequent calls. Descripti
internal/server/handlers_bootstrap.go:266
InterfaceAgentRole
web/src/lib/types/index.ts:507
StructAgentRole
AgentRole represents a workspace-scoped capability role for human-agent assignment. Roles describe what kind of work gets done (e.g. "Planner", "Imple
internal/models/agent_role.go:8
InterfaceAgentRoleCreate
web/src/lib/types/index.ts:521
StructAgentRoleCreate
AgentRoleCreate is the input for creating a new agent role.
internal/models/agent_role.go:25
InterfaceAgentRoleUpdate
web/src/lib/types/index.ts:529
StructAgentRoleUpdate
AgentRoleUpdate is the input for updating an existing agent role.
internal/models/agent_role.go:34
StructAgentStatus
AgentStatus is one row of Installer.Status output.
internal/mcp/install.go:585
StructAgentTool
AgentTool describes a supported AI coding tool and how to install the Pad skill for it.
internal/cli/agents.go:12
InterfaceAnchorAttachmentAction
web/src/lib/attachments/actions.ts:126
InterfaceApiError
web/src/lib/types/index.ts:2007
ClassAppliedOnly
web/src/lib/items/fieldWriteOrder.test.ts:203
StructArg
Arg is a positional argument.
internal/cmdhelp/types.go:54
StructArmDecision
ArmDecision is the resolved arm state plus the inputs that produced it, so callers (notably `pad session status`) can explain WHY a session is or isn'
internal/cli/arm_consent.go:56
StructArmState
Local arm-state file (PLAN-2613 S2, D4; lead ruling "OPTION 2" on the TASK-2617 trail). This is the concrete file contract S3's plugin monitor builds
internal/cli/session_arm_state.go:65
StructArtifact
Artifact is a decoded export of one playbook or convention item.
internal/artifact/artifact.go:82
StructArtifactKindTrait
ArtifactKindTrait declares the portable artifact kind items of this collection export as. Import maps the kind back to whichever local collection decl
internal/models/collection_traits.go:114
InterfaceAttachment
web/src/lib/types/index.ts:2057
StructAttachment
Attachment models a single uploaded blob in the attachments table. See [[Attachments — architecture & migration design]] (DOC-865). Storage is conten
internal/models/attachment.go:16
InterfaceAttachmentActionContext
web/src/lib/attachments/actions.ts:75
InterfaceAttachmentActionSubject
web/src/lib/attachments/actions.ts:61
FuncTypeAttachmentAuthorizer
AttachmentAuthorizer answers one question about one already-scoped attachment row: may the caller who asked for this copy see it? It exists because D
internal/store/attachments_copy_plan.go:239
InterfaceAttachmentChipOptions
web/src/lib/components/editor/attachment-chip.ts:76
StructAttachmentCopyPlan
AttachmentCopyPlan is what the planner returns. Nothing in it has been written; the caller decides whether to act on it.
internal/store/attachments_copy_plan.go:291
next →1–100 of 1,272, ranked by callers