Documentation ¶ Index ¶ type Team Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Team ¶ type Team struct { ID uuid.UUID `gorm:"primarykey" json:"id"` Name string `gorm:"unique" json:"name"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` } Source Files ¶ View all Source files teamModel.go Click to show internal directories. Click to hide internal directories.