Versions in this module Expand all Collapse all v0 v0.9.5 Mar 13, 2015 v0.9.1 Mar 6, 2015 Changes in this version + func Fatal(err error) + type AptlyContext struct + func NewContext(flags *flag.FlagSet) (*AptlyContext, error) + func (context *AptlyContext) ArchitecturesList() []string + func (context *AptlyContext) Cleanup() + func (context *AptlyContext) CloseDatabase() error + func (context *AptlyContext) CollectionFactory() *deb.CollectionFactory + func (context *AptlyContext) Config() *utils.ConfigStructure + func (context *AptlyContext) DBPath() string + func (context *AptlyContext) Database() (database.Storage, error) + func (context *AptlyContext) DependencyOptions() int + func (context *AptlyContext) Downloader() aptly.Downloader + func (context *AptlyContext) Flags() *flag.FlagSet + func (context *AptlyContext) GetPublishedStorage(name string) aptly.PublishedStorage + func (context *AptlyContext) GlobalFlags() *flag.FlagSet + func (context *AptlyContext) LookupOption(defaultValue bool, name string) (result bool) + func (context *AptlyContext) PackagePool() aptly.PackagePool + func (context *AptlyContext) Progress() aptly.Progress + func (context *AptlyContext) ReOpenDatabase() error + func (context *AptlyContext) Shutdown() + func (context *AptlyContext) UpdateFlags(flags *flag.FlagSet) + func (context *AptlyContext) UploadPath() string + type FatalError struct + Message string + ReturnCode int