Versions in this module Expand all Collapse all v0 v0.7.1 Aug 5, 2014 Changes in this version + const SortName + const SortTime type AptlyContext + func (context *AptlyContext) GetPublishedStorage(name string) aptly.PublishedStorage v0.5.1 May 10, 2014 Changes in this version + func Fatal(err error) + type AptlyContext struct + func (context *AptlyContext) ArchitecturesList() []string + 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) PackagePool() aptly.PackagePool + func (context *AptlyContext) Progress() aptly.Progress + func (context *AptlyContext) PublishedStorage() aptly.PublishedStorage + type FatalError struct + Message string + ReturnCode int v0.4.1 Mar 12, 2014 Changes in this version + func InitContext(cmd *commander.Command) error + func ListPackagesRefList(reflist *debian.PackageRefList) (err error) + func RootCommand() *commander.Command + func ShutdownContext()