model

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 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 Admin

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

type Customers

type Customers struct {
	ID      primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"`
	C_Nama  string             `bson:"c_nama,omitempty" json:"c_nama,omitempty"`
	C_Study string             `bson:"c_study,omitempty" json:"c_study,omitempty"`
}

type Incomes

type Incomes struct {
	ID      primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"`
	Qty     int                `bson:"qty,omitempty" json:"qty,omitempty"`
	Halaman int                `bson:"halaman,omitempty" json:"halaman,omitempty"`
	Uang    int                `bson:"uang,omitempty" json:"uang,omitempty"`
}

type Members

type Members struct {
	ID      primitive.ObjectID `bson:"_id,omitempty" json:"_id,omitempty"`
	M_Nama  string             `bson:"m_nama,omitempty" json:"m_nama,omitempty"`
	M_Study string             `bson:"m_study,omitempty" json:"m_study,omitempty"`
}

type Token

type Token struct {
	Token_String string `bson:"tokenstring,omitempty" json:"tokenstring,omitempty"`
}

Jump to

Keyboard shortcuts

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