package
Version:
v0.0.0-...-939bd69
Opens a new window with list of versions in this module.
Published: Aug 23, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Pegawai struct {
Id int `json:"id"`
Nama string `json:"nama"`
Alamat string `json:"alamat"`
Telepon string `json:"telepon"`
}
type Response struct {
Status int `json:"status"`
Message string `json:"message"`
Data interface{} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.