csi-driver-nfs/vendor/github.com/pborman/uuid
Mayank Shah 5747698dff Add DynamicallyProvisionedCmdVolumeTest
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-11 20:47:25 +05:30
..
.travis.yml Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
CONTRIBUTING.md Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
CONTRIBUTORS Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
LICENSE Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
README.md Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
dce.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
doc.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
go.mod Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
go.sum Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
hash.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
marshal.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
node.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
sql.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
time.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
util.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
uuid.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
version1.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
version4.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30

README.md

This project was automatically exported from code.google.com/p/go-uuid

uuid build status

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

This package now leverages the github.com/google/uuid package (which is based off an earlier version of this package).

Install

go get github.com/pborman/uuid

Documentation

GoDoc

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: http://godoc.org/github.com/pborman/uuid