init commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package types
|
||||
|
||||
type (
|
||||
SubscribeRequest struct {
|
||||
Flag string
|
||||
Token string
|
||||
UA string
|
||||
}
|
||||
SubscribeResponse struct {
|
||||
Config []byte
|
||||
Header string
|
||||
}
|
||||
)
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user