schema

package
v0.0.0-...-192f8a9 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2021 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 ATable

type ATable struct {
	ID       string `gorm:"primary_key"`
	Name     string
	Is       bool
	NumInt   int
	NumFloat float64
	Json     json.RawMessage
	Byte     []byte
}

type BTable

type BTable struct {
	ID       string `gorm:"primary_key"`
	Name     string
	Is       bool
	NumInt   int
	NumFloat float64
	Json     json.RawMessage
	Byte     []byte
}

Jump to

Keyboard shortcuts

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