Documentation
¶
Index ¶
Constants ¶
View Source
const ( ModeLocal = "local" ModeGitHub = "github" ProjectLabelAlways = "always" ProjectLabelAuto = "auto" ProjectLabelNever = "never" )
Variables ¶
This section is empty.
Functions ¶
func DefaultDataFile ¶
func DefaultDraftsFolder ¶ added in v0.1.1
Types ¶
type AppConfig ¶
type AppConfig struct {
StorageMode string `json:"storage_mode"`
Repo string `json:"repo,omitempty"`
TrackedRepos []string `json:"tracked_repos,omitempty"`
ProjectRepos map[string]string `json:"project_repos,omitempty"`
DataFile string `json:"data_file"`
DraftsFolder string `json:"drafts_folder,omitempty"`
Density string `json:"density,omitempty"`
ProjectLabelSync string `json:"project_label_sync,omitempty"`
LastSuccessfulSyncAt time.Time `json:"last_successful_sync_at,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.