Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DependencySet = wire.NewSet( NewStoreFactory, wire.Struct(new(Store), "*"), )
View Source
var ErrPlanNotFound = errors.New("plan not found")
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct { Clock clock.Clock SQLBuilder *globaldb.SQLBuilder SQLExecutor *globaldb.SQLExecutor }
type StoreFactory ¶
func NewStoreFactory ¶
func NewStoreFactory( sqlbuilder *globaldb.SQLBuilder, ) StoreFactory
Click to show internal directories.
Click to hide internal directories.