ducky/devices

Paddy 2015-11-12 Child:c24a6c5fcd8c

0:b6494e1a499e Go to Latest

ducky/devices/Godeps/Godeps.json

Initial attempt. Create the basic types (Device, DeviceType, DeviceChange) that we'll be using in the service. Also, create our Storer interface, and the helper methods to store, retrieve, and update information in the datastore. Also, we're using Godep, so check in our Godeps folder and the vendor folder. Note that this only works on Go 1.5 and later, with the GO15VENDOREXPERIMENT environment variable set to 1.

History
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Godeps/Godeps.json	Thu Nov 12 20:33:26 2015 -0800
     1.3 @@ -0,0 +1,23 @@
     1.4 +{
     1.5 +	"ImportPath": "code.secondbit.org/ducky/devices.hg",
     1.6 +	"GoVersion": "go1.5.1",
     1.7 +	"Packages": [
     1.8 +		"."
     1.9 +	],
    1.10 +	"Deps": [
    1.11 +		{
    1.12 +			"ImportPath": "code.google.com/p/go-uuid/uuid",
    1.13 +			"Comment": "null-15",
    1.14 +			"Rev": "'35bc42037350f0078e3c974c6ea690f1926603ab'"
    1.15 +		},
    1.16 +		{
    1.17 +			"ImportPath": "code.secondbit.org/uuid.hg",
    1.18 +			"Comment": "null-5",
    1.19 +			"Rev": "'cda03b52c8c99d986df4e7601c7b071bb7bd6333'"
    1.20 +		},
    1.21 +		{
    1.22 +			"ImportPath": "golang.org/x/net/context",
    1.23 +			"Rev": "01256db42e5106196a3473ec1620727a383500e8"
    1.24 +		}
    1.25 +	]
    1.26 +}