handlers

package
v0.0.0-...-47092d5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BoardListHandler

func BoardListHandler(s *services.Service) http.HandlerFunc

게시글 목록 가져오기 핸들러

func BoardViewHandler

func BoardViewHandler(s *services.Service) http.HandlerFunc

게시글 보기 핸들러

func ChangePasswordHandler

func ChangePasswordHandler(s *services.Service) http.HandlerFunc

비밀번호 변경하기

func CheckEmailHandler

func CheckEmailHandler(s *services.Service) http.HandlerFunc

(회원가입 시) 이메일 주소가 이미 등록되어 있는지 확인하기

func CheckNameHandler

func CheckNameHandler(s *services.Service) http.HandlerFunc

(회원가입 시) 이름이 이미 등록되어 있는지 확인하기

func CheckedAllNoti

func CheckedAllNoti(s *services.Service) http.HandlerFunc

알림 모두 확인하기 처리

func CountingVisitorHandler

func CountingVisitorHandler(s *services.Service) http.HandlerFunc

방문자 조회수 올리기

func DownloadHandler

func DownloadHandler(s *services.Service) http.HandlerFunc

첨부파일 다운로드 핸들러

func GalleryListHandler

func GalleryListHandler(s *services.Service) http.HandlerFunc

갤러리 리스트 핸들러

func GalleryLoadPhotoHandler

func GalleryLoadPhotoHandler(s *services.Service) http.HandlerFunc

갤러리 사진 열람하기 핸들러

func GetEditorConfigHandler

func GetEditorConfigHandler(s *services.Service) http.HandlerFunc

에디터에서 게시판 설정, 카테고리 목록, 관리자 여부 가져오기

func GoogleOAuthCallbackHandler

func GoogleOAuthCallbackHandler(s *services.Service, cfg oauth2.Config) http.HandlerFunc

구글 OAuth 콜백 핸들러

func GoogleOAuthRequestHandler

func GoogleOAuthRequestHandler(s *services.Service, cfg oauth2.Config) http.HandlerFunc

///////////////////////////////////// 구글 OAuth 로그인을 위해 리다이렉트 /////////////////////////////////////

func KakaoOAuthCallbackHandler

func KakaoOAuthCallbackHandler(s *services.Service, cfg oauth2.Config) http.HandlerFunc

카카오 OAuth 콜백 핸들러

func KakaoOAuthRequestHandler

func KakaoOAuthRequestHandler(s *services.Service, cfg oauth2.Config) http.HandlerFunc

////////////////////////////////////// 카카오 OAuth 로그인을 위해 리다이렉트 //////////////////////////////////////

func LikePostHandler

func LikePostHandler(s *services.Service) http.HandlerFunc

게시글 좋아하기 핸들러

func ListForMoveHandler

func ListForMoveHandler(s *services.Service) http.HandlerFunc

게시글 이동 대상 목록 가져오는 핸들러

func LoadAllPostsHandler

func LoadAllPostsHandler(s *services.Service) http.HandlerFunc

홈화면에서 모든 최근 게시글들 가져오기 (검색 지원)

func LoadChatHistoryHandler

func LoadChatHistoryHandler(s *services.Service) http.HandlerFunc

특정인과 나눈 최근 쪽지들의 내용 가져오기

func LoadChatListHandler

func LoadChatListHandler(s *services.Service) http.HandlerFunc

오고 간 쪽지들의 목록 가져오기

func LoadInsertImageHandler

func LoadInsertImageHandler(s *services.Service) http.HandlerFunc

게시글에 내가 삽입한 이미지들 불러오기 핸들러

func LoadMyInfoHandler

func LoadMyInfoHandler(s *services.Service) http.HandlerFunc

로그인 한 사용자의 정보 불러오기

func LoadNotiListHandler

func LoadNotiListHandler(s *services.Service) http.HandlerFunc

알림 목록 가져오기

func LoadPostsByIdHandler

func LoadPostsByIdHandler(s *services.Service) http.HandlerFunc

홈화면에서 지정된 게시판 ID에 해당하는 최근 게시글들 가져오기

func LoadSidebarLinkHandler

func LoadSidebarLinkHandler(s *services.Service) http.HandlerFunc

홈화면의 사이드바에 사용할 게시판 링크들 가져오기

func LoadUserInfoHandler

func LoadUserInfoHandler(s *services.Service) http.HandlerFunc

사용자 정보 열람

func LoadUserPermissionHandler

func LoadUserPermissionHandler(s *services.Service) http.HandlerFunc

사용자 권한 및 리포트 응답 가져오기

func LogoutHandler

func LogoutHandler(s *services.Service) http.HandlerFunc

로그아웃 처리하기

func ManageUserPermissionHandler

func ManageUserPermissionHandler(s *services.Service) http.HandlerFunc

사용자 권한 수정하기

func MovePostHandler

func MovePostHandler(s *services.Service) http.HandlerFunc

게시글 이동하기 핸들러

func NaverOAuthCallbackHandler(s *services.Service, cfg oauth2.Config) http.HandlerFunc

네이버 OAuth 콜백 핸들러

func NaverOAuthRequestHandler(s *services.Service) http.HandlerFunc

/////////////////////////////////////// 네이버 OAuth 로그인을 위해 리다이렉트 ///////////////////////////////////////

func RemoveInsertImageHandler

func RemoveInsertImageHandler(s *services.Service) http.HandlerFunc

게시글에 삽입한 이미지 삭제하기 핸들러

func RemovePostHandler

func RemovePostHandler(s *services.Service) http.HandlerFunc

게시글 삭제하기 핸들러

func ReportUserHandler

func ReportUserHandler(s *services.Service) http.HandlerFunc

사용자 신고하기

func RequestUserInfoHandler

func RequestUserInfoHandler(s *services.Service) http.HandlerFunc

쿠키에 저장해둔 회원 정보 내려받기

func ResetPasswordHandler

func ResetPasswordHandler(s *services.Service) http.HandlerFunc

비밀번호 초기화하기

func SaveChatHandler

func SaveChatHandler(s *services.Service) http.HandlerFunc

쪽지 내용 저장하기

func ShowVersionHandler

func ShowVersionHandler(w http.ResponseWriter, r *http.Request)

메세지 출력 테스트

func SigninHandler

func SigninHandler(s *services.Service) http.HandlerFunc

로그인 하기

func SignupHandler

func SignupHandler(s *services.Service) http.HandlerFunc

회원가입 하기

func SuggestionHashtagHandler

func SuggestionHashtagHandler(s *services.Service) http.HandlerFunc

해시태그 추천 목록 반환하는 핸들러

func UpdateMyInfoHandler

func UpdateMyInfoHandler(s *services.Service) http.HandlerFunc

로그인 한 사용자 정보 업데이트

func UploadInsertImageHandler

func UploadInsertImageHandler(s *services.Service) http.HandlerFunc

게시글 내용에 이미지 삽입하는 핸들러

func VerifyCodeHandler

func VerifyCodeHandler(s *services.Service) http.HandlerFunc

인증 완료하기

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL