Versions in this module Expand all Collapse all v0 v0.0.5 May 11, 2026 v0.0.4 May 8, 2026 v0.0.3 Apr 28, 2026 Changes in this version + type ConfigState struct + Key string + Value string v0.0.2 Apr 23, 2026 Changes in this version type Repo + func (r *Repo) GetRefName() string v0.0.1 Apr 22, 2026 Changes in this version + func SaveProjectSettings(projectDir string, s *ProjectSettings) error + type AppConfig struct + Log struct{ ... } + Network struct{ ... } + ReposPath string + WikiPath string + type ProjectSettings struct + Agent string + Initialized bool + func LoadProjectSettings(projectDir string) *ProjectSettings + type RefType string + const RefTypeLocal + const RefTypeRemote + type Repo struct + Branch string + CachePath string + Commit string + CommitAt *time.Time + CreatedAt time.Time + Host string + ID uint + LinkName string + LocalPath string + Namespace string + ProjectDir string + RefName string + RefType RefType + RemoteURL string + RepoName string + UpdatedAt time.Time + WikiSubPath string