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.
- This implementation supports the additional thrift extension manager method
streamEvents(). ServerVersionoption is added indicate version of the extension manager server (optional).- Extension manager client can be retrieved using
GetClient()method.