Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudEventSaver ¶
type CloudEventSaver struct { natsservice.NatsService // contains filtered or unexported fields }
CloudEventSaver listens to all cloud events and saves them in a postgresql database
func (*CloudEventSaver) Logger ¶
func (svc *CloudEventSaver) Logger() *logrus.Entry
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
func (*Database) InsertEvent ¶
func (*Database) Open ¶
func (d *Database) Open(dbConfig DatabaseConfig) error
Click to show internal directories.
Click to hide internal directories.