Skip to content

Improve asset information

Samuel GAIST requested to merge improve_asset_information into master

This merge request moves some information in the Storage class so that it's easier to re-use it rather than having strings all around the code base.

The presence of the class member is checked and will raise an exception if not filled.

beat/beat.core> will need to be updated as well since some of the storage class are defined there.

Merge request reports