ducky/subscriptions

Paddy 2015-09-30 Parent:fe8f092cc149

14:fb2c0e498e37 Go to Latest

ducky/subscriptions/secrets/subscriptions.json

Update with comments for all exported functions. We now have golint-approved comments for all the exported functions in the subscriptions package. Next challenge: all the sub-packages!

History
1 {
2 "apiVersion": "v1",
3 "kind": "Secret",
4 "metadata" : {
5 "name": "subscriptions",
6 "namespace": "default"
7 },
8 "data": {
9 "dsn": "Cg=="
10 }
11 }