datacatalog

package
v0.0.0-...-e9a8072 Latest Latest
Warning

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

Go to latest
Published: Mar 15, 2024 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Echo

func Echo(conf Config, g *echo.Group) error

Types

type CityGMLFile

type CityGMLFile struct {
	MeshCode string `json:"code"`
	MaxLOD   int    `json:"maxLod"`
	URL      string `json:"url"`
}

type CityGMLFiles

type CityGMLFiles = map[string][]CityGMLFile

type CityGMLFilesResponse

type CityGMLFilesResponse struct {
	CityCode         string       `json:"cityCode"`
	CityName         string       `json:"cityName"`
	Year             int          `json:"year"`
	RegistrationYear int          `json:"registrationYear"`
	Spec             string       `json:"spec"`
	URL              string       `json:"url"`
	Files            CityGMLFiles `json:"files"`
}

type Config

type Config struct {
	plateaucms.Config
	// v3
	CacheUpdateKey       string
	PlaygroundEndpoint   string
	GraphqlMaxComplexity int
	ErrorOnInit          bool
	// v2
	DisableCache bool
	CacheTTL     int
}

Jump to

Keyboard shortcuts

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