summaryrefslogtreecommitdiffstats
path: root/Cancer/assets/doc/structs.nojson
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-12-30 17:38:02 +0100
committermakefu <github@syntax-fehler.de>2013-12-30 17:38:02 +0100
commitee33c348658a12a4e54281dc34eaca8639e247f8 (patch)
tree142ea8052af9e75886b6c71979eed302885ab22a /Cancer/assets/doc/structs.nojson
parentefef353ef2bf65ef6123fc699bce6c69fc37cfcc (diff)
parent11de3d6d4c62f7059cdb45992d7d0fec05dde0e4 (diff)
Merge branch 'master' of ssh://github.com/krebscode/painload
Diffstat (limited to 'Cancer/assets/doc/structs.nojson')
-rw-r--r--Cancer/assets/doc/structs.nojson43
1 files changed, 0 insertions, 43 deletions
diff --git a/Cancer/assets/doc/structs.nojson b/Cancer/assets/doc/structs.nojson
deleted file mode 100644
index 4c084862..00000000
--- a/Cancer/assets/doc/structs.nojson
+++ /dev/null
@@ -1,43 +0,0 @@
-"name": // default: random (gensym)
- "type": "grafikkarte"
- "location": "kremium"
- "amount": 23 // default: 1
- "owner": "shack" // default: krebs
-
-"nebula":
- "type": "location"
- "owner": "tv"
-
-"tv":
- "type": "owner"
-
-"grafikkarte":
- "type": "type"
-
-"amount":
- "type": "natural"
-
-"root-server":
- "type": "irgend ein owner ist root"
-
-"shared":
- "type": "alle owner sind root"
-
-"oxberg":
- "type": "root-server"
- "location": "de"
- "ipv4-address": "84.23.80.172"
- "isp": "euserv"
- "ram": "512MiB"
-
-"ram":
- "must-match": /[0-9]+[MGk]iB/
-
-"kremium":
- "location": "nebula"
- "type": "root-server"
- "shared": true
-
-"euserv":
- "type": "ISP"
-