package
0.0.0-20221205081027-fb1d94189521
Repository: https://github.com/ti-net2/apiserver.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
BuildUpdateAttr input attr like as:
type nested Struct{
key1 string
key2 string
}
type Test Struct{
key1 string `json:"key1,omitempty"`
key2 string
nested nested `json:"nested,omitempty"`
}
if you want update Test.key1 and nested.key1 will be have map:
attr:=map[string]interface{}{
"key1":value1,
"nested.#key1":value2,
}
*/.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ScanFilterWithFileds range FieldSelector convert into dynamodb scanreturn string is a slice constain of filter expression for dynamodb.
ScanFilterWithFileds range LablesSelector convert into dynamodb scanreturn string is a slice constain of filter expression for dynamodb.
# Constants
No description provided by the author
No description provided by the author
"CONTAINS".
No description provided by the author
"NOT_CONTAINS".
No description provided by the author
# Variables
APIObjectVersioner implements Versioner.
# Structs
APIObjectVersioner implements versioning and extracting mysql node information for objects that have an embedded ObjectMeta or ListMeta field.