configtest

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: Apache-2.0, BSD-3-Clause, MIT Imports: 5 Imported by: 0

Documentation

Overview

Package configtest provides fake implementations of config.ClientFactories for testing.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFakePluginConfig

func NewFakePluginConfig() *config.PluginConfig

NewFakePluginConfig returns a PluginConfig with fake client factories.

Types

type FakeClientFactories

type FakeClientFactories struct {
	FakeHTTPClient       *http.Client
	FakeGoogleHTTPClient *http.Client
	FakeGRPCConn         grpc.ClientConnInterface
}

FakeClientFactories implements config.ClientFactories for testing.

func NewFakeClientFactories

func NewFakeClientFactories() *FakeClientFactories

NewFakeClientFactories returns a new FakeClientFactories with defaults.

func (*FakeClientFactories) Close

func (f *FakeClientFactories) Close() error

Close is a no-op.

func (*FakeClientFactories) GRPCClientConn

func (f *FakeClientFactories) GRPCClientConn(url string, dialOpts ...grpc.DialOption) (grpc.ClientConnInterface, error)

GRPCClientConn returns the fake gRPC connection.

func (*FakeClientFactories) GoogleHTTPClient

func (f *FakeClientFactories) GoogleHTTPClient(ctx context.Context, scope ...string) (*http.Client, error)

GoogleHTTPClient returns the fake Google HTTP client.

func (*FakeClientFactories) HTTPClient

func (f *FakeClientFactories) HTTPClient() *http.Client

HTTPClient returns the fake HTTP client.

Jump to

Keyboard shortcuts

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