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 CommitStrategy ¶
type CommitStrategy string
const ( OneByOne CommitStrategy = "one-by-one" MarkOnSuccess CommitStrategy = "mark-on-success" AutoCommit CommitStrategy = "auto-commit" )
func (CommitStrategy) String ¶
func (rcv CommitStrategy) String() string
String returns the string representation of CommitStrategy
func (*CommitStrategy) UnmarshalBinary ¶
func (rcv *CommitStrategy) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for CommitStrategy.
Click to show internal directories.
Click to hide internal directories.