mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
9 lines
208 B
Go
9 lines
208 B
Go
package requests
|
|
|
|
// URIs - request multiple URIs for a dimension use this resolve uris for links
|
|
// in a document
|
|
type URIs struct {
|
|
IDs []string `json:"ids"`
|
|
Dimension string `json:"dimension"`
|
|
}
|