Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseDriver ¶
type BaseDriver struct {
// contains filtered or unexported fields
}
func (*BaseDriver) Config ¶
func (b *BaseDriver) Config() *toolkit.M
func (*BaseDriver) Model ¶
func (b *BaseDriver) Model() interface{}
func (*BaseDriver) Next ¶
func (b *BaseDriver) Next(m interface{}) error
func (*BaseDriver) Save ¶
func (b *BaseDriver) Save(m interface{}) error
func (*BaseDriver) SetModel ¶
func (b *BaseDriver) SetModel(f func() interface{})
type DataSource ¶
type DataSource struct {
ID string
Connection *dbox.ConnectionInfo
}
Click to show internal directories.
Click to hide internal directories.