# README
go-runner-handler
go-runner 기반 JOB 처리를 위한 handler 입니다.
# Functions
ResponseCantRemoveJob : OS 문제로 인한 삭제가 불가능할 경우 발생합니다.
ResponseCompleteRemoveJob : Job이 성공적으로 삭제되었을 경우 발생합니다.
ResponseData : 데이터를 전송해야하는 경우 발생합니다.
ResponseMaintenance : 시스템 점검 중일 경우 메시지를 반환합니다.
ResponseNoAuthorization : 권한이 없는 사용자가 요청했을 경우 발생합니다.
ResponseNotFoundPage : 찾을 수 없는 페이지일 경우 발생합니다.
ResposeNeedLogin : 로그인이 필요한 경우 발생합니다.
ResposeParamsError : 파라미터에 오류가 있을 경우 발생합니다.
ResposeServerError : 서버에 에러가 발생했을 경우 발생합니다.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
User : 사용자 정보.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author