Documentation
¶
Overview ¶
Code generated from Pkl module `pipelaner.source.examples.custom`. DO NOT EDIT.
Code generated from Pkl module `pipelaner.source.examples.custom`. DO NOT EDIT.
Code generated from Pkl module `pipelaner.source.examples.custom`. DO NOT EDIT.
Code generated from Pkl module `pipelaner.source.examples.custom`. DO NOT EDIT.
Code generated from Pkl module `pipelaner.source.examples.custom`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Custom ¶
type Custom struct {
}
type ExampleConsole ¶
type ExampleConsoleImpl ¶
type ExampleConsoleImpl struct {
SourceName string `pkl:"sourceName"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads uint `pkl:"threads"`
}
func (*ExampleConsoleImpl) GetInputs ¶
func (rcv *ExampleConsoleImpl) GetInputs() []string
func (*ExampleConsoleImpl) GetName ¶
func (rcv *ExampleConsoleImpl) GetName() string
func (*ExampleConsoleImpl) GetSourceName ¶
func (rcv *ExampleConsoleImpl) GetSourceName() string
func (*ExampleConsoleImpl) GetThreads ¶
func (rcv *ExampleConsoleImpl) GetThreads() uint
type ExampleGenInt ¶
type ExampleGenIntImpl ¶
type ExampleGenIntImpl struct {
SourceName string `pkl:"sourceName"`
Count int `pkl:"count"`
Name string `pkl:"name"`
Threads uint `pkl:"threads"`
OutputBufferSize uint `pkl:"outputBufferSize"`
}
func (*ExampleGenIntImpl) GetCount ¶
func (rcv *ExampleGenIntImpl) GetCount() int
func (*ExampleGenIntImpl) GetName ¶
func (rcv *ExampleGenIntImpl) GetName() string
func (*ExampleGenIntImpl) GetOutputBufferSize ¶
func (rcv *ExampleGenIntImpl) GetOutputBufferSize() uint
func (*ExampleGenIntImpl) GetSourceName ¶
func (rcv *ExampleGenIntImpl) GetSourceName() string
func (*ExampleGenIntImpl) GetThreads ¶
func (rcv *ExampleGenIntImpl) GetThreads() uint
type ExampleMul ¶
type ExampleMulImpl ¶
type ExampleMulImpl struct {
SourceName string `pkl:"sourceName"`
Mul int `pkl:"mul"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads uint `pkl:"threads"`
OutputBufferSize uint `pkl:"outputBufferSize"`
}
func (*ExampleMulImpl) GetInputs ¶
func (rcv *ExampleMulImpl) GetInputs() []string
func (*ExampleMulImpl) GetMul ¶
func (rcv *ExampleMulImpl) GetMul() int
func (*ExampleMulImpl) GetName ¶
func (rcv *ExampleMulImpl) GetName() string
func (*ExampleMulImpl) GetOutputBufferSize ¶
func (rcv *ExampleMulImpl) GetOutputBufferSize() uint
func (*ExampleMulImpl) GetSourceName ¶
func (rcv *ExampleMulImpl) GetSourceName() string
func (*ExampleMulImpl) GetThreads ¶
func (rcv *ExampleMulImpl) GetThreads() uint
Click to show internal directories.
Click to hide internal directories.