back out interfaces/unions, in preparation for new approach
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
type Response struct {
|
||||
Root struct {
|
||||
Id string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
Children []struct {
|
||||
Id string `json:"id"`
|
||||
Name string `json:"name"`
|
||||
} `json:"children"`
|
||||
} `json:"root"`
|
||||
}
|
||||
Reference in New Issue
Block a user