model

package
v0.0.0-...-349d819 Latest Latest
Warning

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

Go to latest
Published: May 11, 2022 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mitglieders

type Mitglieders struct {
	ID       uint `gorm:"primaryKey"`
	User     string
	Passwort string
	Vorname  string
	Nachname string
}

type Session

type Session struct {
	ID               uint `gorm:"primaryKey"`
	MitgliedersRefer uint
	Mitglieders      Mitglieders `gorm:"foreignKey:MitgliedersRefer"`
	Session_Name     string
}

Jump to

Keyboard shortcuts

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