mqttmessage

package
v0.6.11 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NurseEndMessage

type NurseEndMessage struct {
	ID        int    `json:"id"`
	NurseName string `json:"nurse_name"`
	EndTime   int64  `json:"end_time"`
}

type NurseSignMessage

type NurseSignMessage struct {
	ID        int    `json:"id"`
	NurseName string `json:"nurse_name"`
	SignTime  int64  `json:"sign_time"`
}

type NurseStartMessage

type NurseStartMessage struct {
	ID        int    `json:"id"`
	NurseName string `json:"nurse_name"`
	StartTime int64  `json:"start_time"`
}

Jump to

Keyboard shortcuts

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