alias

package
v0.119.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package alias is a subset of the interfaces defined by pdata and family package to allow for higher code reuse without using generics.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttributeKey added in v0.78.0

type AttributeKey = string

AttributeKey is a type alias of string to help make clear what the strings being stored represent

type Attributed added in v0.115.0

type Attributed interface {
	Attributes() pcommon.Map
}

type NamedSignal added in v0.78.0

type NamedSignal interface {
	Name() string

	SetName(name string)
}

NamedSignal represents a subset of incoming pdata that can be updated using the schema processor

type Resource

type Resource interface {
	SchemaUrl() string

	SetSchemaUrl(url string)

	Resource() pcommon.Resource
}

Resource defines a minimal interface so that the change set can continue using the same pattern

type SignalName added in v0.78.0

type SignalName = string

SignalName is a type alias of a string to help make clear what a type field is being used for.

Jump to

Keyboard shortcuts

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