More changes
All checks were successful
Golan Testing / testing (1.24.x, ubuntu-latest) (push) Successful in 26s

This commit is contained in:
2025-06-01 17:10:38 -04:00
parent ded46bb720
commit f959895824
2 changed files with 2 additions and 3 deletions

View File

@ -3,7 +3,6 @@ package mysubaru
import (
"encoding/json"
"log/slog"
"time"
)
// Response .
@ -275,7 +274,7 @@ type ServiceRequest struct {
SubState string `json:"subState,omitempty"` // null
ErrorCode string `json:"errorCode,omitempty"` // null:null
Result json.RawMessage `json:"result,omitempty"` // struct
UpdateTime time.Time `json:"updateTime,omitempty"` // timestamp
UpdateTime int64 `json:"updateTime,omitempty"` // timestamp
Vin string `json:"vin"` // 4S4BTGND8L3137058
}