Versions in this module Expand all Collapse all v0 v0.2.1 Oct 7, 2014 Changes in this version + type Docker struct + Branch string + CustomTag string + DockerServer string + DockerServerPort int + DockerVersion string + Dockerfile string + Email string + ImageName string + KeepBuild bool + Password string + PushLatest bool + RegistryLogin bool + RegistryLoginUrl string + Username string + func (d *Docker) Write(f *buildfile.Buildfile, r *repo.Repo) + type Github struct + Artifacts []string + Branch string + Description string + Draft bool + Name string + Prerelease bool + Repo string + Script []string + Tag string + Token string + User string + func (g *Github) Write(f *buildfile.Buildfile, r *repo.Repo) + type NPM struct + Branch string + Email string + Folder string + Force bool + Password string + Registry string + Tag string + Username string + func (n *NPM) Write(f *buildfile.Buildfile) type Publish + Docker *Docker + Github *Github + NPM *NPM + PyPI *PyPI + Swift *Swift + type PyPI struct + Branch string + Formats []string + Password string + Repository string + Username string + func (p *PyPI) BuildFormatStr() string + func (p *PyPI) Write(f *buildfile.Buildfile) + type Swift struct + AuthURL string + Branch string + Container string + Password string + Region string + Source string + Target string + Username string + func (s *Swift) Write(f *buildfile.Buildfile) v0.2.0 Mar 12, 2014 Changes in this version + type Publish struct + S3 *S3 + func (p *Publish) Write(f *buildfile.Buildfile) + type S3 struct + Access string + Branch string + Bucket string + Key string + Recursive bool + Region string + Secret string + Source string + Target string + func (s *S3) Write(f *buildfile.Buildfile)