Documentation
¶
Index ¶
- type DBInfo
- type InfraInfo
- type PostgresProcessor
- func (p *PostgresProcessor) Close() string
- func (p *PostgresProcessor) ComposeEnv() string
- func (p *PostgresProcessor) Config() string
- func (p *PostgresProcessor) ConfigEnv() string
- func (p *PostgresProcessor) ConfigField() string
- func (p *PostgresProcessor) Constructor() string
- func (p *PostgresProcessor) DockerCompose() string
- func (p *PostgresProcessor) FillStructField() string
- func (p *PostgresProcessor) Import() string
- func (p *PostgresProcessor) InitInAppConstructor() string
- func (p *PostgresProcessor) SetConfig(cfg *config.ProjectConfig)
- func (p *PostgresProcessor) StructField() string
- type Processor
- type RedisProcessor
- func (r *RedisProcessor) Close() string
- func (r *RedisProcessor) ComposeEnv() string
- func (r *RedisProcessor) Config() string
- func (r *RedisProcessor) ConfigEnv() string
- func (r *RedisProcessor) ConfigField() string
- func (r *RedisProcessor) Constructor() string
- func (r *RedisProcessor) DockerCompose() string
- func (r *RedisProcessor) FillStructField() string
- func (r *RedisProcessor) Import() string
- func (r *RedisProcessor) InitInAppConstructor() string
- func (r *RedisProcessor) SetConfig(cfg *config.ProjectConfig)
- func (r *RedisProcessor) StructField() string
- type Registry
- type RegistryDB
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBInfo ¶
func ListDBInfos ¶
func ListDBInfos() []DBInfo
type InfraInfo ¶
func ListInfraInfos ¶
func ListInfraInfos() []InfraInfo
type PostgresProcessor ¶
type PostgresProcessor struct {
// contains filtered or unexported fields
}
func (*PostgresProcessor) Close ¶
func (p *PostgresProcessor) Close() string
func (*PostgresProcessor) ComposeEnv ¶
func (p *PostgresProcessor) ComposeEnv() string
func (*PostgresProcessor) Config ¶
func (p *PostgresProcessor) Config() string
func (*PostgresProcessor) ConfigEnv ¶
func (p *PostgresProcessor) ConfigEnv() string
func (*PostgresProcessor) ConfigField ¶
func (p *PostgresProcessor) ConfigField() string
func (*PostgresProcessor) Constructor ¶
func (p *PostgresProcessor) Constructor() string
func (*PostgresProcessor) DockerCompose ¶
func (p *PostgresProcessor) DockerCompose() string
func (*PostgresProcessor) FillStructField ¶
func (p *PostgresProcessor) FillStructField() string
func (*PostgresProcessor) Import ¶
func (p *PostgresProcessor) Import() string
func (*PostgresProcessor) InitInAppConstructor ¶
func (p *PostgresProcessor) InitInAppConstructor() string
func (*PostgresProcessor) SetConfig ¶
func (p *PostgresProcessor) SetConfig(cfg *config.ProjectConfig)
func (*PostgresProcessor) StructField ¶
func (p *PostgresProcessor) StructField() string
type RedisProcessor ¶
type RedisProcessor struct {
// contains filtered or unexported fields
}
func (*RedisProcessor) Close ¶
func (r *RedisProcessor) Close() string
func (*RedisProcessor) ComposeEnv ¶
func (r *RedisProcessor) ComposeEnv() string
func (*RedisProcessor) Config ¶
func (r *RedisProcessor) Config() string
func (*RedisProcessor) ConfigEnv ¶
func (r *RedisProcessor) ConfigEnv() string
func (*RedisProcessor) ConfigField ¶
func (r *RedisProcessor) ConfigField() string
func (*RedisProcessor) Constructor ¶
func (r *RedisProcessor) Constructor() string
func (*RedisProcessor) DockerCompose ¶
func (r *RedisProcessor) DockerCompose() string
func (*RedisProcessor) FillStructField ¶
func (r *RedisProcessor) FillStructField() string
func (*RedisProcessor) Import ¶
func (r *RedisProcessor) Import() string
func (*RedisProcessor) InitInAppConstructor ¶
func (r *RedisProcessor) InitInAppConstructor() string
func (*RedisProcessor) SetConfig ¶
func (r *RedisProcessor) SetConfig(cfg *config.ProjectConfig)
func (*RedisProcessor) StructField ¶
func (r *RedisProcessor) StructField() string
type RegistryDB ¶
Click to show internal directories.
Click to hide internal directories.