Documentation
¶
Index ¶
- func MaskAndUserTagArguments(args, flagsToTag, flagsToMask []string) string
- func MaskAndUserTagCBMArguments(args []string) string
- func MaskArguments(args, flagsToMask []string) []string
- func MaskCBMArguments(args []string) []string
- func UserTagArguments(args, flagsToTag []string) []string
- func UserTagCBMArguments(args []string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MaskAndUserTagArguments ¶
MaskAndUserTagArguments is a convenient way of calling both UserTagArguments and MaskArguments on the given data. It will return the resulting string slice joined with a space between element for easy logging.
func MaskArguments ¶
MaskArguments returns a new slice with the values of the flags given in flagsToMask replaced by a fix number of *.
func MaskCBMArguments ¶
func UserTagArguments ¶
UserTagArguments returns a new slice with the values for the flags given in flagsToTag surrounded by the <ud></ud> tags.
func UserTagCBMArguments ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.