API分页
This commit is contained in:
@@ -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), "")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user