package
Version:
v0.0.0-...-618d00e
Opens a new window with list of versions in this module.
Published: Jun 7, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Contact struct {
ID bson.ObjectId `json:"id" bson:"_id,omitempty"`
Name string `json:"name" bson:"name,omitempty"`
Email string `json:"email" bson:"email"`
}
Contact encapsulates a contact in sampark
Source Files
¶
Click to show internal directories.
Click to hide internal directories.