Versions in this module Expand all Collapse all v1 v1.15.1 Feb 15, 2026 Changes in this version + type SyncCounts struct + ActiveSyncs int + SuccessfulSyncs int + TotalSyncs int v1.15.0 Feb 13, 2026 Changes in this version + type BranchInfo struct + IsDefault bool + Name string + type BranchesResponse struct + Branches []BranchInfo + type BrowseRequest struct + Path string + type BrowseResponse struct + Files []FileTreeNode + Path string + type CreateRepositoryRequest struct + AuthType string + Description *string + Enabled *bool + Name string + SSHHostKeyVerification string + SSHKey string + Token string + URL string + Username string + type CreateSyncRequest struct + AutoSync *bool + Branch string + ComposePath string + Name string + ProjectName string + RepositoryID string + SyncInterval *int + type FileTreeNode struct + Children []FileTreeNode + Name string + Path string + Size int64 + Type FileTreeNodeType + type FileTreeNodeType string + const FileTreeNodeTypeDirectory + const FileTreeNodeTypeFile + type GitOpsSync struct + AutoSync bool + Branch string + ComposePath string + CreatedAt time.Time + EnvironmentID string + ID string + LastSyncAt *time.Time + LastSyncCommit *string + LastSyncError *string + LastSyncStatus *string + Name string + ProjectID *string + ProjectName string + Repository *GitRepository + RepositoryID string + SyncInterval int + UpdatedAt time.Time + type GitRepository struct + AuthType string + CreatedAt time.Time + Description *string + Enabled bool + ID string + Name string + SSHHostKeyVerification string + URL string + UpdatedAt time.Time + Username string + type ImportGitOpsSyncRequest struct + AutoSync bool + Branch string + DockerComposePath string + GitRepo string + SyncInterval int + SyncName string + type ImportGitOpsSyncResponse struct + Errors []string + FailedCount int + SuccessCount int + type RepositorySync struct + AuthType string + CreatedAt time.Time + Description *string + Enabled bool + ID string + Name string + SSHHostKeyVerification string + SSHKey string + Token string + URL string + UpdatedAt time.Time + Username string + type RepositorySyncRequest struct + Repositories []RepositorySync + type SyncResult struct + Error *string + Message string + Success bool + SyncedAt time.Time + type SyncStatus struct + AutoSync bool + ID string + LastSyncAt *time.Time + LastSyncCommit *string + LastSyncError *string + LastSyncStatus *string + NextSyncAt *time.Time + type UpdateRepositoryRequest struct + AuthType *string + Description *string + Enabled *bool + Name *string + SSHHostKeyVerification *string + SSHKey *string + Token *string + URL *string + Username *string + type UpdateSyncRequest struct + AutoSync *bool + Branch *string + ComposePath *string + Name *string + ProjectName *string + RepositoryID *string + SyncInterval *int