github.com/jenkins-x/jx/v2@v2.1.155/pkg/vault/mocks/matchers/map_of_string_to_interface.go (about)

     1  // Code generated by pegomock. DO NOT EDIT.
     2  package matchers
     3  
     4  import (
     5  	"reflect"
     6  
     7  	"github.com/petergtz/pegomock"
     8  )
     9  
    10  func AnyMapOfStringToInterface() map[string]interface{} {
    11  	pegomock.RegisterMatcher(pegomock.NewAnyMatcher(reflect.TypeOf((*(map[string]interface{}))(nil)).Elem()))
    12  	var nullValue map[string]interface{}
    13  	return nullValue
    14  }
    15  
    16  func EqMapOfStringToInterface(value map[string]interface{}) map[string]interface{} {
    17  	pegomock.RegisterMatcher(&pegomock.EqMatcher{Value: value})
    18  	var nullValue map[string]interface{}
    19  	return nullValue
    20  }