Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigEntity ¶
type ConfigEntity struct {
Project string `json:"project" yaml:"project" mapstructure:"project"`
Language string `json:"language" yaml:"language" mapstructure:"language"`
Database []*DatabaseEntity `json:"database" yaml:"database" mapstructure:"database"`
}
func NewCreate ¶
func NewCreate() (*ConfigEntity, error)
type ConfigFormEntity ¶
type ConfigFormEntity struct {
// contains filtered or unexported fields
}
func (ConfigFormEntity) Init ¶
func (model ConfigFormEntity) Init() tea.Cmd
func (ConfigFormEntity) View ¶
func (model ConfigFormEntity) View() string
type CreateFormModelEntity ¶
type CreateFormModelEntity struct {
Config *ConfigEntity
// contains filtered or unexported fields
}
func (CreateFormModelEntity) Init ¶
func (model CreateFormModelEntity) Init() tea.Cmd
func (CreateFormModelEntity) View ¶
func (model CreateFormModelEntity) View() string
type DatabaseEntity ¶
type GithubRepoVersion ¶
type GithubRepoVersion struct {
TagName string `json:"tag_name"`
}
Click to show internal directories.
Click to hide internal directories.