Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppStep ¶
type AppStep struct {
// contains filtered or unexported fields
}
func NewAppStep ¶ added in v1.3.1
func (AppStep) Description ¶
type ConfigStep ¶
type ConfigStep struct {
// contains filtered or unexported fields
}
func NewConfigStep ¶ added in v1.3.1
func NewConfigStep(reg *infra.Registry) *ConfigStep
func (ConfigStep) Description ¶
func (ConfigStep) Description() string
func (ConfigStep) Do ¶
func (s ConfigStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type DevEnvStep ¶
type DevEnvStep struct {
// contains filtered or unexported fields
}
func NewDevEnvStep ¶ added in v1.3.1
func NewDevEnvStep(reg *infra.Registry) *DevEnvStep
func (DevEnvStep) Description ¶
func (DevEnvStep) Description() string
func (DevEnvStep) Do ¶
func (s DevEnvStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type DockerfileStep ¶
type DockerfileStep struct{}
func (DockerfileStep) Description ¶
func (DockerfileStep) Description() string
func (DockerfileStep) Do ¶
func (DockerfileStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type GoModTidyStep ¶
type GoModTidyStep struct{}
func (GoModTidyStep) Description ¶
func (GoModTidyStep) Description() string
func (GoModTidyStep) Do ¶
func (GoModTidyStep) Do(ctx context.Context, cfg *config.ProjectConfig) error
type GolangCIStep ¶
type GolangCIStep struct{}
func (GolangCIStep) Description ¶
func (GolangCIStep) Description() string
func (GolangCIStep) Do ¶
func (GolangCIStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type MainGoStep ¶
type MainGoStep struct{}
func (MainGoStep) Description ¶
func (MainGoStep) Description() string
func (MainGoStep) Do ¶
func (MainGoStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type MigrateStep ¶ added in v1.4.0
type MigrateStep struct {
// contains filtered or unexported fields
}
func NewMigrateStep ¶ added in v1.4.0
func NewMigrateStep(registry *infra.Registry) *MigrateStep
func (*MigrateStep) Description ¶ added in v1.4.0
func (s *MigrateStep) Description() string
func (*MigrateStep) Do ¶ added in v1.4.0
func (s *MigrateStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type RealtimeStep ¶ added in v1.13.0
type RealtimeStep struct{}
func (RealtimeStep) Description ¶ added in v1.13.0
func (RealtimeStep) Description() string
func (RealtimeStep) Do ¶ added in v1.13.0
func (RealtimeStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type RestAPIStep ¶
type RestAPIStep struct{}
func (RestAPIStep) Description ¶
func (RestAPIStep) Description() string
func (RestAPIStep) Do ¶
func (RestAPIStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type RootDirStep ¶
type RootDirStep struct{}
func (RootDirStep) Description ¶
func (RootDirStep) Description() string
func (RootDirStep) Do ¶
func (RootDirStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type ServerCmdStep ¶
type ServerCmdStep struct {
// contains filtered or unexported fields
}
func NewServerCmdStep ¶ added in v1.4.0
func NewServerCmdStep(registry *infra.Registry) *ServerCmdStep
func (ServerCmdStep) Description ¶
func (ServerCmdStep) Description() string
func (ServerCmdStep) Do ¶
func (s ServerCmdStep) Do(_ context.Context, cfg *config.ProjectConfig) error
Source Files
¶
Directories
¶
| Path | Synopsis |
|---|---|
|
files
|
|
|
pkg/httpserver
Package httpserver is a wrapper for http.Server
|
Package httpserver is a wrapper for http.Server |
Click to show internal directories.
Click to hide internal directories.