Versions in this module Expand all Collapse all v0 v0.3.1 Oct 26, 2015 v0.3.0 Sep 17, 2015 Changes in this version + type Bintray struct + ApiKey string + Condition *condition.Condition + Packages []Package + Username string + func (b *Bintray) GetCondition() *condition.Condition + func (b *Bintray) Write(f *buildfile.Buildfile) + type Package struct + Arch []string + Component string + Distr string + File string + Override bool + Owner string + Package string + Publish bool + Repository string + Target string + Type string + Version string + func (p *Package) Write(username, api_key string, f *buildfile.Buildfile)