This is a Go SDK for the StrongDoc service, produced by StrongSalt. The API endpoint for Go clients of Strongdoc is implemented with GRPC.
Client Documentation: https://godoc.org/github.com/overnest/strongdoc-go-sdk/client
API Documentation: https://godoc.org/github.com/overnest/strongdoc-go-sdk/api
Website: strongsalt.com
The API is available as a Go Module. You must first do:
go get github.com/overnest/strongdoc-go-sdk
Then, import it into your files at the top of your files:
import (
// other imports
"github.com/overnest/strongdoc-go-sdk/client"
"github.com/overnest/strongdoc-go-sdk/api"
// even more imports
)