Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository struct { DbSchema string DbName string DbUser string DbPassword string Connection *pg.DB }
func Build ¶
func Build() *Repository
func (*Repository) AddSourceSystem ¶
func (pr *Repository) AddSourceSystem(sourceSystem *model.SourceSystem) error
func (*Repository) Connect ¶
func (pr *Repository) Connect()
func (*Repository) Disconnect ¶
func (pr *Repository) Disconnect() error
func (*Repository) GetSourceSystems ¶
func (pr *Repository) GetSourceSystems() ([]model.SourceSystem, error)
func (*Repository) SetupSchema ¶
func (pr *Repository) SetupSchema() error
Click to show internal directories.
Click to hide internal directories.