Add STORAGE_ prefixes for backends and serializers

This commit is contained in:
Tim Wojtulewicz 2025-04-11 13:53:03 -07:00
parent 9593db1974
commit cb1ef47a31
24 changed files with 33 additions and 33 deletions

View file

@ -9,7 +9,7 @@ export {
## to add relevant fields to it.
type BackendOptions: record {
## The serializer used for converting Zeek data.
serializer: Storage::Serializer &default=Storage::JSON;
serializer: Storage::Serializer &default=Storage::STORAGE_SERIALIZER_JSON;
};
## Record for passing arguments to :zeek:see:`Storage::Async::put` and