Files
openlan/pkg/config/password.go
2022-09-27 12:53:19 +08:00

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"`
}