Versions in this module Expand all Collapse all v1 v1.2.0 Apr 7, 2026 v1.1.0 Mar 26, 2026 Changes in this version + type Location struct + ConfigFile string + Key string + Path string + func NewLocation(key string, location string) *Location + func (l Location) ToSection() (string, error) + type Service interface + DeleteLocation func(key string) error + FindLocationByKey func(key string) (*Location, error) + GetLocations func() ([]Location, error) + SaveLocation func(key string, location string) error