Documentation
¶
Overview ¶
Package tools derives terminal tool inspection state from Protocol values.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detail ¶
type Detail struct {
Tool types.Tool
Manifest *types.ToolManifest
Metrics *types.ToolMetrics
Content *types.ToolContentStats
BestEffort bool
Annotations bool
}
Detail contains catalog, schema, policy, OAuth, analytics, and content posture.
type State ¶
type State struct {
Surface surface.State
Rows []types.Tool
Aggregates types.ToolAggregates
AggregatesPartial bool
Selected *Detail
SelectedID string
Filter string
Page, PageSize int
}
State is one identity-scoped tool catalog projection.
Click to show internal directories.
Click to hide internal directories.