Added fetch device info

This commit is contained in:
Nedim
2023-09-19 08:15:42 +02:00
parent 0a450eae56
commit 499906f883
7 changed files with 290 additions and 14 deletions

View File

@@ -15,6 +15,9 @@ type Contract struct {
ContractInfos []ContractInfo
}
const ContractStatusActive = "active"
const ContractStatusPending = "pending"
func (Contract) Update() (bool, error) {
return false, nil
}