Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CiArgs ¶
type CiArgs struct { // what to watch and build Channel string StyxRepo RepoConfig // where to copy it CopyDest string ManifestUpstream string PublicCacheUpstream string // state LastRelID string `json:",omitempty"` // "nixos-23.11.7609.5c2ec3a5c2ee" LastStyxCommit string `json:",omitempty"` PrevNames []string `json:",omitempty"` LastGC int64 `json:",omitempty"` // unix seconds }
type RepoConfig ¶
type StartConfig ¶
type WorkerConfig ¶
type WorkerConfig struct { TemporalParams string SmtpParams string RunWorker bool RunScaler bool RunHeavyWorker bool ScaleInterval time.Duration AsgGroupName string CacheSignKeySSM string ManifestPubKeys []string ManifestSignKeySSM []string CSWCfg manifester.ChunkStoreWriteConfig MBCfg manifester.ManifestBuilderConfig }
Click to show internal directories.
Click to hide internal directories.