The highest tagged major version is
v9.
package
Version:
v4.1.0
Opens a new window with list of versions in this module.
Published: May 29, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Membre struct {
ID string `db:"id" json:"membre_id"`
LastName string `db:"last_name" json:"last_name"`
FirstName string `db:"first_name" json:"first_name"`
PreferedName string `db:"prefered_name" json:"prefered_name"`
ProgrammeID string `db:"programme_id" json:"programme_id"`
}
type Programme struct {
ID string `db:"id" json:"programme_id"`
Titre string `db:"titre" json:"nom_programme"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.