Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
func NewBaseEvent ¶
type JobCreated ¶
func NewJobCreatedEvent ¶
func NewJobCreatedEvent(job *job.Job) (*JobCreated, error)
func (*JobCreated) Bytes ¶
func (j *JobCreated) Bytes() ([]byte, error)
type JobDeleted ¶
func NewJobDeleteEvent ¶
func (*JobDeleted) Bytes ¶
func (j *JobDeleted) Bytes() ([]byte, error)
type JobUpdated ¶
func NewJobUpdateEvent ¶
func NewJobUpdateEvent(job *job.Job) (*JobUpdated, error)
func (*JobUpdated) Bytes ¶
func (j *JobUpdated) Bytes() ([]byte, error)
type ResourceCreated ¶
func NewResourceCreatedEvent ¶
func NewResourceCreatedEvent(rsc *resource.Resource) (*ResourceCreated, error)
func (ResourceCreated) Bytes ¶
func (r ResourceCreated) Bytes() ([]byte, error)
type ResourceUpdated ¶
func NewResourceUpdatedEvent ¶
func NewResourceUpdatedEvent(rsc *resource.Resource) (*ResourceUpdated, error)
func (ResourceUpdated) Bytes ¶
func (r ResourceUpdated) Bytes() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.