Documentation ¶
Index ¶
- func GetEnv(input string) (string, error)
- func URLHost(input string) (string, error)
- func URLPassword(input string) (string, error)
- func URLPath(input string) (string, error)
- func URLScheme(input string) (string, error)
- func URLUser(input string) (string, error)
- type DeleteTransformation
- type RenameTransformation
- type TemplateTransformation
- type Transformation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func URLPassword ¶
URLPassword extracts password from the URL or returns "" if it's not set
Types ¶
type DeleteTransformation ¶
DeleteTransformation takes an input map and removes the specified keys
type RenameTransformation ¶
RenameTransformation renames the keys in the input map
type TemplateTransformation ¶
TemlateTransformation renames the keys in the input map
Click to show internal directories.
Click to hide internal directories.