(opt serpent.Option)
| 1344 | } |
| 1345 | |
| 1346 | func IsSecretDeploymentOption(opt serpent.Option) bool { |
| 1347 | return opt.Annotations.IsSet(annotationSecretKey) |
| 1348 | } |
| 1349 | |
| 1350 | func DefaultCacheDir() string { |
| 1351 | defaultCacheDir, err := os.UserCacheDir() |
no outgoing calls