rabbitmq

package
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package rabbitmq provides a verifier for RabbitMQ connection strings. Live verification requires network access to the RabbitMQ server, so this verifier performs URL format validation only.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Verifier

type Verifier struct{}

Verifier checks whether a RabbitMQ connection string has a valid URL format. It NEVER logs or persists raw password values.

Note: This is a format-check verifier; it performs no live verification, so the result is always StatusUnverified. Live verification would require a network connection to the broker.

func (*Verifier) Type

func (v *Verifier) Type() string

Type returns the detector ID this verifier handles.

func (*Verifier) Verify

Verify checks if the detected RabbitMQ connection string has a valid AMQP URL format. Raw contains the full connection string (amqp://user:pass@host:port/vhost).

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL