Documentation ¶
Overview ¶
Package settings contains definition of global CIPD backend settings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { // StorageGSPath is GS path in a form of /bucket/path to the root of the // content-addressable storage area in Google Storage. // // The files will be stored as /storage_gs_path/hash_algo/hex_digest. StorageGSPath string // TempGSPath is GS path in a form of /bucket/path to the root of the storage // area for pending uploads. // // It contains unverified files uploaded by clients before they pass the // hash verification check and copied to the CAS storage area. TempGSPath string }
Settings contain CIPD backend settings.
func (*Settings) ObjectPath ¶
ObjectPath constructs a path to the object in the Google Storage, starting from StorageGSPath root.
Click to show internal directories.
Click to hide internal directories.