package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 22, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Event struct {
Start int64 `json:"start_time"`
End int64 `json:"end_time"`
Org string `json:"org"`
Repo string `json:"repo"`
Path string `json:"path"`
Branch string `json:"branch"`
Dinghyfile string `json:"dinghyfile"`
Module bool `json:"is_module"`
}
type EventClient interface {
SendEvent(string, *Event)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.