package
0.0.0-20240229171440-299b55681b8e
Repository: https://github.com/jieanyang/helloworldgoagent.git
Documentation: pkg.go.dev

# Functions

@Summary Exit the agent @Description Exit the agent @Accept json @Produce json @Success 201 {string} string "The object was created successfully" @Failure 400 {string} string "Invalid request body" @Failure 500 {string} string "Failed to create object" @Router /Exit [get].
@Summary Get origin metadata json @Description Get origin metadata json @Accept json @Produce json @Success 201 {string} string "The object was created successfully" @Failure 400 {string} string "Invalid request body" @Failure 500 {string} string "Failed to create object" @Router /dev/getAppConfig [get].
No description provided by the author
No description provided by the author
@Summary Run command using script content @Description description @Accept json @Produce json @Param object body RequestDataForRunCommandByScriptContent true "param for RunCommandByScriptContent" @Success 201 {string} string "The object was created successfully" @Failure 400 {string} string "Invalid request body" @Failure 500 {string} string "Failed to create object" @Router /RunCommandByScriptContent [post].
@Summary Run command using url @Description description @Accept json @Produce json @Param object body RequestDataForRunCommandByUrl true "param for RunCommandWithUrl" @Success 201 {string} string "The object was created successfully" @Failure 400 {string} string "Invalid request body" @Failure 500 {string} string "Failed to create object" @Router /RunCommandWithUrl [post].
@Summary Test @Description Test @Accept json @Produce json @Router /dev/test [get].

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author