# Functions
AddHealthCheck add health checker with name string.
AddTask add task with name.
DeleteTask delete task with name.
GetCPUProfile start cpu profile monitor.
MemProf record memory profile in pprof.
NewMapSorter create new tasker map.
NewTask add new task with name, time and func.
PrintGCSummary print gc information to io.Writer.
ProcessInput parse input command string.
StartTask start all tasks.
StopTask stop all tasks.
# Variables
AdminCheckList holds health checker map.
The bounds for each field.
StatisticsMap hosld global statistics data map.
# Structs
MapSorter sort map for tasker.
Schedule time taks schedule.
Statistics struct.
Task task struct.
URLMap contains several statistics struct to log different data.
# Type aliases
TaskFunc task func type.