types

package
v0.0.0-...-a423d60 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationLister

type ApplicationLister interface {
	FetchApplication(ctx context.Context, id string) (*director.ApplicationOutput, error)
}

type ApplicationsLister

type ApplicationsLister interface {
	FetchApplications(ctx context.Context) (*director.ApplicationsOutput, error)
}

type BundleCredentialsCreateRequester

type BundleCredentialsCreateRequester interface {
	RequestBundleInstanceCredentialsCreation(ctx context.Context, in *director.BundleInstanceCredentialsInput) (*director.BundleInstanceAuthOutput, error)
}

type BundleCredentialsDeleteRequester

type BundleCredentialsDeleteRequester interface {
	RequestBundleInstanceCredentialsDeletion(ctx context.Context, in *director.BundleInstanceAuthDeletionInput) (*director.BundleInstanceAuthDeletionOutput, error)
}

type BundleCredentialsFetcher

type BundleCredentialsFetcher interface {
	FetchBundleInstanceAuth(ctx context.Context, in *director.BundleInstanceInput) (*director.BundleInstanceAuthOutput, error)
}

type BundleCredentialsFetcherForInstance

type BundleCredentialsFetcherForInstance interface {
	FetchBundleInstanceCredentials(ctx context.Context, in *director.BundleInstanceInput) (*director.BundleInstanceCredentialsOutput, error)
}

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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