package
Version:
v0.6.11
Opens a new window with list of versions in this module.
Published: Jun 4, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type NurseEndMessage struct {
ID int `json:"id"`
NurseName string `json:"nurse_name"`
EndTime int64 `json:"end_time"`
}
type NurseSignMessage struct {
ID int `json:"id"`
NurseName string `json:"nurse_name"`
SignTime int64 `json:"sign_time"`
}
type NurseStartMessage struct {
ID int `json:"id"`
NurseName string `json:"nurse_name"`
StartTime int64 `json:"start_time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.