attributeutil

package
v1.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormParams

func FormParams(key string, params map[string][]string, opts ...Opt) attribute.KeyValue

FormParams returns attribute with value represented as form params. Value can be redacted using WithRedacted option.

func JSON

func JSON(key string, value interface{}, opts ...Opt) attribute.KeyValue

JSON returns attribute with the value marshaled to JSON. Value can be redacted using WithRedacted option.

Types

type Opt

type Opt func(*options)

func WithRedacted

func WithRedacted(key string) Opt

WithRedacted returns option that replaces value with [REDACTED] for the given key. In case of JSON attribute, key is a path to the value to be redacted. Refer to https://github.com/tidwall/gjson/blob/master/SYNTAX.md for path syntax.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL