# gin-framework **Repository Path**: omg_chain/gin-framework ## Basic Information - **Project Name**: gin-framework - **Description**: No description available - **Primary Language**: Go - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Seele Monitor API ### Env >recommend ``` go 1.10+ ``` ### Project structure ``` ├── api: api interface │ ├── filters: request filter │ ├── handlers: router handler │ └── routers: the http router ├── conf: config files ├── core │ ├── config: configure │ ├── logs: third logger │ └── utils: utils ├── json_rpc: json rpc ├── tools: build script │ └── prebuild │ └── shell ├── vendor: third dependencies └── ws: web socket ```