Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/feilongjump/api.howio.world

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/feilongjump/api.howio.world

  • v0.0.0-20240327025835-dcc2a8832c24
  • Source
  • Go
  • Socket score

Version published
Created
Source


HowIO

HowIO API

个人站点的 API,用 Go 语言进行开发的接口,前端页面放在这里

目录结构

.
├── app             项目应用文件
│  └── http             HTTP 文件
│    └── controllers        Controller
│    └── middlewares        中间件
│    └── requests           请求参数校验文件
│  └── models           Model
├── bootstrap       程序初始化的代码
│  └── config.go        初始化配置
│  └── ...              ...
├── route           路由文件
│  └── api.go           API 路由
├── internal        内部引用的 Go 包
│  └── config           环境配置包
│  └── ...              ...
├── .air.toml       自动重载应用配置文件
├── .gitignore      git 忽略文件
├── env.*.toml      项目环境配置文件
├── go.mod          Go 模块文件
├── go.sum          Go 模块的依赖版本文件
├── main.go         项目应用入口文件
└── README.md       项目手册

不一定会提前写好有什么,但有的东西就会补充上去。

  • Gin,Web 框架
  • GORM, ORM 操作库
  • Viper,处理应用程序配置
  • JWT,JSON Web Token
  • 待补充

FAQs

Package last updated on 27 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc