feat: 로그인 요청 구조체 추가
Co-authored-by: aider (gemini/gemini-2.5-flash) <aider@aider.chat>
This commit is contained in:
@@ -24,6 +24,12 @@ type AddUserRequest struct {
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
// LoginRequest는 로그인 요청에 사용됩니다.
|
||||
type LoginRequest struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
||||
// Config는 애플리케이션 설정을 나타냅니다.
|
||||
type Config struct {
|
||||
HtpasswdPath string `json:"htpasswdPath"`
|
||||
|
||||
Reference in New Issue
Block a user