Documentation ¶
Index ¶
Constants ¶
View Source
const CAR = "car"
View Source
const CAR_ID = "car_id"
View Source
const DEPT = "dept"
View Source
const DEPT_ID = "dept_id"
View Source
const DPET_ID = "dept_id"
View Source
const PACKAGE_NAME = "contacts"
View Source
const RACE_BLACK = "BLACK"
View Source
const RACE_WHITE = "WHITE"
View Source
const RACE_YELLOW = "YELLOW"
View Source
const USER = "user"
View Source
const USER_ID = "user_id"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Car ¶
Car holds the schema definition for the Car entity.
func (Car) Annotations ¶
func (Car) Annotations() []schema.Annotation
type Dept ¶
Dept holds the schema definition for the Dept entity.
func (Dept) Annotations ¶
func (Dept) Annotations() []schema.Annotation
type User ¶
User holds the schema definition for the User entity.
func (User) Annotations ¶
func (User) Annotations() []schema.Annotation
Click to show internal directories.
Click to hide internal directories.