Index: state/state.go |
=== modified file 'state/state.go' |
--- state/state.go 2014-02-05 17:46:02 +0000 |
+++ state/state.go 2014-02-18 05:43:06 +0000 |
@@ -44,6 +44,7 @@ |
// managed by juju. |
type State struct { |
info *Info |
+ policy Policy |
db *mgo.Database |
environments *mgo.Collection |
charms *mgo.Collection |