package
Version:
v0.76.3
Opens a new window with list of versions in this module.
Published: Apr 27, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package Alias is a subset of the interfaces defined by pdata and family
package to allow for higher code reuse without using generics.
Resource defines a minimal interface so that
the change set can continue using the same pattern
type Signal interface {
Name() string
SetName(name string)
}
Signal represents a subset of incoming pdata
that can be updated using the schema processor
Source Files
¶
Click to show internal directories.
Click to hide internal directories.