osquery-go icon indicating copy to clipboard operation
osquery-go copied to clipboard

Spec Generation WIP

Open directionless opened this issue 6 years ago • 0 comments

This is a WIP to generate table spec files.

It pulls out some stuff from table.go to column.go

To generate specs, we need to expand the options bitmask into the set of booleans. Instead of doing that via the bitmask (as in #77), this explores storing these as booleans and generating the bitmask as needed.

directionless avatar Nov 14 '19 15:11 directionless