include alias even if we don't need it
This commit is contained in:
+2
-2
@@ -8,11 +8,11 @@ import (
|
||||
)
|
||||
|
||||
type QueryWithAliasResponse struct {
|
||||
User QueryWithAliasUser
|
||||
User QueryWithAliasUser `json:"User"`
|
||||
}
|
||||
|
||||
type QueryWithAliasUser struct {
|
||||
ID mypkg.ID
|
||||
ID mypkg.ID `json:"ID"`
|
||||
}
|
||||
|
||||
func QueryWithAlias(
|
||||
|
||||
Reference in New Issue
Block a user