commit | 21a3eb1cbabd83a27e3feacc05a6d30d99247e66 | [log] [tgz] |
---|---|---|
author | Jamie Hannaford <jamie.hannaford@rackspace.com> | Mon Nov 03 10:34:29 2014 +0100 |
committer | Jamie Hannaford <jamie.hannaford@rackspace.com> | Fri Nov 07 14:01:57 2014 +0100 |
tree | f123f2f948c89e9500158e5be5fc71005ca2d749 | |
parent | fba65af2cefe8ca169db2b6467c7ddb1aaa61786 [diff] [blame] |
Shifting LB dirs inside version
diff --git a/rackspace/lb/v1/nodes/results.go b/rackspace/lb/v1/nodes/results.go new file mode 100644 index 0000000..08d4325 --- /dev/null +++ b/rackspace/lb/v1/nodes/results.go
@@ -0,0 +1,10 @@ +package nodes + +type Node struct { + Address string + ID int + Port int + Status Status + Condition string + Weight int +}