1 Star 0 Fork 0

bangnuo / component-base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
requirements.go 597 Bytes
一键复制 编辑 原始数据 按行查看 历史
// Copyright 2020 Lingfei Kong <colin404@foxmail.com>. All rights reserved.
// Use of this source code is governed by a MIT style
// license that can be found in the LICENSE file.
package fields
import "gitee.com/bangnuo/component-base/pkg/selection"
// Requirements is AND of all requirements.
type Requirements []Requirement
// Requirement contains a field, a value, and an operator that relates the field and value.
// This is currently for reading internal selection information of field selector.
type Requirement struct {
Operator selection.Operator
Field string
Value string
}
Go
1
https://gitee.com/bangnuo/component-base.git
git@gitee.com:bangnuo/component-base.git
bangnuo
component-base
component-base
4ad6480a1c15

搜索帮助