Documentation ¶ Index ¶ type Bubble func New(stardogClient stardog.Client) Bubble func (b Bubble) Init() tea.Cmd func (b Bubble) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (b Bubble) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bubble ¶ type Bubble struct { // contains filtered or unexported fields } func New ¶ func New(stardogClient stardog.Client) Bubble func (Bubble) Init ¶ func (b Bubble) Init() tea.Cmd func (Bubble) Update ¶ func (b Bubble) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (Bubble) View ¶ func (b Bubble) View() string Source Files ¶ View all Source files colors.go init.go methods.go model.go update.go view.go Click to show internal directories. Click to hide internal directories.