Un-public indexable & select by pools

This commit is contained in:
2024-08-19 01:49:27 +08:00
parent 02f6ad9020
commit e111e05033
3 changed files with 21 additions and 6 deletions

View File

@ -21,4 +21,5 @@ type AttachmentPoolConfig struct {
ExistLifecycle *int64 `json:"exist_lifecycle"`
AllowCrossPoolIngress bool `json:"allow_cross_pool_ingress"`
AllowCrossPoolEgress bool `json:"allow_cross_pool_egress"`
PublicIndexable bool `json:"public_indexable"`
}