changes

package
v0.0.0-...-1c9a7a8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Change

type Change struct {
	Key string
	// contains filtered or unexported fields
}

func (Change) Description

func (c Change) Description() string

func (Change) Equals

func (a Change) Equals(b Change) bool

func (Change) EqualsAny

func (a Change) EqualsAny(b any) bool

func (Change) GetAdded

func (a Change) GetAdded() kennung.EtikettSet

func (Change) GetRemoved

func (a Change) GetRemoved() kennung.EtikettSet

func (Change) IsEmpty

func (c Change) IsEmpty() bool

func (Change) String

func (c Change) String() string

type ChangeKeyer

type ChangeKeyer struct{}

func (ChangeKeyer) GetKey

func (ck ChangeKeyer) GetKey(c Change) string

func (ChangeKeyer) GetKeyPtr

func (ck ChangeKeyer) GetKeyPtr(c *Change) string

type Changes

type Changes interface {
	GetExisting() schnittstellen.SetLike[Change]
	GetAdded() schnittstellen.SetLike[Change]
	GetAllBKeys() schnittstellen.SetLike[values.String]
}

func ChangesFrom

func ChangesFrom(
	a1, b1 *organize_text.Text,
	hinweis_expander func(string) (kennung.Hinweis, error),
) (c1 Changes, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL