MCPVault
Nunu logo

Nunu

未认领

作者:go-nunu

A CLI tool for building Go applications.

dddgingogolanggolang-climcpmcp-clientmcp-serverscaffold

安装

$npx skills add go-nunu/nunu-skills --skill build-with-nunu

未认领列表

这个 MCP 服务器是你的吗?

此列表根据公开信息自动生成。认领后,你可以编辑页面、设置兼容性并解锁增长工具。全程不超两分钟。

认领此服务器

工具(16 个)

cmd

This module contains the entry points of the application, which perform different operations based on different commands, such as starting the server or executing database migrations. Each sub-module has a main.go file as the entry file, as well as wire.go and wiregen.go files for dependency injecti

deploy

This module is used for deploying the application and includes deployment scripts and configuration files.

Go-redis

https://github.com/go-redis/redis

Go-sqlmock

https://github.com/DATA-DOG/go-sqlmock

Golang-jwt

https://github.com/golang-jwt/jwt

handler

This sub-module contains the handlers for handling HTTP requests, responsible for receiving requests and invoking the corresponding services for processing.

internal

This module is the core module of the application and contains the implementation of various business logic.

job

This sub-module contains the logic for background tasks.

model

This sub-module contains the definition of data models.

pkg

This module contains some common utilities and functions.

repository

This sub-module contains the implementation of the data access layer, responsible for interacting with the database.

scripts

This module contains some script files used for project build, test, and deployment operations.

server

This sub-module contains the implementation of the HTTP server.

service

This sub-module contains the implementation of the business logic, responsible for handling specific business operations.

storage

This module is used for storing files or other static resources.

web

This module contains the frontend-related files, such as HTML, CSS, and JavaScript.