vals

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: MIT Imports: 0 Imported by: 0

README

A set of default (example) generic vals names.

Vals are any other attributes of a span, including heavier data like text or json objects. Vals should not be treated as indexed by default, but some storages allow it just fine.

Documentation

Index

Constants

View Source
const (
	// Count should be used as a number of results of a function, if results are countable
	// i.e. slice, array, but not limited to them.
	Count = "count"

	RequestBody  = "request_body"
	ResponseBody = "response_body"

	Result = "result"

	Connection = "connection"
	Params     = "params"
	Query      = "query"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Val

type Val string

Jump to

Keyboard shortcuts

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