Add instance agent control plane and runtime console

This commit is contained in:
iamlovingit
2026-04-04 22:57:41 +08:00
parent 58936726ed
commit 4ebb5f46d1
33 changed files with 5630 additions and 855 deletions
+1
View File
@@ -29,6 +29,7 @@ type Instance struct {
PodIP *string `db:"pod_ip" json:"pod_ip,omitempty"`
AccessURL *string `db:"access_url" json:"access_url,omitempty"`
AccessToken *string `db:"access_token" json:"-"`
AgentBootstrapToken *string `db:"agent_bootstrap_token" json:"-"`
OpenClawConfigSnapshotID *int `db:"openclaw_config_snapshot_id" json:"openclaw_config_snapshot_id,omitempty"`
CreatedAt time.Time `db:"created_at" json:"created_at"`
UpdatedAt time.Time `db:"updated_at" json:"updated_at"`