API分页

This commit is contained in:
2024-12-02 06:53:52 +08:00
parent 520e3bade6
commit f4bec98b7a
10 changed files with 1385 additions and 1446 deletions

View File

@@ -12,7 +12,7 @@ import (
var gorse *client.GorseClient
func gorseInit(host string, port int) {
func GorseInit(host string, port int) {
gorse = client.NewGorseClient(fmt.Sprintf("http://%s:%d", host, port), "")
}