types

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Layer

type Layer struct {
	Name       string     `json:"name"`
	GroupName  string     `json:"groupName,omitempty"`
	Properties []Property `json:"properties"`
}

type Property

type Property struct {
	Name       string `json:"name"`
	ColumnName string `json:"-"`
	Alias      string `json:"alias,omitempty"`
}

type Scheme

type Scheme struct {
	AutomaticCasing bool    `json:"automaticCasing"`
	Version         int     `json:"version"`
	Layers          []Layer `json:"layers"`
}

Jump to

Keyboard shortcuts

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