util

package
v0.0.0-...-4701082 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParametersToSlice

func ParametersToSlice(parameters map[string]string) ([]string, error)

ParametersToSlice accepts a map of string key/value pairs and returns an array of strings. The elements of the returned array are keys and values conjoined by an `=` sign. Keys that do not start with a letter or underscore will result in an error. All values are enclosed in single quotes. Values that contain single quote characters will first be converted to double quotes.

Types

type ParameterStorePath

type ParameterStorePath struct {
	// contains filtered or unexported fields
}

func NewParameterStorePath

func NewParameterStorePath(input string) *ParameterStorePath

func (ParameterStorePath) String

func (p ParameterStorePath) String() string

Jump to

Keyboard shortcuts

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