feat(adapter): add support for additional parameters in Adapter and Client structs
This commit is contained in:
@@ -2,9 +2,11 @@ package types
|
||||
|
||||
type (
|
||||
SubscribeRequest struct {
|
||||
Flag string
|
||||
Token string
|
||||
UA string
|
||||
Flag string
|
||||
Token string
|
||||
Type string
|
||||
UA string
|
||||
Params map[string]string
|
||||
}
|
||||
SubscribeResponse struct {
|
||||
Config []byte
|
||||
|
||||
Reference in New Issue
Block a user