Open cubismic opened 4 years ago
Some elements of objects are nullable. But current implementation has not considered this.
Since golang does not support nullable structs in default, If the object is nullable, hold pointer value instead of the exact value.
We should check all the structs that are implemented.
Some elements of objects are nullable. But current implementation has not considered this.
Since golang does not support nullable structs in default, If the object is nullable, hold pointer value instead of the exact value.
We should check all the structs that are implemented.