mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-02 20:28:38 -04:00
Take unexported database methods 'private'
This commit is contained in:
@ -117,6 +117,7 @@ type Tx interface {
|
||||
}
|
||||
|
||||
type Store interface {
|
||||
Empty() error
|
||||
Begin() (Tx, error)
|
||||
Close() error
|
||||
}
|
||||
|
Reference in New Issue
Block a user