delta

package
v1.21.8 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ChangeField     = Operation("CHANGE_FIELD")
	DeleteField     = Operation("DELETE_FIELD")
	DeleteArrayItem = Operation("DELETE_ARRAY_ITEM")
	AddArrayItem    = Operation("ADD_ARRAY_ITEM")
	DeleteBlock     = Operation("DELETE_BLOCK")
	ExtraOperation  = Operation("EXTRA")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Changelog

type Changelog struct {
	Path      Path
	Field     string
	Operation Operation
	NewValue  interface{}
}

type Operation

type Operation string

type Path

type Path struct {
	BlockName string
	IsArray   bool
	ItemId    string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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