operation

package
v0.0.0-...-30aa3f0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const OperationTableName = "Operation"

OperationTableName is Operation Table Name

Variables

This section is empty.

Functions

func NewOperationInsertMutation

func NewOperationInsertMutation(id string, verb string, targetKey string, targetTable string, body interface{}) (*spanner.Mutation, error)

NewOperationInsertMutation is OperationをInsertするMutex

Types

type Operation

type Operation struct {
	ID          string `spanner:"Id"`
	CommitedAt  time.Time
	VERB        string
	TargetKey   string `spanner:"TargetKey"`
	TargetTable string
	Body        []byte
}

Operation is Spanner Operation

Jump to

Keyboard shortcuts

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