Documentation
¶
Overview ¶
Package util defines convenience functions for handling slices and debugging.
Note: this package is an implementation detail and shouldn't be used outside of docker2aci.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTLSClient ¶ added in v1.3.0
GetTLSClient gets an HTTP client that behaves like the default HTTP client, but optionally skips the TLS certificate verification.
func IndexOf ¶
IndexOf returns the index of el in list, or -1 if it's not found.
func Quote ¶
Quote takes a slice of strings and returns another slice with them quoted.
func ReverseImages ¶
func ReverseImages(s acirenderer.Images) acirenderer.Images
ReverseImages takes an acirenderer.Images and reverses it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.