mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Rename the BrokerStore namespace to Broker
This commit is contained in:
parent
9f5c820c7b
commit
f46dfac63a
20 changed files with 217 additions and 217 deletions
|
@ -54,7 +54,7 @@ export {
|
|||
};
|
||||
}
|
||||
|
||||
module BrokerStore;
|
||||
module Broker;
|
||||
|
||||
export {
|
||||
|
||||
|
@ -76,7 +76,7 @@ export {
|
|||
## The result of a data store query.
|
||||
type QueryResult: record {
|
||||
## Whether the query completed or not.
|
||||
status: BrokerStore::QueryStatus;
|
||||
status: Broker::QueryStatus;
|
||||
## The result of the query. Certain queries may use a particular
|
||||
## data type (e.g. querying store size always returns a count, but
|
||||
## a lookup may return various data types).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue