Bucket returns a Bucket of the Module's files. This bucket is not self-contained - it requires the files from dependencies to be so. This bucket will only contain module files - it will be filtered via NewModuleData.
()
| 40 | // |
| 41 | // This bucket will only contain module files - it will be filtered via NewModuleData. |
| 42 | Bucket() (storage.ReadBucket, error) |
| 43 | // DepModuleKeys returns the dependencies for this specific Module. |
| 44 | // |
| 45 | // The dependencies are the same as that would appear in the v1 buf.lock file. |
no outgoing calls