update

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

* * @Author: TheLife * @Date: 2020-11-8 6:24 下午

* * @Author: TheLife * @Date: 2020-11-8 6:25 下午

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Arithmetic

type Arithmetic struct {
	Field  string
	Type   ArithmeticType
	Number float32
}

func (*Arithmetic) String

func (a *Arithmetic) String() (val interface{})

type ArithmeticType

type ArithmeticType string

field = field Type Number -> field = field + 1

const (
	ArithmeticIncrease ArithmeticType = "+"
	ArithmeticReduce   ArithmeticType = "-"
	ArithmeticMultiply ArithmeticType = "*"
	ArithmeticExcept   ArithmeticType = "/"
)

type Set

type Set struct {
	Field string
	Value interface{}
}

func (*Set) String

func (a *Set) String() (val interface{})

Jump to

Keyboard shortcuts

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