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 ConnectionType ¶
type ConnectionType string
const ( Unix ConnectionType = "unix" Http2 ConnectionType = "http2" )
func (ConnectionType) String ¶
func (rcv ConnectionType) String() string
String returns the string representation of ConnectionType
func (*ConnectionType) UnmarshalBinary ¶
func (rcv *ConnectionType) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for ConnectionType.
Click to show internal directories.
Click to hide internal directories.