Documentation
¶
Overview ¶
Code generated from Pkl module `com.pipelaner.source.inputs`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AutoOffsetReset ¶
type AutoOffsetReset string
const ( Earliest AutoOffsetReset = "earliest" Latest AutoOffsetReset = "latest" )
func (AutoOffsetReset) String ¶
func (rcv AutoOffsetReset) String() string
String returns the string representation of AutoOffsetReset
func (*AutoOffsetReset) UnmarshalBinary ¶
func (rcv *AutoOffsetReset) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for AutoOffsetReset.
Click to show internal directories.
Click to hide internal directories.