skydive icon indicating copy to clipboard operation
skydive copied to clipboard

Create type for standard metadata

Open lebauce opened this issue 4 years ago • 0 comments

Node metadata are by default untype (it is a map[string]interface{}). This has several drawbacks:

  • the type can be overriden using the API
  • it's slow (no fast JSON encoding/decoding)
  • it's unclear what fields are available

lebauce avatar Nov 16 '20 11:11 lebauce