Skip to content

This framework makes it simple for developers to add secure gRPC and automated REST interfaces for their Golang applications

License

Notifications You must be signed in to change notification settings

libopenstorage/grpc-framework

Repository files navigation

gRPC Framework

Build Status

This framework makes it simple for developers to add gRPC and automated REST interfaces for their Golang applications.

Usage

Please see our Documentation for more information.

  • FYI, we are in the process of creating tutorials and adding more documentation to the framework

grpc-framework Development

Documentation for the website

  • Setup the environment to write documentation
$ make doc-env
  • Bring up the webserver
$ make doc-serve

Now edit the files in the direcory website.

  • When done, build the website and add the docs dir to git:
$ make doc-build

For more information on mkdocs go to: