add show course and map names
This commit is contained in:
@ -39,7 +39,7 @@ type ReduxMetadata struct {
|
||||
} `json:"data"`
|
||||
}
|
||||
|
||||
type field struct {
|
||||
type Field struct {
|
||||
Name string `json:"name"`
|
||||
Value string `json:"value"`
|
||||
}
|
||||
@ -51,7 +51,7 @@ type ReduxDictionaryContainer struct {
|
||||
UserID string `json:"userId"`
|
||||
Created time.Time `json:"created"`
|
||||
Updated time.Time `json:"updated"`
|
||||
Fields []field `json:"fields"`
|
||||
Fields []Field `json:"fields"`
|
||||
}
|
||||
|
||||
type ReduxDictionaries struct {
|
||||
|
||||
Reference in New Issue
Block a user