//
pkg.gl
Category
github.com/jerryma0912/Cosmos-sdk-tutorial
x
nameservice
client
rest
package
0.0.0-20190807155910-e7c82ff2c4ef
Repository:
https://github.com/jerryma0912/cosmos-sdk-tutorial.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
140 SLOC
#
Functions
RegisterRoutes
首先在`RegisterRoutes`函数中为模块定义REST客户端接口。路由都以模块名称开头,以防止命名空间与其他模块的路径冲突: RegisterRoutes - Central function to define routes that get registered by the main application.