Chromium Code Reviews| Index: service/datastore/pls.go |
| diff --git a/service/datastore/pls.go b/service/datastore/pls.go |
| index f1f54e683fc975bd293f31d8550c27708cec67d8..6e349283c181ce3a4c2c666761c78b6e6130742d 100644 |
| --- a/service/datastore/pls.go |
| +++ b/service/datastore/pls.go |
| @@ -158,6 +158,7 @@ import ( |
| func GetPLS(obj interface{}) interface { |
| PropertyLoadSaver |
| MetaGetterSetter |
| + Problem() error |
|
dnj
2015/12/11 06:36:17
Since Problem() is only used by tests, why export
|
| } { |
| v := reflect.ValueOf(obj) |
| if v.Kind() != reflect.Ptr || v.Elem().Kind() != reflect.Struct { |