Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config interface { FilePath() string Parameters() parameters.Parameters }
type Maker ¶
type Maker interface {
Make(config map[string]types.ServerConfig) (Configs, error)
}
func CreateMaker ¶
func CreateMaker(fnd app.Foundation, parametersMaker parameters.Maker) Maker
Click to show internal directories.
Click to hide internal directories.