model

package
v0.0.0-...-5b77582 Latest Latest
Warning

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

Go to latest
Published: Nov 7, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataBaseType

type DataBaseType int32
const (
	DataBaseSource DataBaseType = 1
	DataBaseTarget DataBaseType = 2
)

type DataChangeMsg

type DataChangeMsg struct {
	Database string                 `json:"database"`
	Table    string                 `json:"table"`
	Type     string                 `json:"type"`
	Ts       int64                  `json:"ts"`
	Xid      int64                  `json:"xid"`
	Commit   bool                   `json:"commit"`
	Data     map[string]interface{} `json:"data"`
	Old      map[string]interface{} `json:"old"`
}

Jump to

Keyboard shortcuts

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