k3s/vendor/github.com/lpabon/godbc
Humble Chirammal 836ac6e403 GlusterFS dynamic provisioner and deleter interface based on StorageClass claims
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2016-08-19 23:03:32 +05:30
..
.gitignore GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
.travis.yml GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
AUTHORS GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
LICENSE GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
README.md GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
godbc.go GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30
godbc_prod.go GlusterFS dynamic provisioner and deleter interface based on StorageClass claims 2016-08-19 23:03:32 +05:30

README.md

Build Status

godbc

Design by contract for Go

Installation

To install godbc, use go get:

go get github.com/lpabon/godbc

Import the godbc package into your code using this template:

import (
  "github.com/lpabon/godbc"
)

Documentation

Documentation is available at https://godoc.org/github.com/lpabon/godbc