Documentation ¶
Index ¶
- func CheckForPossibleCredentials(err error) error
- func TlsFromFiles(certPath, keyPath, caPath string) (cert, key, ca []byte, err error)
- func TopicCreateReqComp(expected aiven.CreateKafkaTopicRequest) func(actual aiven.CreateKafkaTopicRequest) bool
- func TopicUpdateReqComp(expected aiven.UpdateKafkaTopicRequest) func(actual aiven.UpdateKafkaTopicRequest) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckForPossibleCredentials ¶
CheckForPossibleCredentials checks if an error message contains things that looks like credentials If it does, return a new error with a message that the error message has been removed because it contains possible credentials. Else the error is returned unchanged.
func TlsFromFiles ¶
func TopicCreateReqComp ¶
func TopicCreateReqComp(expected aiven.CreateKafkaTopicRequest) func(actual aiven.CreateKafkaTopicRequest) bool
func TopicUpdateReqComp ¶
func TopicUpdateReqComp(expected aiven.UpdateKafkaTopicRequest) func(actual aiven.UpdateKafkaTopicRequest) bool
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.