ducky/subscriptions

Paddy 2015-09-27 Parent:fe8f092cc149

13:1ff031bebf9e Go to Latest

ducky/subscriptions/secrets/subscriptions.json

Add golint comments. Comment on some more of our exported types, functions, and variables, both to make golint happy and because uncommented code never ever ends well.

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