pool: Reddo component-like fields
This commit is contained in:
parent
99983ee6db
commit
337a5fbeba
48 changed files with 291 additions and 163 deletions
|
|
@ -11,9 +11,10 @@ import (
|
|||
// Barrel provides access to the underlying Barrel
|
||||
type Barrel struct {
|
||||
ingredient.Base
|
||||
|
||||
Locker *locker.Locker
|
||||
MStore *mstore.MStore
|
||||
Dependencies struct {
|
||||
Locker *locker.Locker
|
||||
MStore *mstore.MStore
|
||||
}
|
||||
}
|
||||
|
||||
func (barrel *Barrel) DataPath() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue