data

package
v0.0.0-...-d8ac9bd Latest Latest
Warning

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

Go to latest
Published: May 18, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataVisitor

type DataVisitor[T any] interface {
	GetData() T
	SetData(T)
}

type DataVisitorCommon

type DataVisitorCommon[T any] struct {
	// contains filtered or unexported fields
}

func (*DataVisitorCommon[T]) GetData

func (v *DataVisitorCommon[T]) GetData() T

func (*DataVisitorCommon[T]) SetData

func (v *DataVisitorCommon[T]) SetData(data T)

Jump to

Keyboard shortcuts

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