44 lines
733 B
JSON
44 lines
733 B
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "pipeline_git_locks",
|
|
"title": "git串行锁",
|
|
"primary": [
|
|
"lock_key"
|
|
],
|
|
"catelog": "entity"
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "lock_key",
|
|
"title": "锁键(仓库路径sha256)",
|
|
"type": "str",
|
|
"length": 64,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "token",
|
|
"title": "持有者令牌",
|
|
"type": "str",
|
|
"length": 64,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "expires_at",
|
|
"title": "过期时间",
|
|
"type": "datetime",
|
|
"nullable": "no"
|
|
}
|
|
],
|
|
"indexes": [
|
|
{
|
|
"name": "idx_expires",
|
|
"idxtype": "index",
|
|
"idxfields": [
|
|
"expires_at"
|
|
]
|
|
}
|
|
]
|
|
}
|