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.
Click to show internal directories.
Click to hide internal directories.