Versions in this module Expand all Collapse all v0 v0.0.2 Aug 14, 2026 v0.0.1 Aug 13, 2026 Changes in this version + type APTConfig = apt.Config + func DefaultAPTConfig(cacheDir string) APTConfig + type APTServer = apt.Server + func NewAPT(cfg APTConfig) (*APTServer, error) + type Cache = cache.Cache + type CacheConfig = cache.Config + func DefaultCacheConfig(cacheDir string) CacheConfig + type GitCacheConfig = git.CacheConfig + type GitConfig = git.Config + func DefaultGitConfig(cacheDir string) GitConfig + type GitHandler = git.Handler + func NewGit(cfg GitConfig) (*GitHandler, error) + type GlobMatcher = glob.GlobMatcher + func CompileGlob(pattern string) (*GlobMatcher, error) + type NPMConfig = npm.Config + func DefaultNPMConfig(cacheDir string) NPMConfig + type NPMServer = npm.Server + func NewNPM(cfg NPMConfig) (*NPMServer, error) + type S3Config = s3.Config + func DefaultS3Config(cacheDir, upstreamURL string) S3Config + type S3Credentials = s3.Credentials + type S3Identity = s3.Identity + type S3Server = s3.Server + func NewS3(cfg S3Config) (*S3Server, error) + type S3SigningContext = s3.SigningContext