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: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Organization

type Organization struct {
	ID   uint   `gorm:"column:id; primary_key:yes"`
	Name string `gorm:"column:name; not null"`
	shared.BaseDomain
}

Organization Model

func (Organization) TableName

func (organization Organization) TableName() string

TableName function

func (*Organization) Validate

func (organization *Organization) Validate() error

Validate function

type Organizations

type Organizations []*Organization

Organizations type list of Organization

Jump to

Keyboard shortcuts

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