Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RequestCreateLog ¶
type RequestCreateLog struct { UserID string Date time.Time WorkTime int Concentration []float64 LogName string }
func (*RequestCreateLog) ParseModel ¶
func (req *RequestCreateLog) ParseModel(log *model.Log)
type ResponseCreateLog ¶
type ResponseCreateLog struct {
LogID string
}
type ResponseGetLog ¶
type ResponseGetLogs ¶
type ResponseGetLogs struct {
Logs []Logs
}
Click to show internal directories.
Click to hide internal directories.