Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventListener ¶
type EventListener struct {
// contains filtered or unexported fields
}
EventListener event listener
func NewEventListener ¶
func NewEventListener() *EventListener
NewEventListener initialize EventListener.
func (*EventListener) GetEvents ¶
func (e *EventListener) GetEvents(repository string) []EventRow
GetEvents retrieve events from sqlite db
func (*EventListener) ProcessEvents ¶
func (e *EventListener) ProcessEvents(request *http.Request)
ProcessEvents parse and store registry events
Click to show internal directories.
Click to hide internal directories.