| Index: service/datastore/types.go | 
| diff --git a/service/rawdatastore/types.go b/service/datastore/types.go | 
| similarity index 98% | 
| rename from service/rawdatastore/types.go | 
| rename to service/datastore/types.go | 
| index 42c127af0c6fcd37ca0e5c3b37ed28016ab8d517..4488bd5403ae8c5758dfb3d46572b46cd7a06c61 100644 | 
| --- a/service/rawdatastore/types.go | 
| +++ b/service/datastore/types.go | 
| @@ -2,7 +2,7 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -package rawdatastore | 
| +package datastore | 
|  | 
| import ( | 
| "fmt" | 
|  |