func mellium.im/sasl.Credentials

3 uses

	mellium.im/sasl (current package)
		options.go#L57: func Credentials(f func() (Username, Password, Identity []byte)) Option {
		plain.go#L41: 		if m.Permissions(Credentials(func() (Username, Password, Identity []byte) {

	github.com/go-pg/pg/v10
		messages.go#L320: 	creds := sasl.Credentials(func() (Username, Password, Identity []byte) {