Versions in this module Expand all Collapse all v2 v2.0.0 Jan 30, 2026 Changes in this version + type Reader interface + Get func(scope scope.Scope, key string) (string, error) + GetAll func(scope scope.Scope, key string) ([]string, error) + GetRegexp func(scope scope.Scope, pattern string) (map[string]string, error) + List func(scope scope.Scope) (map[string]string, error) + type Writer interface + Add func(scope scope.Scope, key string, value string) error + ReplaceAll func(scope scope.Scope, key string, value string) error + UnsetAll func(scope scope.Scope, key string) error Other modules containing this package github.com/hekmekk/git-team