meta

package
v1.7.4 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IMeta

type IMeta interface {
	// GetName returns the component name.
	GetName() string

	// SetName sets the component name.
	SetName(name string)

	// GetStatus returns the component status.
	GetStatus() status.Status

	// SetStatus sets the component status.
	SetStatus(s status.Status)
}

IMeta specifies how to get/set information about a component.

Jump to

Keyboard shortcuts

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