Check struct tags and type composition for SpaceAPIResponseV14 et. al. #22
Labels
No labels
cat:refactoring
cat:security
cat:tooling
is:breakingChange
is:bug
is:feature
is:idea
is:postponed
res:wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: CCCHH/spaceapid#22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The struct tags should be checked for correctness, especially
omitempty
.Also check if more intermediary types are needed for correct json merging when defining sensors in multiple config files or explicitly disallow that case.