Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credential ¶
type FavoriteSepatu ¶ added in v0.0.7
type FavoriteSepatu struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"` Brand string `bson:"brand,omitempty" json:"brand,omitempty"` Name string `bson:"name,omitempty" json:"name,omitempty"` Category string `bson:"category,omitempty" json:"category,omitempty"` Price string `bson:"price,omitempty" json:"price,omitempty"` Color string `bson:"color,omitempty" json:"color,omitempty"` Diskon string `bson:"diskon,omitempty" json:"diskon,omitempty"` Image string `json:"image,omitempty" bson:"image,omitempty"` }
type KatalogSepatu ¶
type KatalogSepatu struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"` Brand string `bson:"brand,omitempty" json:"brand,omitempty"` Name string `bson:"name,omitempty" json:"name,omitempty"` Category string `bson:"category,omitempty" json:"category,omitempty"` Price string `bson:"price,omitempty" json:"price,omitempty"` Color string `bson:"color,omitempty" json:"color,omitempty"` Diskon string `bson:"diskon,omitempty" json:"diskon,omitempty"` Image string `json:"image,omitempty" bson:"image,omitempty"` }
type KategoriSepatu ¶ added in v0.0.8
type KategoriSepatu struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"` Brand string `bson:"brand,omitempty" json:"brand,omitempty"` Name string `bson:"name,omitempty" json:"name,omitempty"` Category string `bson:"category,omitempty" json:"category,omitempty"` Price string `bson:"price,omitempty" json:"price,omitempty"` Color string `bson:"color,omitempty" json:"color,omitempty"` Diskon string `bson:"diskon,omitempty" json:"diskon,omitempty"` Image string `json:"image,omitempty" bson:"image,omitempty"` }
type UpdatePassword ¶
type User ¶
type User struct { ID primitive.ObjectID `json:"_id,omitempty" bson:"_id,omitempty"` Fullname string `json:"fullname,omitempty" bson:"fullname,omitempty"` Email string `json:"email,omitempty" bson:"email,omitempty"` Password string `json:"password,omitempty" bson:"password,omitempty"` ConfirmPassword string `json:"confirmpassword,omitempty" bson:"confirmpassword,omitempty"` PhoneNumber string `json:"phonenumber,omitempty" bson:"phonenumber,omitempty"` Salt string `bson:"salt,omitempty" json:"salt,omitempty"` }
Click to show internal directories.
Click to hide internal directories.