skydive
skydive copied to clipboard
Create type for standard metadata
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