Documentation
¶
Index ¶
- func NewBatchDependentStore(db *sql.DB, scope tally.Scope) storage.BatchDependentStore
- func NewBatchStore(db *sql.DB, scope tally.Scope) storage.BatchStore
- func NewBuildStore(db *sql.DB, scope tally.Scope) storage.BuildStore
- func NewChangeStore(db *sql.DB, scope tally.Scope) storage.ChangeStore
- func NewRequestLogStore(db *sql.DB, scope tally.Scope) storage.RequestLogStore
- func NewRequestStore(db *sql.DB, scope tally.Scope) storage.RequestStore
- func NewSpeculationTreeStore(db *sql.DB, scope tally.Scope) storage.SpeculationTreeStore
- func NewStorage(db *sql.DB, scope tally.Scope) (storage.Storage, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBatchDependentStore ¶
NewBatchDependentStore creates a new MySQL-backed BatchDependentStore.
func NewBatchStore ¶
NewBatchStore creates a new MySQL-backed BatchStore.
func NewBuildStore ¶
NewBuildStore creates a new MySQL-backed BuildStore.
func NewChangeStore ¶
NewChangeStore creates a new MySQL-backed ChangeStore.
func NewRequestLogStore ¶
NewRequestLogStore creates a new MySQL-backed RequestLogStore.
func NewRequestStore ¶
NewRequestStore creates a new MySQL-backed RequestStore.
func NewSpeculationTreeStore ¶
NewSpeculationTreeStore creates a new MySQL-backed SpeculationTreeStore.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.