init: first commit

This commit is contained in:
2025-12-01 19:35:50 +08:00
commit b0aef76685
81 changed files with 2348 additions and 0 deletions

6
api/clean_cache.go Normal file
View File

@@ -0,0 +1,6 @@
package api
func CleanCache(c Client) error {
_, err := c.Send("clean_cache", nil)
return err
}