Skip to content

Add types converter

Marcos Huck requested to merge feature/types into develop

Context

We're using different functions to convert types from values to pointers in both cloudsim and fuelserver, leading into duplicated code.

Change

This MR adds a set of functions to convert from values to pointers using the same notation used by aws-sdk-go.

Other information

Additional documentation

Edited by Marcos Huck

Merge request reports