Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseCotainer ¶
type BaseCotainer struct {
// contains filtered or unexported fields
}
BaseContainer - A fundamental container that provides basic functionalities
func NewBaseCotainer ¶
func NewBaseCotainer() *BaseCotainer
NewBaseContainer - Creates a new instance of the base container
func (*BaseCotainer) Config ¶
func (b *BaseCotainer) Config() *config.JSON
Config - Represents the JSON-formatted configuration settings for the container
func (*BaseCotainer) Metrics ¶ added in v0.1.3
func (b *BaseCotainer) Metrics() *container.Metrics
Metrics - Represents the measurements or quantifications of some aspect of the container's operation
func (*BaseCotainer) SetConfig ¶
func (b *BaseCotainer) SetConfig(conf *config.JSON)
SetConfig - Sets the JSON configuration for the container
func (*BaseCotainer) SetMetrics ¶ added in v0.1.3
func (b *BaseCotainer) SetMetrics(metrics *container.Metrics)
SetMetrics - Sets the metrics for the container
Click to show internal directories.
Click to hide internal directories.