Documentation
¶
Overview ¶
Code generated from Pkl module `pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `pipelaner.source.sinks`. DO NOT EDIT.
Index ¶
- type Clickhouse
- type ClickhouseImpl
- func (rcv *ClickhouseImpl) GetAddress() string
- func (rcv *ClickhouseImpl) GetDatabase() string
- func (rcv *ClickhouseImpl) GetInputs() []string
- func (rcv *ClickhouseImpl) GetMaxExecutionTime() string
- func (rcv *ClickhouseImpl) GetMigrationEngine() string
- func (rcv *ClickhouseImpl) GetMigrationsPathClickhouse() string
- func (rcv *ClickhouseImpl) GetName() string
- func (rcv *ClickhouseImpl) GetPassword() string
- func (rcv *ClickhouseImpl) GetSourceName() string
- func (rcv *ClickhouseImpl) GetThreads() int
- type Console
- type ConsoleImpl
- type Sink
- type Sinks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clickhouse ¶
type ClickhouseImpl ¶
type ClickhouseImpl struct {
SourceName string `pkl:"sourceName"`
Address string `pkl:"address"`
Password string `pkl:"password"`
Database string `pkl:"database"`
MigrationEngine string `pkl:"migrationEngine"`
MigrationsPathClickhouse string `pkl:"migrationsPathClickhouse"`
MaxExecutionTime string `pkl:"maxExecutionTime"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads int `pkl:"threads"`
}
func (*ClickhouseImpl) GetAddress ¶
func (rcv *ClickhouseImpl) GetAddress() string
func (*ClickhouseImpl) GetDatabase ¶
func (rcv *ClickhouseImpl) GetDatabase() string
func (*ClickhouseImpl) GetInputs ¶
func (rcv *ClickhouseImpl) GetInputs() []string
func (*ClickhouseImpl) GetMaxExecutionTime ¶
func (rcv *ClickhouseImpl) GetMaxExecutionTime() string
func (*ClickhouseImpl) GetMigrationEngine ¶
func (rcv *ClickhouseImpl) GetMigrationEngine() string
func (*ClickhouseImpl) GetMigrationsPathClickhouse ¶
func (rcv *ClickhouseImpl) GetMigrationsPathClickhouse() string
func (*ClickhouseImpl) GetName ¶
func (rcv *ClickhouseImpl) GetName() string
func (*ClickhouseImpl) GetPassword ¶
func (rcv *ClickhouseImpl) GetPassword() string
func (*ClickhouseImpl) GetSourceName ¶
func (rcv *ClickhouseImpl) GetSourceName() string
func (*ClickhouseImpl) GetThreads ¶
func (rcv *ClickhouseImpl) GetThreads() int
type ConsoleImpl ¶
type ConsoleImpl struct {
SourceName string `pkl:"sourceName"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads int `pkl:"threads"`
}
func (*ConsoleImpl) GetInputs ¶
func (rcv *ConsoleImpl) GetInputs() []string
func (*ConsoleImpl) GetName ¶
func (rcv *ConsoleImpl) GetName() string
func (*ConsoleImpl) GetSourceName ¶
func (rcv *ConsoleImpl) GetSourceName() string
func (*ConsoleImpl) GetThreads ¶
func (rcv *ConsoleImpl) GetThreads() int
Click to show internal directories.
Click to hide internal directories.