package
Version:
v0.0.0-...-e8e5fc3
Opens a new window with list of versions in this module.
Published: Mar 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 Message struct {
Send_At time.Time `json:"date" form:"date"`
Sender string `json:"sender" form:"sender"`
GroupName string `json:"groupname" form:"groupname"`
Content string `json:"content" form:"content"`
}
type User struct {
Username string `json:"username" form:"username"`
Password string `json:"password" form:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.