sharedcredentials

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Ref

type Ref struct {
	Provider string
	Account  string
}

func ParseRef

func ParseRef(value string) (Ref, error)

func (Ref) String

func (ref Ref) String() string

type Resolution

type Resolution struct {
	Ref     Ref
	Backend string
	Secret  []byte
}

type Resolver

type Resolver interface {
	Resolve(consumer, capability string, ref Ref) (Resolution, error)
}

func NewResolver

func NewResolver() (Resolver, error)

Jump to

Keyboard shortcuts

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