Versions in this module Expand all Collapse all v0 v0.1.2 Sep 16, 2025 Changes in this version + func Save(path string, cfg *Config) error + type Config struct + DefaultServer string + Preferences Preferences + Servers []Server + Version int + func Default() Config + func LoadOrInit(customPath string) (Config, string, error) + func (c *Config) CurrentServer() *Server + func (c *Config) OverrideURL(url string) + func (c *Config) OverrideVerifyTLS(v bool) + func (c *Config) Validate() error + type Preferences struct + AutosaveDebounceMs int + AutosaveEnabled bool + Theme string + type Server struct + Name string + URL string + VerifyTLS bool Other modules containing this package github.com/ktappdev/secretnotes-go-backend/cli