# Functions
CheckGetQuery check query result.
ContextGet get value with key.
ContextGetString get value as string with key.
ContextPut put value with key.
ErrorWithDebugLog log with specified log level.
ErrorWithErrorLog log with specified log level.
ErrorWithInfoLog log with specified log level.
ErrorWithPanic raise panic with RuntimeError when error is not nil.
ErrorWithWarnLog log with specified log level.
No description provided by the author
GetKey get key for encryption.
GetTaskResult get task result.
InitCommand 커맨드 추가.
InitLogger init logger.
NewHTTPError constructor for HTTPError.
NewHTTPErrorWrap constructor for HTTPError.
NewLoggerEnv constructor for default LoggerEnv.
NewStandardError constructor for StandardError.
NewStandardErrorWrap constructor for StandardError.
NewTask constructor for task struct.
PanicForUpdate raise panic for update failure.
RunCommand 커맨드를 실행.
Throw raise panic with exception.
WriteHTTPError common error process.
# Constants
task 상태 확인중(병렬로 수행된 상태확인 task에 의한 상태값).
지정된 예약어(커맨드).
CustomHeaderName custom header name.
agent에 전달됨(수행중).
정상 완료.
실패.
CLI inline 커맨드.
신규 생성.
실행중(병렬로 수행된 상태확인 task에 의한 상태값).
TaskStatusType const define.
TaskStatusType const define.
TaskStatusType const define.
TaskStatusType const define.
TaskStatusType const define.
agent에 전달 대기중(master에서 holding).
# Structs
Agent agent info.
Block { Try: func() { fmt.Println("Try..") Throw("stop it") }, Catch: func(e Exception) { fmt.Printf("Caught %v\n", e) }, Finally: func() { fmt.Println("Finally..") }, }.Do() Block Try-Catch-Finally block struct.
Body body for message.
BodyAgent agents.
Command 종류별로 구현해야 하는 커맨드 struct.
CommandWrapper 커맨드를 래핑한 task struct.
CustomHeader header for klevr.
No description provided by the author
No description provided by the author
DBInfo database connect info & connection info.
HTTPError runtime error for klevr.
Just MONAD present.
No description provided by the author
LoggerEnv logger environment structure.
Me requester.
Nothing MONAD empty.
Primary primary info.
Request http.Request override.
Resource agent resource.
ResponseWrapper http.ResponseWriter override.
Result result for task struct.
No description provided by the author
StandardError standard error for klevr.
Task tasks.
TaskResult task 수행 결과 struct Status는.
# Type aliases
No description provided by the author
TaskStatus for Task struct.
TaskStatusType task status type.
TaskType for Task struct.