Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Route ¶
type Route struct { Id string `json:"id"` Uid string `json:"uid"` Title string `json:"title"` ContentType string `json:"content_type"` Locale string `json:"locale"` Slug string `json:"slug"` Url string `json:"url"` Parent string `json:"parent"` UpdatedAt time.Time `json:"updated_at"` ExcludeSitemap bool `json:"exclude_sitemap"` Published bool `json:"published"` }
Click to show internal directories.
Click to hide internal directories.