Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorHandler ¶
type ErrorHandler interface {
Error(e error)
}
type GormReadWrite ¶
type GormReadWrite struct {
// contains filtered or unexported fields
}
func (*GormReadWrite) Close ¶ added in v0.0.2
func (g *GormReadWrite) Close() error
func (*GormReadWrite) Read ¶
func (g *GormReadWrite) Read() *gorm.DB
func (*GormReadWrite) SetRead ¶ added in v0.0.2
func (g *GormReadWrite) SetRead(db *gorm.DB)
func (*GormReadWrite) SetWrite ¶ added in v0.0.2
func (g *GormReadWrite) SetWrite(db *gorm.DB)
func (*GormReadWrite) Write ¶
func (g *GormReadWrite) Write() *gorm.DB
type PathInterfaceGetter ¶
type PathInterfaceGetter interface {
Get(path string) interface{}
}
Click to show internal directories.
Click to hide internal directories.