Documentation ¶
Index ¶
- type Settings
- type SimpletableFactory
- type SimpletableManager
- func (this *SimpletableManager) GetConnection() interface{}
- func (this *SimpletableManager) Lookup(clientID string, config map[string]interface{}) (table.Table, error)
- func (this *SimpletableManager) ReleaseConnection(connection interface{})
- func (this *SimpletableManager) Start() error
- func (this *SimpletableManager) Stop() error
- func (this *SimpletableManager) Type() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Name string `md:"name,required"` Description string `md:"description"` Properties string `md:"properties,required"` Schema string `md:"schema"` }
Settings for dgraph
func NewSetting ¶
type SimpletableFactory ¶
type SimpletableFactory struct { }
SimpletableFactory for postgres connection
func (*SimpletableFactory) NewManager ¶
func (this *SimpletableFactory) NewManager(settings map[string]interface{}) (connection.Manager, error)
NewManager SimpletableFactory
func (*SimpletableFactory) Type ¶
func (this *SimpletableFactory) Type() string
Type SimpletableFactory
type SimpletableManager ¶
type SimpletableManager struct {
// contains filtered or unexported fields
}
SimpletableManager details
func (*SimpletableManager) GetConnection ¶
func (this *SimpletableManager) GetConnection() interface{}
GetConnection SimpletableManager details
func (*SimpletableManager) ReleaseConnection ¶
func (this *SimpletableManager) ReleaseConnection(connection interface{})
ReleaseConnection SimpletableManager details
func (*SimpletableManager) Start ¶
func (this *SimpletableManager) Start() error
Start SimpletableManager details
func (*SimpletableManager) Stop ¶
func (this *SimpletableManager) Stop() error
Stop SimpletableManager details
func (*SimpletableManager) Type ¶
func (this *SimpletableManager) Type() string
Type SimpletableManager details
Click to show internal directories.
Click to hide internal directories.