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 (Change) GetAdded ¶
func (a Change) GetAdded() kennung.EtikettSet
func (Change) GetRemoved ¶
func (a Change) GetRemoved() kennung.EtikettSet
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 ¶
Click to show internal directories.
Click to hide internal directories.