Add PostgreSQL database option and more booking flow functionalities
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package ocss
|
||||
|
||||
type Car struct {
|
||||
Model *string `json:"model,omitempty"`
|
||||
Brand *string `json:"brand,omitempty"`
|
||||
Model *string `json:"model,omitempty" bson:"model,omitempty"`
|
||||
Brand *string `json:"brand,omitempty" bson:"brand,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user