mirror of
https://github.com/lorsanstand/HomeOps-Hub.git
synced 2026-06-19 13:15:17 +03:00
22 lines
320 B
Go
22 lines
320 B
Go
// Code generated by sqlc. DO NOT EDIT.
|
|
// versions:
|
|
// sqlc v1.30.0
|
|
|
|
package gen
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
type Agent struct {
|
|
ID int64
|
|
AgentID string
|
|
AgentName *string
|
|
Architecture string
|
|
System string
|
|
Hostname string
|
|
Version string
|
|
Capabilities *string
|
|
RegisteredAt time.Time
|
|
}
|