# Functions
ExpectAllParametersToBePut mocks out the PutParameters function on the mock client for all parameters within ParametersMap.
MockGetParametersByPath mocks out the GetParametersByPath function on the mock client If params is nil, the ParametersSlice will be called passing in path to create the params slice.
NewMockService creates a new mock instance.
NewMockSSMClient creates a new mock instance.
ParametersSlice converts the ParametersMap into a slice of ssm Parameters.
Setup initializes the mock controller.
Teardown cleans up after gomock.
# Variables
MockController is a gomock controller.
ParametersMap is a map of key-value pairs to represent parameters.
# Structs
MockService is a mock of Service interface.
MockServiceMockRecorder is the mock recorder for MockService.
MockSSMClient is a mock of SSMClient interface.
MockSSMClientMockRecorder is the mock recorder for MockSSMClient.