Skip to content
Snippets Groups Projects
cmdCustomInfo.gotmpl 364 B
// This file is generated only once and is safe to edit

{{ if .Copyright -}}// {{ comment .Copyright -}}{{ end }}


package cmd

type CustomInfo struct {
    // Custom global flags can be added here. For example:
    BaseURL     string `long:"base-url" env:"BASE_URL" ini-name:"base-url" description:"The public facing base URL of the API. Used to forge URLs"`
}