Documentation
¶
Overview ¶
Code generated from Pkl module `com.pipelaner.source.transforms`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlushTimerStrategy ¶
type FlushTimerStrategy string
const ( FlushByOneMessage FlushTimerStrategy = "flush-by-one-message" FlushByTime FlushTimerStrategy = "flush-by-time" )
func (FlushTimerStrategy) String ¶
func (rcv FlushTimerStrategy) String() string
String returns the string representation of FlushTimerStrategy
func (*FlushTimerStrategy) UnmarshalBinary ¶
func (rcv *FlushTimerStrategy) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for FlushTimerStrategy.
Click to show internal directories.
Click to hide internal directories.