package
0.0.0-20241123155345-3bf73386e864
Repository: https://github.com/gitwub5/go_todo_app.git
Documentation: pkg.go.dev

# Functions

인증 정보로부터 admin 권한을 가진 사용자인지 확인하는 미들웨어를 반환한다.
액세스 토큰을 검증하고, 사용자 ID와 권한을 포함시킨 context를 반환하는 미들웨어를 반환한다.
No description provided by the author

# Structs

AddTask 구조체는 HTTP 요청을 처리하고 새로운 Task를 저장하는 핸들러이다.
No description provided by the author
ListTask는 Task 목록을 반환하는 핸들러이다.
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author
go:generate go run github.com/matryer/moq -out moq_test.go .
No description provided by the author
No description provided by the author