model

package
v0.0.0-...-0a466a3 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2023 License: Apache-2.0 Imports: 1 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 {
	gorm.Model
	Name        string
	Description string
	UserID      uint64
	User        User `gorm:"foreignKey:UserID"`
}

type User

type User struct {
	gorm.Model
	Name          string
	Password      string
	Email         string
	Phone         string
	Gender        string
	Birth         string
	Organizations []Organization `gorm:"foreignKey:UserID"`
}

Jump to

Keyboard shortcuts

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