Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletedConfig ¶
type CompletedConfig struct {
*Config
}
func (CompletedConfig) NewServer ¶
func (c CompletedConfig) NewServer() (*GenerateYamlServer, error)
type Config ¶
type Config struct {
YamlInfo *YamlInfo
}
func (*Config) Complete ¶
func (c *Config) Complete() CompletedConfig
type GenerateYamlServer ¶
type GenerateYamlServer struct {
YamlInfo *YamlInfo
}
Click to show internal directories.
Click to hide internal directories.