credentialsetup

package
v0.14.0 Latest Latest
Warning

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

Go to latest
Published: May 9, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package credentialsetup provides centralized registration of all available credential implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterAll

func RegisterAll(registrar CredentialRegistrar) error

RegisterAll registers all available credential implementations to the given registrar. Returns an error if any credential fails to register.

Types

type CredentialRegistrar

type CredentialRegistrar interface {
	RegisterCredential(c credential.Credential) error
}

CredentialRegistrar is an interface for types that can register credentials. This is implemented by instances.Manager.

Jump to

Keyboard shortcuts

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