Skip to content
Snippets Groups Projects
cmdServeConfig.gotmpl 307 B
Newer Older
// This file is generated only once and is safe to edit

package cmd

func setupServerCmd(cmd *ServeCmd) {
    // This is where CommandLineOptionsGroups can be added to the API
}

func setupServeConfig(config *restapi.Config) error {
	// This is where the api config can be customized at will
	return nil
}