RSS3-Network / Global-Indexer

In the vast RSS3 Network, the Global Indexer navigates requests with precision, it is a beacon in the byte-filled sea.
MIT License
13 stars 0 forks source link

feat: refactor nta and dsl handlers #167

Closed polebug closed 2 months ago

polebug commented 3 months ago
  1. The logic for distributing the node has been moved from data_activity.go to distributor. distributor is a temporary directory that will be refactored by @brucexc.
  2. Split all handlers into dsl and nta.
  3. Move the request and response structures of the API to the model directory.

fix #139