Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SQLiteGetEvents ¶
type SQLiteGetEvents struct {
// contains filtered or unexported fields
}
func NewSQLiteGetEvents ¶
func NewSQLiteGetEvents(db *sql.DB, logger *logging.Logger) *SQLiteGetEvents
func (*SQLiteGetEvents) Get ¶
func (s *SQLiteGetEvents) Get(ctx context.Context, req *orisun.GetEventsRequest) (*orisun.GetEventsResponse, error)
type SQLiteLockProvider ¶
type SQLiteLockProvider struct {
// contains filtered or unexported fields
}
func NewSQLiteLockProvider ¶
func NewSQLiteLockProvider(db *sql.DB, logger logging.Logger) *SQLiteLockProvider
type SQLiteSaveEvents ¶
type SQLiteSaveEvents struct {
// contains filtered or unexported fields
}
func NewSQLiteSaveEvents ¶
func NewSQLiteSaveEvents(db *sql.DB, logger *logging.Logger) *SQLiteSaveEvents
Click to show internal directories.
Click to hide internal directories.