Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
contract.DBOperator
}
func NewClient ¶
func NewClient(d Dependencies) (Client, error)
type Dependencies ¶ added in v0.1.8
type Dependencies struct {
C contract.DBOperator
}
Click to show internal directories.
Click to hide internal directories.