mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
11 lines
107 B
Text
11 lines
107 B
Text
|
|
module Input;
|
|
|
|
export {
|
|
type Event: record {
|
|
name: string;
|
|
columns: any;
|
|
};
|
|
}
|
|
|
|
@load base/input.bif
|