Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DBInterface ¶
type DBInterface interface { DBExec Begin() (DBTransaction, error) }
func GetDBInterface ¶
func GetDBInterface(ctx micro.Context, name string) (DBInterface, error)
type DBTransaction ¶
Click to show internal directories.
Click to hide internal directories.