Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaskingTypes = struct { NotMasked MaskingType Confidential MaskingType EntireValue MaskingType }{ MaskingType("NOT_MASKED"), MaskingType("MASK_ONLY_CONFIDENTIAL_DATA"), MaskingType("MASK_ENTIRE_VALUE"), }
Functions ¶
This section is empty.
Types ¶
type MaskingType ¶
type MaskingType string
type SpanAttribute ¶
type SpanAttribute struct { Key string `json:"key"` Masking MaskingType `json:"masking"` }
SpanAttribute has no documentation
func (*SpanAttribute) MarshalHCL ¶
func (me *SpanAttribute) MarshalHCL(properties hcl.Properties) error
func (*SpanAttribute) Name ¶
func (me *SpanAttribute) Name() string
func (*SpanAttribute) UnmarshalHCL ¶
func (me *SpanAttribute) UnmarshalHCL(decoder hcl.Decoder) error
Click to show internal directories.
Click to hide internal directories.