Documentation
¶
Index ¶
- Constants
- type PgGit
- func (pgt *PgGit) Config() *pgPlug.Config
- func (pgt *PgGit) DeleteVersion(ctx context.Context, branch string) error
- func (pgt *PgGit) MergeTo(ctx context.Context, branch string) error
- func (pgt *PgGit) Plugin() plugins.IPlugin
- func (pgt *PgGit) Read(file, key string) ([]byte, error)
- func (pgt *PgGit) Save(file, key string, data []byte) error
- func (pgt *PgGit) SetVersion(branch string) error
Constants ¶
View Source
const ( CreateTableSql = `` /* 488-byte string literal not displayed */ DeleteVersionSql = `DELETE FROM %s WHERE version = $1` UpdateVersionSql = `UPDATE %s SET version = $1 WHERE version = $2` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PgGit ¶
type PgGit struct {
// contains filtered or unexported fields
}
func (*PgGit) DeleteVersion ¶
func (*PgGit) SetVersion ¶
Click to show internal directories.
Click to hide internal directories.