model

package
v0.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Credential

type Credential struct {
	Status  bool   `json:"status" bson:"status"`
	Token   string `json:"token,omitempty" bson:"token,omitempty"`
	Message string `json:"message,omitempty" bson:"message,omitempty"`
	Data    []User `bson:"data,omitempty" json:"data,omitempty"`
}

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

type ReservasiResponse struct {
	Status  bool        `json:"status" bson:"status"`
	Message string      `json:"message,omitempty" bson:"message,omitempty"`
	Data    []Reservasi `json:"data" bson:"data"`
}

type Response

type Response struct {
	Status  bool   `json:"status" bson:"status"`
	Message string `json:"message,omitempty" bson:"message,omitempty"`
}

type User

type User struct {
	ID       primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"`
	Username string             `json:"username" bson:"username"`
	Password string             `json:"password" bson:"password"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL