alias

package
v0.76.3 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2023 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 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 Signal

type Signal interface {
	Name() string

	SetName(name string)
}

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

Jump to

Keyboard shortcuts

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