Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JSONCreator ¶
type JSONCreator interface { CreateJSONConfig(fs afero.Fs, client rest.DynatraceClient, api api.Api, value api.Value, path string) (name string, cleanName string, filter bool, err error) }
JSONCreator interface allows to mock the methods for unit testing
type JsonCreatorImp ¶
type JsonCreatorImp struct{}
JSONCreatorImp object
func NewJSONCreator ¶
func NewJSONCreator() *JsonCreatorImp
NewJSONCreator creates a new instance of the jsonCreator
Click to show internal directories.
Click to hide internal directories.