modulepackage
1.1.0
Repository: https://github.com/appleboy/gin-status-api.git
Documentation: pkg.go.dev
# README
gin-status-api
Golang cpu, memory, gc, etc information api handler written in Go (Golang) for Gin framework
Usage
Downladn this package.
$ go get github.com/appleboy/gin-status-api
To import this package, add the following line to your code:
import "github.com/appleboy/gin-status-api"
Example
Please see example.
Response
Please read detail information.
# Packages
No description provided by the author
# Functions
GinHandler is gin handle for get system status.