Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Create ¶
type Create struct { DisplayName string `json:"display_name"` Email string `json:"email"` Org string `json:"org"` // Password assumed derived Password string `json:"password"` }
func (*Create) UnmarshalJSON ¶
type UpdateDisplayName ¶
func NewUpdateDisplayName ¶
func (*UpdateDisplayName) UnmarshalJSON ¶
func (e *UpdateDisplayName) UnmarshalJSON(bs []byte) error
type UpdatePassword ¶
type UpdatePassword struct { ID string `json:"id"` // Password assumed derived Password string `json:"password"` }
func NewUpdatePassword ¶
func (*UpdatePassword) UnmarshalJSON ¶
func (e *UpdatePassword) UnmarshalJSON(bs []byte) error
type UpdateStatus ¶
type UpdateStatus org_event.UpdateStatus
UpdateStatus is identical to, and operates identically to, the org event
func NewUpdateStatus ¶
Click to show internal directories.
Click to hide internal directories.