constraint

package
v1.6.65 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddPtr

type AddPtr[T Add] interface {
	*T

	SetMySQLItems(interface{})
	GetMySQLItems() interface{} // return []*constraint.MySQLModel
}

type DeletePtr

type DeletePtr[T Delete] interface {
	*T

	SetLcuuids([]string)
	GetLcuuids() []string
	SetMySQLItems(interface{})
	GetMySQLItems() interface{} // return []*constraint.MySQLModel
}

type FieldsUpdatePtr

type FieldsUpdatePtr[T FieldsUpdate] interface {
	*T

	SetID(int)
	GetID() int
	SetLcuuid(string)
	GetLcuuid() string
}

type UpdatePtr

type UpdatePtr[T Update] interface {
	*T

	SetFields(interface{})
	GetFields() interface{} // return *FieldsUpdate
	SetDiffBase(interface{})
	GetDiffBase() interface{} // return *constraint.DiffBase
	SetCloudItem(interface{})
	GetCloudItem() interface{} // return *constraint.CloudModel
}

Jump to

Keyboard shortcuts

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