mirror of
https://github.com/awfufu/qbot.git
synced 2026-03-01 13:29:43 +08:00
init: first commit
This commit is contained in:
7
api/client.go
Normal file
7
api/client.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package api
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
type Client interface {
|
||||
Send(action string, params map[string]any) (json.RawMessage, error)
|
||||
}
|
||||
Reference in New Issue
Block a user