Documentation
¶
Index ¶
- type PostgresPS
- func (this *PostgresPS) GetInstance(config *gorm.Config) *gorm.DB
- func (this *PostgresPS) HandleCommand(cmd *cli.Command) error
- func (this *PostgresPS) HandleContext(cCtx *cli.Context) error
- func (this *PostgresPS) SetCategory(category string) *PostgresPS
- func (this *PostgresPS) SetPrefix(prefix string) *PostgresPS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresPS ¶
type PostgresPS struct { PostgresUrl helpers.FlagHelper // contains filtered or unexported fields }
func NewPostgresPS ¶
func NewPostgresPS() *PostgresPS
func (*PostgresPS) GetInstance ¶
func (this *PostgresPS) GetInstance(config *gorm.Config) *gorm.DB
func (*PostgresPS) HandleCommand ¶
func (this *PostgresPS) HandleCommand(cmd *cli.Command) error
func (*PostgresPS) HandleContext ¶
func (this *PostgresPS) HandleContext(cCtx *cli.Context) error
func (*PostgresPS) SetCategory ¶
func (this *PostgresPS) SetCategory(category string) *PostgresPS
func (*PostgresPS) SetPrefix ¶
func (this *PostgresPS) SetPrefix(prefix string) *PostgresPS
Click to show internal directories.
Click to hide internal directories.