nim

package
v0.0.0-...-d7c22ce Latest Latest
Warning

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

Go to latest
Published: Aug 27, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Find

func Find(query string) (name, tpb, s1, major string)

Types

type NimAPIResponse

type NimAPIResponse struct {
	Message string    `json:"message"`
	Count   int       `json:"count"`
	Data    []Student `json:"data"`
}

type Student

type Student struct {
	Nama     string `json:"nama"`
	Fakultas string `json:"fakultas"`
	Tpb      string `json:"tpb"`
	S1       string `json:"s1"`
	S2       string `json:"s2"`
	S3       string `json:"s3"`
	Jurusan  string `json:"jurusan"`
}

Jump to

Keyboard shortcuts

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