Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGormPostgresqlConnector ¶
func NewGormPostgresqlConnector() connectors.Connector
Types ¶
type GormPostgresqlConnector ¶
type GormPostgresqlConnector struct {
// contains filtered or unexported fields
}
func (GormPostgresqlConnector) Id ¶
func (c GormPostgresqlConnector) Id() string
func (GormPostgresqlConnector) Load ¶
func (c GormPostgresqlConnector) Load(schema interface{}) (interface{}, error)
func (GormPostgresqlConnector) Name ¶
func (c GormPostgresqlConnector) Name() string
func (GormPostgresqlConnector) Schema ¶
func (c GormPostgresqlConnector) Schema() interface{}
func (GormPostgresqlConnector) Tags ¶
func (c GormPostgresqlConnector) Tags() []string
Click to show internal directories.
Click to hide internal directories.