package
1.1.4
Repository: https://github.com/radondb/radon.git
Documentation: pkg.go.dev

# Packages

Package stats is a wrapper for expvar.
Package sync2 provides extra functionality along the same lines as sync.

# Functions

DiskUsage returns the disk info of the path.
HTTPGet used to do restful get request.
HTTPPost used to do restful post request.
HTTPPut used to do restful put request.
HTTPReadBody returns the body of the response.
NewRotateFile creates a new rotateFile.
NewThrottle creates the new throttle.
TruncateQuery used to truncate the query with max length.
WriteFile used to write data to file.

# Constants

CHECK type.
CHECKSUM type.
DDL type.
DELETE type.
DO type.
EXPLAIN type.
HELP type.
INSERT type.
KILL type.
OPTIMIZE type.
RADON type.
REPLACE type.
SELECT type.
SET type.
SHOW type.
TRANSACTION type.
UNSUPPORT type.
UPDATE type.
USEDB type.

# Structs

DiskStatus tuple.
LogInfo tuple.
Throttle tuple.

# Interfaces

RotateFile interface.