Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageEvents ¶
type PackageEvents struct { Pulled PulledEvent Pushed PushedEvent }
var Package PackageEvents = PackageEvents{ Pulled: PulledEvent{ // contains filtered or unexported fields }, }
type PulledEvent ¶
type PulledEvent struct {
// contains filtered or unexported fields
}
func (*PulledEvent) Receive ¶
func (e *PulledEvent) Receive() <-chan *Pulled
Receive return a channel that send all Pull events
type PushedEvent ¶
type PushedEvent struct {
// contains filtered or unexported fields
}
func (*PushedEvent) Emit ¶
func (e *PushedEvent) Emit(ev *Pushed)
func (*PushedEvent) Receive ¶
func (e *PushedEvent) Receive() chan *Pushed
Receive subscribe to a Pushed event
Click to show internal directories.
Click to hide internal directories.