Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileTree ¶
type FileTree struct {
Nodes []FileTreeNode `json:",inline"`
}
type FileTreeNode ¶
type FileTreeNode struct {
Name string `json:"name"`
Path string `json:"path"`
Children []FileTreeNode `json:"children,omitempty"`
}
type PendingSupportBundle ¶ added in v1.31.0
type SupportBundle ¶
type SupportBundle struct {
ID string `json:"id"`
Slug string `json:"slug"`
AppID string `json:"appId"`
Name string `json:"name"`
Size float64 `json:"size"`
Status string `json:"status"`
TreeIndex string `json:"treeIndex,omitempty"`
CreatedAt time.Time `json:"createdAt"`
UploadedAt *time.Time `json:"uploadedAt"`
IsArchived bool `json:"isArchived"`
}
type SupportBundleAnalysis ¶
Click to show internal directories.
Click to hide internal directories.