sidang

package module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2023 License: MIT Imports: 6 Imported by: 0

README

sidang

Sidang

git tag v0.0.1
git push origin --tags
go list -m github.com/aiteung/[email protected]

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetNPMfromHandphone

func GetNPMfromHandphone(db *sql.DB, handphone string) (npm string, err error)

func GetTotalBimbinganfromNPM

func GetTotalBimbinganfromNPM(db *sql.DB, npm string, tipebimbingan string) (jmlhpertemuan int, err error)

func IsValidSKTNumber

func IsValidSKTNumber(db *mongo.Database, nomor string) bool

Types

type Sidang

type Sidang struct {
	NPM        string `json:"npm,omitempty" bson:"npm,omitempty"`
	Nama       string `json:"nama,omitempty" bson:"nama,omitempty"`
	Penguji    string `json:"penguji,omitempty" bson:"penguji,omitempty"`
	Pembimbing string `json:"pembimbing,omitempty" bson:"pembimbing,omitempty"`
}

func GetPengujiSidang

func GetPengujiSidang(db *mongo.Database, npm string) (sidang Sidang)

type Skt

type Skt struct {
	Nomor string   `json:"nomor,omitempty" bson:"nomor,omitempty"`
	Judul []string `json:"judul,omitempty" bson:"judul,omitempty"`
}

func GetSkt

func GetSkt(db *mongo.Database, nomor string) (usercred Skt)

Jump to

Keyboard shortcuts

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