mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
11 lines
145 B
Go
11 lines
145 B
Go
package repo
|
|
|
|
import (
|
|
"github.com/foomo/contentserver/content"
|
|
)
|
|
|
|
type RepoDimension struct {
|
|
Dimension string
|
|
Node *content.RepoNode
|
|
}
|