mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 16:47:11 +08:00
8 lines
155 B
Go
Executable File
8 lines
155 B
Go
Executable File
package config
|
|
|
|
type Password struct {
|
|
Network string `json:"network,omitempty"`
|
|
Username string `json:"username"`
|
|
Password string `json:"password"`
|
|
}
|