chore: update SWQoSClientConfig

This commit is contained in:
2025-12-26 13:38:06 +08:00
parent 5c82f6b298
commit 2c0cbd574a
3 changed files with 5 additions and 4 deletions

View File

@@ -7,6 +7,7 @@ import (
)
type SWQoSClientConfig struct {
Name string `json:"name"`
SendTxUrl string `json:"sendTxUrl"`
SendBundleUrl string `json:"sendBundleUrl"`
KeepAliveUrl string `json:"keepAliveUrl"`