*** PRIVATE ***
| 93 | // *** PRIVATE *** |
| 94 | |
| 95 | type moduleData struct { |
| 96 | moduleKey ModuleKey |
| 97 | getBucket func() (storage.ReadBucket, error) |
| 98 | getDepModuleKeys func() ([]ModuleKey, error) |
| 99 | getV1BufYAMLObjectData func() (ObjectData, error) |
| 100 | getV1BufLockObjectData func() (ObjectData, error) |
| 101 | |
| 102 | checkDigest func() error |
| 103 | } |
| 104 | |
| 105 | func newModuleData( |
| 106 | ctx context.Context, |
nothing calls this directly
no outgoing calls
no test coverage detected