domain

package
v0.0.0-...-3eef48c Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Field

type Field struct {
	ID     int64       `gorm:"column:id; primary_key:yes"`
	Groups string      `gorm:"column:groups"`
	Name   string      `gorm:"column:name"`
	Area   orb.Polygon `gorm:"column:area"`
	shared.BaseDomain
	Deleted bool `gorm:"column:deleted"`
}

Field Model

func (Field) TableName

func (field Field) TableName() string

TableName function

func (*Field) Validate

func (field *Field) Validate() error

Validate function

type Fields

type Fields []*Field

Fields type list of Field

Jump to

Keyboard shortcuts

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