cruft
This commit is contained in:
		| @@ -47,6 +47,13 @@ func (s *serviceStore) Init(opts ...store.Option) error { | ||||
| func (s *serviceStore) Context() context.Context { | ||||
| 	ctx := context.Background() | ||||
| 	md := make(metadata.Metadata) | ||||
| 	if len(s.Database) > 0 { | ||||
| 		md["Micro-Database"] = s.Database | ||||
| 	} | ||||
|  | ||||
| 	if len(s.Table) > 0 { | ||||
| 		md["Micro-Table"] = s.Table | ||||
| 	} | ||||
| 	return metadata.NewContext(ctx, md) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user