mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
8 lines
142 B
Go
8 lines
142 B
Go
package requests
|
|
|
|
// ItemMap - map of items
|
|
type ItemMap struct {
|
|
ID string `json:"id"`
|
|
DataFields []string `json:"dataFields"`
|
|
}
|