Skip to content

overnest/strongdoc-go-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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
)

About

the API endpoint for Go clients of Strongdoc, implemented with GRPC.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages