Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SISDB ¶
type SISDB interface { // GetID returns the id for the student matching the given information, // an empty string if the information doesn't match, or an error if one occurred GetID(firstName, lastName, ssn string, birthDate time.Time) (string, error) }
SISDB represents a student information database
Click to show internal directories.
Click to hide internal directories.