format

package
v0.0.0-...-1b09624 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 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 DeleteFormat

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

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

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"`
}

Jump to

Keyboard shortcuts

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