models

package
v6.2.6 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const Schema = `` /* 269-byte string literal not displayed */

Variables

This section is empty.

Functions

This section is empty.

Types

type Entry

type Entry interface {
	Programme | Membre
}

type Membre

type Membre struct {
	ID           string `db:"id" json:"membre_id" csv:"membre_id"`
	LastName     string `db:"last_name" json:"last_name" csv:"last_name"`
	FirstName    string `db:"first_name" json:"first_name" csv:"first_name"`
	PreferedName string `db:"prefered_name" json:"prefered_name" csv:"prefered_name"`
	ProgrammeID  string `db:"programme_id" json:"programme_id" csv:"programme_id"`
}

type Programme

type Programme struct {
	ID    string `db:"id" json:"programme_id" csv:"programme_id"`
	Titre string `db:"titre" json:"nom_programme" csv:"nom_programme"`
}

Jump to

Keyboard shortcuts

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