Versions in this module Expand all Collapse all v2 v2.0.1 Jun 7, 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 + MaxSyncBinarySize *int64 + MaxSyncFiles *int + MaxSyncTotalSize *int64 + Name string + ProjectName string + RepositoryID string + SyncDirectory *bool + SyncInterval *int + TargetType string + 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 + MaxSyncBinarySize int64 + MaxSyncFiles int + MaxSyncTotalSize int64 + Name string + ProjectID *string + ProjectName string + Repository *GitRepository + RepositoryID string + SyncDirectory bool + SyncInterval int + SyncedFiles *string + TargetType string + 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 + MaxSyncBinarySize *int64 + MaxSyncFiles *int + MaxSyncTotalSize *int64 + SyncDirectory *bool + 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 SyncCounts struct + ActiveSyncs int + SuccessfulSyncs int + TotalSyncs int + 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 + MaxSyncBinarySize *int64 + MaxSyncFiles *int + MaxSyncTotalSize *int64 + Name *string + ProjectName *string + RepositoryID *string + SyncDirectory *bool + SyncInterval *int + TargetType *string Other modules containing this package github.com/getarcaneapp/arcane/types