CodeChain-io / CodeChain-io/codechain-sdk-go
Hold pointer value if the object is nullable
Abierto
- Lenguaje dominante
- Go
- Estrellas
- 5
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.