changelog

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Feb 16, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChangelogEntry

type ChangelogEntry struct {
	Seq    int64
	Family string
	Table  string
	Key    []interface{}
}

func NewChangelogEntry

func NewChangelogEntry(seq int64, family string, table string, key []interface{}) *ChangelogEntry

type ChangelogWriter

type ChangelogWriter struct {
	WriteLine WriteLine
}

func (*ChangelogWriter) WriteChange

func (w *ChangelogWriter) WriteChange(e ChangelogEntry) error

type WriteLine

type WriteLine interface {
	WriteLine(string) error
}

WriteLine writes a line to something

Jump to

Keyboard shortcuts

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