Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBChange ¶
type DBChange struct {
// Action the action that was taken
Action string `json:"action" codec:"action" bson:"action" yaml:"action" faker:"-"`
// Data the data payload of the change
Data string `json:"data" codec:"data" bson:"data" yaml:"data" faker:"-"`
}
DBChange event
type Integration ¶
type Integration struct {
// RefType the reference type
RefType string `json:"ref_type" codec:"ref_type" bson:"ref_type" yaml:"ref_type" faker:"-"`
// UpdatedAt the date the integration was last updated
UpdatedAt int64 `json:"updated_ts" codec:"updated_ts" bson:"updated_ts" yaml:"updated_ts" faker:"-"`
// Version the latest version that was published
Version string `json:"version" codec:"version" bson:"version" yaml:"version" faker:"-"`
}
Integration A registry integration
Click to show internal directories.
Click to hide internal directories.