Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { ID string `json:"id"` Name string `json:"name"` FirstName string `json:"firstName"` LastName string `json:"lastName"` Internal bool `json:"internal"` Bot bool `json:"bot"` Test bool `json:"test"` ProfilePhotoUrl string `json:"profilePhotoUrl"` Timezone string `json:"timezone"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` PhoneNumbers map[string]UserPhoneNumber `json:"phoneNumbers"` JobRoles map[string]bool `json:"jobRoles"` Source commonmodel.Source `json:"source"` ExternalSystems []commonmodel.ExternalSystem `json:"externalSystems"` Roles []string `json:"roles"` }
func (*User) HasPhoneNumber ¶
type UserPhoneNumber ¶
Click to show internal directories.
Click to hide internal directories.