wip: update sdk

This commit is contained in:
Dax Raad
2025-07-14 11:18:08 -04:00
parent d8bcf4f4e7
commit a2002c88c6
8 changed files with 62 additions and 45 deletions

View File

@@ -68,7 +68,6 @@ type App struct {
Hostname string `json:"hostname,required"`
Path AppPath `json:"path,required"`
Time AppTime `json:"time,required"`
User string `json:"user,required"`
JSON appJSON `json:"-"`
}
@@ -78,7 +77,6 @@ type appJSON struct {
Hostname apijson.Field
Path apijson.Field
Time apijson.Field
User apijson.Field
raw string
ExtraFields map[string]apijson.Field
}