mocks

package
v0.0.0-...-d29f491 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2024 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	mock.Mock
}

Client is an autogenerated mock type for the Client type

func NewClient

func NewClient(t interface {
	mock.TestingT
	Cleanup(func())
}) *Client

NewClient creates a new instance of Client. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Client) Close

func (_m *Client) Close() error

Close provides a mock function with given fields:

func (*Client) Describe

func (_m *Client) Describe(ctx context.Context, project string, name string) (*secretmanagerpb.Secret, error)

Describe provides a mock function with given fields: ctx, project, name

func (*Client) Get

func (_m *Client) Get(ctx context.Context, project string, _a2 string, version string) (string, error)

Get provides a mock function with given fields: ctx, project, _a2, version

func (*Client) Update

func (_m *Client) Update(ctx context.Context, project string, name string, value string) (string, error)

Update provides a mock function with given fields: ctx, project, name, value

Jump to

Keyboard shortcuts

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