Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadAndPersist ¶
func ReadAndPersist(eventAccess *EventAccess, c chan event.Event, wg *sync.WaitGroup)
Types ¶
type EventAccess ¶
type EventAccess struct {
// contains filtered or unexported fields
}
func NewEventAccess ¶
func NewEventAccess(db *sql.DB) (*EventAccess, error)
func (*EventAccess) SavePREvent ¶
func (a *EventAccess) SavePREvent(e event.Event) error
Click to show internal directories.
Click to hide internal directories.