()
| 27 | } |
| 28 | |
| 29 | func (e SecretError) Error() string { |
| 30 | return e.Err.Error() |
| 31 | } |
| 32 | |
| 33 | func GetSecretSize(secret Secret, deploymentWD string) (size int64, err error) { |
| 34 | fh, err := os.Open(utils.GetAbsPathRelativeTo(secret.Source, deploymentWD)) |
no outgoing calls
no test coverage detected