Is sync-gateway a moxi client?

I’m looking into couchbase deployments and keep running into info on moxi clients. We use couchbase lite on our apps so I figured those are moxi clients since they’re couchbase libraries, but for our web app we use sync gateway alone to connect. Does sync gateway have the moxi client library and resolution built into it?

Sync Gateway communicates with Couchbase Server as a smart (vBucket-aware) client. Specifically, it’s using the go-couchbase implementation of a Couchbase smart client.

Thanks! Good to know.