package
Version:
v0.0.0-...-1b09624
Opens a new window with list of versions in this module.
Published: Aug 24, 2020
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DeleteFormat struct {
Type string `json:"type"`
Database string `json:"database"`
Table string `json:"table"`
PrimaryVals []interface{} `json:"primary_key"`
PrimaryCols []string `json:"primary_key_columns"`
Data map[string]interface{} `json:"data"`
}
type InsertFormat struct {
Type string `json:"type"`
Database string `json:"database"`
Table string `json:"table"`
PrimaryVals []interface{} `json:"primary_key"`
PrimaryCols []string `json:"primary_key_columns"`
Data map[string]interface{} `json:"data"`
}
type UpdateFormat struct {
Type string `json:"type"`
Database string `json:"database"`
Table string `json:"table"`
PrimaryVals []interface{} `json:"primary_key"`
PrimaryCols []string `json:"primary_key_columns"`
Data map[string]interface{} `json:"data"`
Old map[string]interface{} `json:"old"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.