Files
HomeOps-Hub/internal/hub/store/sqlc/gen/models.go
T

22 lines
352 B
Go

// Code generated by sqlc. DO NOT EDIT.
// versions:
// sqlc v1.30.0
package gen
import (
"github.com/jackc/pgx/v5/pgtype"
)
type Agent struct {
ID int32
AgentID string
AgentName *string
Architecture string
System string
Hostname string
Version string
Capabilities []byte
RegisteredAt pgtype.Timestamp
}