mirror of
https://github.com/fumiama/go-onebot-agent.git
synced 2026-06-05 02:00:23 +08:00
chore: fix lint
This commit is contained in:
3
agent.go
3
agent.go
@@ -15,7 +15,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
EOA = "end_action" // EOA is a dummy action that is used to terminate request
|
||||
// EOA is a dummy action that is used to terminate request
|
||||
EOA = "end_action"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -2,7 +2,7 @@ package goba
|
||||
|
||||
import "testing"
|
||||
|
||||
const fulltab = ` |功能|action|params|data|
|
||||
const fulltab = `|功能|action|params|data|
|
||||
|---|---|---|---|
|
||||
|结束或暂停任务|end_action|-|-|
|
||||
|发送私聊消息|send_private_msg|user_id 对方QQ号;message 要发送的内容 (json.RawMessage)|message_id 消息ID (number)|
|
||||
|
||||
Reference in New Issue
Block a user