mirror of
https://github.com/jeessy2/ddns-go.git
synced 2025-10-20 23:43:45 +08:00
8 lines
92 B
Go
8 lines
92 B
Go
package config
|
|
|
|
// User 登录用户
|
|
type User struct {
|
|
Username string
|
|
Password string
|
|
}
|