Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 589 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 589 Bytes

basequery-go

basequery-go is a fork of osquery-go. This library can be used to write Golang extensions for basequery. This library was initially developed by Kolide and contributed to Osquery foundation.

Changes

  • This implementation supports the additional thrift extension manager method streamEvents().
  • ServerVersion option is added indicate version of the extension manager server (optional).
  • Extension manager client can be retrieved using GetClient() method.