Skip to content

openstor/kms-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenStor KMS

This repository contains the Go SDKs for OpenStor KMS and OpenStor KES in two separate Go modules:

Each module uses its own semantic version and can be imported separately.

KMS SDK

Go Reference GitHub Tag

Import the KMS SDK via:

$ go get github.com/openstor/kms-go/kms@latest

Or add it to your go.mod file:

require (
   github.com/openstor/kms-go/kms@latest
)

KES SDK

Go Reference GitHub Tag

Import the KES SDK via:

$ go get github.com/openstor/kms-go/kes@latest

Or add it to your go.mod file:

require (
   github.com/openstor/kms-go/kes@latest
)

License

Use of the KES SDK is governed by the AGPLv3 license that can be found in the LICENSE file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages