Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigStep ¶
type ConfigStep struct{}
func (ConfigStep) Description ¶
func (ConfigStep) Description() string
func (ConfigStep) Do ¶
func (ConfigStep) Do(_ context.Context, cfg *config.ProjectConfig) error
type DevEnvStep ¶
type DevEnvStep struct{}
func (DevEnvStep) Description ¶
func (DevEnvStep) Description() string
func (DevEnvStep) Do ¶
func (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 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{}
func (ServerCmdStep) Description ¶
func (ServerCmdStep) Description() string
func (ServerCmdStep) Do ¶
func (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.