initial commit
This commit is contained in:
6
interoperability/ocss/cars.go
Normal file
6
interoperability/ocss/cars.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package ocss
|
||||
|
||||
type Car struct {
|
||||
Model *string `json:"model,omitempty"`
|
||||
Brand *string `json:"brand,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user