mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 23:13:28 +00:00
added AuthInfo struct
This commit is contained in:
@@ -25,3 +25,8 @@ type Message struct {
|
||||
Message string `json:"uid"`
|
||||
Sender string `json:"sender"`
|
||||
}
|
||||
|
||||
type AuthInfo struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user