Categorygithub.com/overnest/strongdoc-go-sdk
module
0.1.14
Repository: https://github.com/overnest/strongdoc-go-sdk.git
Documentation: pkg.go.dev

# README

StrongDoc Go SDK by StrongSalt

This is a Go SDK for the StrongDoc service, produced by StrongSalt. The API endpoint for Go clients of Strongdoc is implemented with GRPC.

Important Links

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

GoDoc: https://godoc.org/github.com/overnest/strongdoc-go-sdk

Installation

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
)

# Packages

Package api exposes the functions that comprise the Strongsalt Go API.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author