breaksync

package
v1.8.2 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RuptureExtractSimple

func RuptureExtractSimple(a string) string

RuptureExtractSimple is a basic extracter that return input

func SourceBasicKeyer

func SourceBasicKeyer(e interface{}) string

SourceBasicKeyer basic keyer for string conversion

Types

type Rupture

type Rupture struct {
	// contains filtered or unexported fields
}

Rupture in a break/sync algorithm

func NewRupture

func NewRupture(name string, extract func(string) string) *Rupture

NewRupture creates and initialize Rupture

type Source

type Source struct {
	Current interface{}
	// contains filtered or unexported fields
}

Source of data in a break/sync algorithm

func NewSliceSource

func NewSliceSource(slice []interface{}, keyer func(interface{}) string, readRupture *Rupture) *Source

NewSliceSource creates source from given slice

func NewSource

func NewSource(reader func() (interface{}, error), keyer func(interface{}) string, readRupture *Rupture) *Source

NewSource creates and initialize Source

type Synchronization

type Synchronization struct {
	Sources []*Source
	// contains filtered or unexported fields
}

Synchronization in a break/sync algorithm

func NewSynchronization

func NewSynchronization(sources []*Source, ruptures []*Rupture) *Synchronization

NewSynchronization creates and initializes Synchronization

func (*Synchronization) Run

func (s *Synchronization) Run(business func(*Synchronization)) error

Run start break/sync algorithm

Jump to

Keyboard shortcuts

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