notaryproject / tuf

The Update Framework for OCI Registries
11 stars 11 forks source link

Refactoring with Go project layout #26

Closed sudo-bmitch closed 2 years ago

sudo-bmitch commented 2 years ago

This is mostly moving files around to match the Go project layout. I also shifted the file read out of UploadTUFMetadata to allow the test data to be placed in a test folder to match the Go layout. If this file has the risk of getting too large, we may want to shift to passing an io.Reader instead of the contents as a []byte.

Signed-off-by: Brandon Mitchell git@bmitch.net