Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Incident ¶
type Incident struct { Id *string `json:"id"` Description *string `json:"description"` ImpactedServices *[]string `json:"impactedServices"` TinyId *string `json:"tinyId"` Message *string `json:"message"` Status *string `json:"status"` Tags []any `json:"tags"` CreatedAt *time.Time `json:"createdAt"` UpdatedAt *time.Time `json:"updatedAt"` Priority *string `json:"priority"` OwnerTeam *string `json:"ownerTeam"` Responders *[]struct { Type *string `json:"type"` Id *string `json:"id"` } `json:"responders"` ExtraProperties struct { } `json:"extraProperties"` Links struct { Web *string `json:"web"` Api *string `json:"api"` } `json:"links"` Actions *[]any `json:"actions"` }
type User ¶
type User struct { Blocked *bool `json:"blocked"` Verified *bool `json:"verified"` Id *string `json:"id"` Username *string `json:"username"` FullName *string `json:"fullName"` Role *struct { Id *string `json:"id"` Name *string `json:"name"` } `json:"role"` TimeZone *string `json:"timeZone"` Locale *string `json:"locale"` UserAddress *struct { Country *string `json:"country"` State *string `json:"state"` City *string `json:"city"` Line *string `json:"line"` ZipCode *string `json:"zipCode"` } `json:"userAddress"` CreatedAt *time.Time `json:"createdAt"` }
Click to show internal directories.
Click to hide internal directories.