🎨几乎全部完成
This commit is contained in:
@@ -30,12 +30,13 @@ type Client struct {
|
||||
PublicKey string `json:"publicKey"`
|
||||
PresharedKey string `json:"presharedKey"`
|
||||
AllowedIPS string `json:"allowedIps"`
|
||||
PersistentKeepalive string `json:"persistentKeepalive"`
|
||||
PersistentKeepalive int `json:"persistentKeepalive"`
|
||||
Endpoint string `json:"endpoint"`
|
||||
CreateUser string `json:"createUser"`
|
||||
Enabled bool `json:"enabled"`
|
||||
CreatedAt string `json:"createdAt"`
|
||||
UpdatedAt string `json:"updatedAt"`
|
||||
SyncAt string `json:"syncAt"`
|
||||
}
|
||||
|
||||
type Keys struct {
|
||||
|
Reference in New Issue
Block a user