osquery / osquery-go

Go bindings for osquery
MIT License
386 stars 78 forks source link

Allow for passing in an ExtensionManagerClient to NewExtensionManagerServer #107

Closed RebeccaMahany closed 1 year ago

RebeccaMahany commented 1 year ago

Spoke with @directionless -- started breaking apart https://github.com/osquery/osquery-go/pull/99 into smaller PRs. This PR handles adding the WithClient option to NewExtensionManagerServer, so that applications can reuse the same client for the client portions of server communication.