Documentation
¶
Index ¶
Constants ¶
View Source
const (
TypeNamePostgres string = "postgres"
)
Variables ¶
This section is empty.
Functions ¶
func AddSourceSystem ¶
func AddSourceSystem(sourceSystem *model.SourceSystem) error
func GetSourceSystems ¶
func GetSourceSystems() ([]model.SourceSystem, error)
Types ¶
type Repository ¶
type Repository interface { Connect() Disconnect() error SetupSchema() error GetSourceSystems() ([]model.SourceSystem, error) AddSourceSystem(sourceSystem *model.SourceSystem) error }
Click to show internal directories.
Click to hide internal directories.