package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Sep 23, 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 EmailAddress struct {
Primary bool `json:"primary"`
EmailAddress string `json:"emailAddress"`
}
type Member struct {
ID string `json:"ID"`
Role string `json:"Role"`
}
type MemberReqBody struct {
ID string `json:"id"`
Role string `json:"role"`
}
type PairedMember struct {
MemberId *string `json:"memberID"`
NonMemberName string `json:"nonMemberName"`
Items []string `json:"items"`
}
type PhoneNumber struct {
Primary bool `json:"primary"`
PhoneNumber string `json:"phoneNumber"`
}
type ProfileName struct {
FirstName string `json:"FirstName"`
MiddleName string `json:"MiddleName"`
LastName string `json:"LastName"`
}
type PullRequest struct {
Url string `json:"url"`
Description string `json:"description"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.