Documentation ¶ Index ¶ type Backend func CreateBackend(cmd *cobra.Command, verbose bool) *Backend func NewBackend(config *config.Config, db *ent.Client, logger *zap.SugaredLogger, ...) *Backend Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Backend ¶ type Backend struct { Config *config.Config DB *ent.Client Logger *zap.SugaredLogger AIService ai.AiService TableService table.TableService } func CreateBackend ¶ func CreateBackend(cmd *cobra.Command, verbose bool) *Backend func NewBackend ¶ func NewBackend( config *config.Config, db *ent.Client, logger *zap.SugaredLogger, aiService ai.AiService, tableService table.TableService, ) *Backend Source Files ¶ View all Source files backend.go Directories ¶ Show internal Expand all Path Synopsis ai client promptbuilder table source util Click to show internal directories. Click to hide internal directories.