Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { Name string `json:"name"` // For example: *Mask journeyId* RegularExpression string `json:"regularExpression"` // For example: `(.*)(journeyId=)-?\\d+(.*)` ReplaceWith string `json:"replaceWith"` // For example: `$1$2\\*$3` InsertAfter string `json:"-"` }
func (*Settings) MarshalHCL ¶
func (me *Settings) MarshalHCL(properties hcl.Properties) error
Click to show internal directories.
Click to hide internal directories.