Documentation ¶
Index ¶
- func SetupAuthRouter(mux *http.ServeMux, s *services.Service)
- func SetupBoardRouter(mux *http.ServeMux, s *services.Service)
- func SetupCommentRouter(mux *http.ServeMux, s *services.Service)
- func SetupHomeRouter(mux *http.ServeMux, s *services.Service)
- func SetupLoggedInAuthRouter(mux *http.ServeMux, s *services.Service)
- func SetupLoggedInBoardRouter(mux *http.ServeMux, s *services.Service)
- func SetupLoggedInChatRouter(mux *http.ServeMux, s *services.Service)
- func SetupLoggedInCommentRouter(mux *http.ServeMux, s *services.Service)
- func SetupLoggedInNotiRouter(mux *http.ServeMux, s *services.Service)
- func SetupLoggedInUserRouter(mux *http.ServeMux, s *services.Service)
- func SetupOAuthRouter(mux *http.ServeMux, s *services.Service)
- func SetupRoutes(mux *http.ServeMux, s *services.Service)
- func SetupUserRouter(mux *http.ServeMux, s *services.Service)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupAuthRouter ¶
사용자 인증 관련 비 로그인 라우터 셋업
func SetupBoardRouter ¶
일반 게시판 라우터들 등록하기
func SetupCommentRouter ¶
일반 댓글 라우터들 등록하기
func SetupHomeRouter ¶
홈화면에서 사용하는 라우터들 등록하기
func SetupLoggedInAuthRouter ¶
사용자 정보 가져오기 등 로그인 필요한 라우터 셋업
func SetupLoggedInBoardRouter ¶
로그인이 필요한 게시판 라우터들 등록하기
func SetupLoggedInChatRouter ¶
쪽지 남기기 관련 라우터 셋업
func SetupLoggedInCommentRouter ¶
댓글 관련 중에서 로그인이 필요한 라우터들 등록하기
func SetupLoggedInNotiRouter ¶
알림 확인용 라우터 셋업
func SetupLoggedInUserRouter ¶
사용자 관련 라우터 중 로그인 필요한 라우터 셋업
func SetupOAuthRouter ¶
OAuth 사용자 로그인 관련 라우터 셋업
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.