Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
DatasetChangelogEventJob MessageParams `json:"DatasetChangelogEventJob"`
}
type MessageParams ¶
type PackageCreateEvent ¶
type PackageCreateEvent struct { Id int64 `json:"id"` Name string `json:"name"` NodeId string `json:"nodeId"` Parent *ParentPackage `json:"parent"` }
type PackageRestoreEvent ¶ added in v1.4.8
type PackageRestoreEvent struct { Id int64 `json:"id"` Name string `json:"name,omitempty"` OriginalName string `json:"originalName,omitempty"` NodeId string `json:"nodeId,omitempty"` Parent *ParentPackage `json:"parent,omitempty"` }
type ParentPackage ¶
Click to show internal directories.
Click to hide internal directories.