github.com/Uptycs/basequery-go@v0.8.0/README.md (about) 1 # basequery-go 2 3 basequery-go is a fork of [osquery-go](https://github.com/osquery/osquery-go). This library can be used to write Golang extensions for [basequery](https://github.com/Uptycs/basequery). This library was initially developed by [Kolide](https://www.kolide.com/) and contributed to Osquery foundation. 4 5 ## Changes 6 * This implementation supports the additional thrift extension manager method `streamEvents()`. 7 * `ServerVersion` option is added indicate version of the extension manager server (optional). 8 * Extension manager client can be retrieved using `GetClient()` method.