1 package warehouse 2 3 // Package kinds. 4 const ( 5 PalletKind = "pallet" 6 ClusterKind = "cluster" 7 8 WarehouseNamespace = "warehouse-system" 9 ServiceAccountKey = "gcp-api-key" 10 SecretKey = "key.json" 11 ) 12
View as plain text