package
Version:
v0.1.9
Opens a new window with list of versions in this module.
Published: May 27, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CommandOutput struct {
ClientID string `json:"clientId,omitempty"`
OK bool `json:"ok,omitempty"`
Error string `json:"error,omitempty"`
}
type ListInput struct {
ClientID string `json:"clientId,omitempty"`
WindowID string `json:"windowId,omitempty"`
WindowKey string `json:"windowKey,omitempty"`
}
type ListOutput struct {
ClientID string `json:"clientId,omitempty"`
WindowID string `json:"windowId,omitempty"`
WindowKey string `json:"windowKey,omitempty"`
DataSourceRefs []string `json:"dataSourceRefs,omitempty"`
}
type PeekInput struct {
ClientID string `json:"clientId,omitempty"`
WindowID string `json:"windowId,omitempty"`
WindowKey string `json:"windowKey,omitempty"`
DataSourceRef string `json:"dataSourceRef"`
}
type PeekOutput struct {
ClientID string `json:"clientId,omitempty"`
WindowID string `json:"windowId,omitempty"`
WindowKey string `json:"windowKey,omitempty"`
DataSourceRef string `json:"dataSourceRef,omitempty"`
Snapshot *uireg.DataSourceSnapshot `json:"snapshot,omitempty"`
}
type RefreshInput struct {
ClientID string `json:"clientId,omitempty"`
WindowID string `json:"windowId,omitempty"`
WindowKey string `json:"windowKey,omitempty"`
DataSourceRef string `json:"dataSourceRef,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.