Documentation ¶
Overview ¶
Package schematic implements schematic factory: storing image schematics.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
Factory is the schematic factory.
func NewFactory ¶
NewFactory creates a new schematic factory.
func (*Factory) Collect ¶
func (s *Factory) Collect(ch chan<- prometheus.Metric)
Collect implements prom.Collector interface.
func (*Factory) Describe ¶
func (s *Factory) Describe(ch chan<- *prometheus.Desc)
Describe implements prom.Collector interface.
Directories ¶
Path | Synopsis |
---|---|
Package storage implements a storage for schematic data.
|
Package storage implements a storage for schematic data. |
cache
Package cache implements an in-memory cache over schematic storage.
|
Package cache implements an in-memory cache over schematic storage. |
registry
Package registry implements a schematic storage in OCI registry.
|
Package registry implements a schematic storage in OCI registry. |
Click to show internal directories.
Click to hide internal directories.