fix issues

This commit is contained in:
Ybehrooz
2025-08-30 20:08:19 +03:30
parent 36a36a232f
commit 06b7aaa548
3 changed files with 4 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ type Cluster struct {
CreatedAt string `json:"createdAt"`
UserID primitive.ObjectID `json:"userId"`
Cluster_config string `json:"clusterconfig"`
EndPoint string `json:"endPoint"`
}
type Header struct {