Contracts for buyer
This commit is contained in:
@@ -12,6 +12,11 @@ type Company struct {
|
||||
Devices []Device
|
||||
}
|
||||
|
||||
type CompanyShortResponse struct {
|
||||
ID int
|
||||
Name string
|
||||
}
|
||||
|
||||
|
||||
func (Company) Update() (bool, error) {
|
||||
return false, nil
|
||||
|
||||
Reference in New Issue
Block a user