- remove
omitempty
from the following:Collection.Quota
Collection.ReadyForContent
FMD.Size
FMD.FormatValid
FMD.FormatAcceptable
- refactored tests for independence
- correct
rsbe.Version
value - correct
JSON
URL
tags inIEListEntry
andIEToSEEntry
- clean up code per
go.staticcheck
recommendations - add
LICENSE.txt
- add
RSBE API v0.7.0
development database dump needed for testing
- add
Owner
functionality to align withRSBE API v0.7.0
- add Golang module files
- renamed RSBE database snapshot and moved to rsbe/testsupport
- added config file that can be used to access an RSBE instance running on localhost
- added RSBE database dump to
rsbe/testdata
to allow developers to set up an RSBE instance with the expected test data
- added
rsbe.Version
constant - added Entity-to-Foreign ID (
EToFID
) functionality - requires
rsbe
APIv0.1.1
or higher