coinbase / mesh-sdk-go

Mesh Client Go SDK
Apache License 2.0
196 stars 135 forks source link

add customized info in sdk's fetcher, reconciler, syncer and db #465

Closed jingweicb closed 1 year ago

jingweicb commented 1 year ago

Fixes # .

Aim to enable customized logs in sdk

why added in fetcher, reconciler, syncer and db instead of other packages? because they are the most frequent used packages for cli

will add to other packages? yes, but the priority is not as high as fetcher, reconciler, syncer and db

notifications: make changes are related to check-gen and go lint, for the first commit contains most important content for the meteData in struct, it will be "", or some string begin with", "

Screenshot 2023-01-13 at 1 43 41 PM

Motivation

Solution

Open questions