Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func NewBuilder ¶
func NewBuilder(tableType enums.TableType, host *domainhost.Host, cliGateway *cligw.Gateway) (*Builder, error)
NewBuilder creates a new Builder instance with the provided CLI gateway. It initializes the termbox terminal and dashboard, and sets up a context and quitter function. If an error occurs during initialization, it returns an error.
Click to show internal directories.
Click to hide internal directories.