mirror of
https://github.com/Xevion/scla-unsubscribe.git
synced 2025-12-10 20:08:28 -06:00
GetFullEntry (uncached) func
This commit is contained in:
15
types.go
15
types.go
@@ -9,6 +9,21 @@ type Entry struct {
|
||||
Phone string
|
||||
}
|
||||
|
||||
type FullEntry struct {
|
||||
Name string
|
||||
Classification string
|
||||
College string
|
||||
Major string
|
||||
Email string
|
||||
// Attributes only for faculty
|
||||
Title string
|
||||
Department string
|
||||
MailingAddress string
|
||||
Building string
|
||||
Phone string
|
||||
Other map[string]string
|
||||
}
|
||||
|
||||
type ConfirmationResponse struct {
|
||||
FormId string `json:"formId"`
|
||||
FollowUpUrl string `json:"followUpUrl"`
|
||||
|
||||
Reference in New Issue
Block a user