package
Version:
v1.11.6
Opens a new window with list of versions in this module.
Published: Sep 29, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
BuildDir returns the build dir.
func CleanupBuildDir(config *Config)
CleanupBuildDir removes the build dir.
ConfigFlags helps configure cobra and viper flags.
type Config struct {
Path string `mapstructure:"path"`
DevCmd string `mapstructure:"devcmd"`
BuildCmd string `mapstructure:"buildcmd"`
BuildDir string `mapstructure:"builddir"`
}
Config is server configuration.
Validate configuration is ok.
Start creates and starts the GraphQL HTTP server.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.