Skip to content
/ sma-goapi Public

SPDK Storage Management Agent Go API bindings

Notifications You must be signed in to change notification settings

spdk/sma-goapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SPDK Storage Management Agent Go API bindings

This repository contains golang API bindings for SPDK Storage Management Agent's (SMA) gRPC interface. More details on SMA can be found in SPDK documentation.

Generating SMA Go API from spdk into sma-goapi:

git clone https://github.com/spdk/spdk
git clone https://github.com/spdk/sma-goapi
spdk/scripts/pkgdep.sh --golang
source /etc/opt/spdk-pkgdep/paths/export.sh
spdk/scripts/gen_sma_goapi.sh -o sma-goapi
cd sma-goapi
git add *
git commit -m "Generated from SPDK $(cd ../spdk && git describe)"

About

SPDK Storage Management Agent Go API bindings

Resources

Stars

Watchers

Forks