Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Credential ¶
type Registrasi ¶
type Registrasi struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"` Nama_lengkap string `json:"nama_lengkap" bson:"nama_lengkap"` No_telp string `json:"no_telp" bson:"no_telp"` TTL string `json:"ttl" bson:"ttl"` NIM string `json:"nim" bson:"nim"` Alamat string `json:"alamat" bson:"alamat"` }
type RegistrasiResponse ¶
type RegistrasiResponse struct { Status bool `json:"status" bson:"status"` Message string `json:"message,omitempty" bson:"message,omitempty"` Data []Registrasi `json:"data" bson:"data"` }
type Reservasi ¶
type Reservasi struct { ID primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"` Nama string `json:"nama" bson:"nama"` No_telp string `json:"no_telp" bson:"no_telp"` TTL string `json:"ttl" bson:"ttl"` Status string `json:"status" bson:"status"` Keluhan string `json:"keluhan" bson:"keluhan"` }
type ReservasiResponse ¶
Click to show internal directories.
Click to hide internal directories.