internal/dis: Add 'watcher' component for infos
This commit is contained in:
parent
162b1d3d65
commit
8cfb23bed0
8 changed files with 132 additions and 33 deletions
|
|
@ -96,6 +96,9 @@ func (dis *Distillery) Updatable() []component.Updatable {
|
|||
func (dis *Distillery) Provisionable() []component.Provisionable {
|
||||
return exportAll[component.Provisionable](dis)
|
||||
}
|
||||
func (dis *Distillery) Info() *info.Info {
|
||||
return export[*info.Info](dis)
|
||||
}
|
||||
|
||||
//
|
||||
// All components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue