data

package
v0.0.0-...-618b02f Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2021 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 Endpoint

type Endpoint struct {
	Setup
	Name       string
	Entities   []RequestEntity
	GoType     func(s string) TypeID
	Filterable []string
}

type RequestEntity

type RequestEntity struct {
	TableCatalog    string
	TableSchema     string
	TableName       string
	ColumnName      string
	OrdinalPosition string
	ColumnDefault   string
	IsNullable      string
	DataType        string
}

type Setup

type Setup struct {
	Module    string
	Names     []string
	OpenApiUI string
}

type TypeID

type TypeID struct {
	Name     string
	Pkg      string
	PkgShort string
}

Jump to

Keyboard shortcuts

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