Versions in this module Expand all Collapse all v0 v0.7.0 Jun 7, 2026 Changes in this version + var AddDatasetCmd = &cobra.Command + var AddProfileCmd = &cobra.Command + var AddRoleCmd = &cobra.Command + var AddUserCmd = func() *cobra.Command { ... }() + var AutocompleteCmd = &cobra.Command + var CreateSchemaCmd = &cobra.Command + var DefaultProfile config.Profile + var DefaultProfileCmd = &cobra.Command + var FocusPrimary = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var FocusSecondary = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var GenerateSchemaCmd = &cobra.Command + var InstallOssCmd = &cobra.Command + var ItemOuter = lipgloss.NewStyle().PaddingLeft(1) + var ListDatasetCmd = &cobra.Command + var ListOssCmd = &cobra.Command + var ListProfileCmd = &cobra.Command + var ListRoleCmd = &cobra.Command + var ListUserCmd = &cobra.Command + var LoginCmd = &cobra.Command + var LogoutCmd = &cobra.Command + var PromqlCmd = &cobra.Command + var QueryCmd = query + var RemoveDatasetCmd = &cobra.Command + var RemoveProfileCmd = &cobra.Command + var RemoveRoleCmd = &cobra.Command + var RemoveUserCmd = &cobra.Command + var SaveSQLCmd = &cobra.Command + var SavedQueryList = &cobra.Command + var SelectedItemOuter = ...(FocusPrimary) + var SelectedStyle = lipgloss.NewStyle().Foreground(FocusPrimary).Bold(true) + var SelectedStyleAlt = lipgloss.NewStyle().Foreground(FocusSecondary) + var SetUserRoleCmd = &cobra.Command + var ShowValuesCmd = &cobra.Command + var StandardPrimary = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var StandardSecondary = ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... }) + var StandardStyle = lipgloss.NewStyle().Foreground(StandardPrimary) + var StandardStyleAlt = lipgloss.NewStyle().Foreground(StandardSecondary) + var StandardStyleBold = lipgloss.NewStyle().Foreground(StandardPrimary).Bold(true) + var StandardStyleRule = lipgloss.NewStyle().Foreground(ui.Adaptive(func(p ui.Palette) lipgloss.Color { ... })) + var StatDatasetCmd = &cobra.Command + var StatusCmd = &cobra.Command + var StyleBold = lipgloss.NewStyle().Bold(true) + var TailCmd = &cobra.Command + var UninstallOssCmd = &cobra.Command + var UpdateProfileCmd = &cobra.Command + var VersionCmd = &cobra.Command + func Max(a int, b int) int + func PreRun() error + func PreRunDefaultProfile(_ *cobra.Command, _ []string) error + func PrintVersion(version, commit string) error + type Alert struct + Message string + Name string + Rule Rule + Targets []Target + type AlertConfig struct + Alerts []Alert + Version string + type DatasetListItem struct + LastIngested time.Time + Name string + Type string + func (item *DatasetListItem) Render() string + type DatasetRetentionData []struct + type DatasetStatsData struct + Ingestion struct{ ... } + Storage struct{ ... } + Stream string + Time time.Time + type Item struct + Desc string + From string + ID string + Stream string + Title string + To string + type ProfileListItem struct + func (item *ProfileListItem) Render(highlight bool) string + type Repeat struct + Interval string + Times int + type RoleData struct + Privilege string + Resource *RoleResource + func (user *RoleData) Render() string + type RoleResource struct + Stream string + type Rule struct + Config RuleConfig + Type string + type RuleConfig struct + Column string + IgnoreCase bool + Operator string + Repeats int + Value interface{} + type Target struct + Endpoint string + Headers map[string]string + Repeat Repeat + SkipTLSCheck bool + Type string + type UserData struct + ID string + Method string + type UserRoleAction struct + Privilege string + Resource *RoleResource + type UserRolesResponse struct + DirectRoles map[string]UserServerRole + GroupRoles map[string]map[string]UserServerRole + type UserServerRole struct + Actions []UserRoleAction