Closed LavenderQAQ closed 1 year ago
What would you like to be added: You need to complete this function in tools/collector/edgex/component.go. All the information you need is already in the volumes parameter, which you need to parse into the Component.
tools/collector/edgex/component.go
volumes
Component
func (c *Component) fillVolumes(volumes []interface{}) error { // TODO: Read volumes information return nil }
Why is this needed: Refer to EdgeX Auto-colllector Proposal
others /kind feature
I'll solve that
What would you like to be added: You need to complete this function in
tools/collector/edgex/component.go
. All the information you need is already in thevolumes
parameter, which you need to parse into theComponent
.Why is this needed: Refer to EdgeX Auto-colllector Proposal
others /kind feature