# README
Go language bindings for the ipmctl API for managing SCM/DCPM modules
Go bindings for the libipmctl native C lib to enable management of DCPM modules from Go source
This is a Go interface for ipmctl
The bindings require ipmctl library to be installed. To install please follow steps in the ipmctl github
# Structs
DeviceDiscovery struct represents Go equivalent of C.struct_device_discovery from nvm_management.h (NVM API) as reported by "go tool cgo -godefs nvm.go".
DeviceStatus struct represents Go equivalent of C.struct_device_status from nvm_management.h (NVM API) as reported by "go tool cgo -godefs nvm.go".