Documentation
¶
Index ¶
- func Contains(haystack []string, needle string, caseinsensitive bool) bool
- func InterpolateString(val string, env ...map[string]interface{}) (string, error)
- func Mask(s string) string
- func MaskHeaders(h http.Header, maskHeaders []string) map[string]string
- func SHA256(data []byte, extra ...[]byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InterpolateString ¶ added in v0.0.9
InterpolateString will replace { } in string
func MaskHeaders ¶
MaskHeaders will return a stringified version of headers masking the headers passed in by name
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.