package mocks

import "github.com/edgexfoundry/go-mod-secrets/secrets/mocks"

Index

Types

type SecretClient

type SecretClient struct {
	mock.Mock
}

SecretClient is an autogenerated mock type for the SecretClient type

func (*SecretClient) GetSecrets

func (_m *SecretClient) GetSecrets(subPath string, keys ...string) (map[string]string, error)

GetSecrets provides a mock function with given fields: subPath, keys

func (*SecretClient) StoreSecrets

func (_m *SecretClient) StoreSecrets(subPath string, _a1 map[string]string) error

StoreSecrets provides a mock function with given fields: subPath, _a1

Source Files

SecretClient.go

Version
v0.0.33 (latest)
Published
Jan 19, 2021
Platform
linux/amd64
Imports
1 packages
Last checked
5 days ago

Tools for package owners.