structs

package
v0.0.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Asset added in v0.0.17

type Asset struct {
	Id             string    `json:"id"`
	Uid            string    `json:"uid"`
	Title          string    `json:"title"`
	ContentType    string    `json:"content_type"`
	Locale         string    `json:"locale"`
	Url            string    `json:"url"`
	Parent         string    `json:"parent"`
	Version        int       `json:"version"`
	Filesize       int       `json:"filesize"`
	Height         int       `json:"height"`
	Width          int       `json:"width"`
	UpdatedAt      time.Time `json:"updated_at"`
	ExcludeSitemap bool      `json:"exclude_sitemap"`
	Published      bool      `json:"published"`
}

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"`
	Version        int       `json:"version"`
	UpdatedAt      time.Time `json:"updated_at"`
	ExcludeSitemap bool      `json:"exclude_sitemap"`
	Published      bool      `json:"published"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL