common

package
v0.0.139 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CredentialPair

type CredentialPair struct {
	Username string
	Password string `json:"-"`
}

CredentialPair represents a username/password combination for authentication testing.

func GenerateCredentialPairs

func GenerateCredentialPairs(usernames, passwords []string) []CredentialPair

GenerateCredentialPairs creates all combinations of usernames and passwords.

func (CredentialPair) String

func (c CredentialPair) String() string

String redacts the password to prevent accidental exposure in logs.

Jump to

Keyboard shortcuts

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