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