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 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"` }
Click to show internal directories.
Click to hide internal directories.