Documentation
¶
Overview ¶
Code generated from Pkl module `com.pipelaner.source.common`. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SASLMechanism ¶
type SASLMechanism string
const ( SCRAMSHA512 SASLMechanism = "SCRAM-SHA-512" SCRAMSHA256 SASLMechanism = "SCRAM-SHA-256" )
func (SASLMechanism) String ¶
func (rcv SASLMechanism) String() string
String returns the string representation of SASLMechanism
func (*SASLMechanism) UnmarshalBinary ¶
func (rcv *SASLMechanism) UnmarshalBinary(data []byte) error
UnmarshalBinary implements encoding.BinaryUnmarshaler for SASLMechanism.
Click to show internal directories.
Click to hide internal directories.