This commit is contained in:
asteam
2024-12-04 13:18:58 +03:00
parent 003e4d656e
commit 76ea459b3d
417 changed files with 30051 additions and 975 deletions

View File

@@ -56,6 +56,9 @@ func ImageListCheckPresence(ctx context.Context, state *models.ListImagesModel,
if !state.Size.IsNull() {
req.Size = uint64(state.Size.ValueInt64())
}
if !state.Enabled.IsNull() {
req.Enabled = state.Enabled.ValueBool()
}
if !state.Page.IsNull() {
req.Page = uint64(state.Page.ValueInt64())
}