Documentation
¶
Index ¶
- Variables
- func Build(args ...string) error
- func BuildAll(args ...string) error
- func Commit() (string, error)
- func CopyOpenAPI(repo, service, outfile string) error
- func CreateOpenAPI(repo, outfile string, subServices []string) error
- func DockerImage(repositoryAndTag string, args ...string) error
- func Generate(paths ...string) error
- func Lint() error
- func MergeOpenAPI(repo, outfile string, subServices []string) error
- func Test(args ...string) error
- func Version() (string, error)
- func WorkDir() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Architectures is a list of architectures to build binaries for. Architectures = []string{"amd64", "arm"} // OSList is a list of all OSes to build binaries for. OSList = []string{osLinux, osWindows, osDarwin} )
Functions ¶
func CopyOpenAPI ¶
func CreateOpenAPI ¶
func DockerImage ¶
DockerImage builds the docker image for the project.
func Generate ¶
Generate runs go generate for the specified paths. If no paths are used, it generates for './...'.
func MergeOpenAPI ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.