cruft
This commit is contained in:
parent
c76a5e608d
commit
e8105d22ad
@ -47,6 +47,13 @@ func (s *serviceStore) Init(opts ...store.Option) error {
|
|||||||
func (s *serviceStore) Context() context.Context {
|
func (s *serviceStore) Context() context.Context {
|
||||||
ctx := context.Background()
|
ctx := context.Background()
|
||||||
md := make(metadata.Metadata)
|
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)
|
return metadata.NewContext(ctx, md)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user