Core

/app/controller/cutil/location.go (162 B)

1
2
3
4
5
6
7
8
9
package cutil

type Location struct {
URL string `json:"url"`
Title string `json:"title"`
Icon string `json:"icon,omitempty"`
}

type Locations []*Location