书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 27 个相关结果.
  • MVC控制器

    Controller定义 Main.go Controller定义 type UserController struct { mvc . ApiController userAction models . IUserAction } func NewUserController ( userAction...
  • 可观察性-Prometheus

    Prometheus Golang 服务程序 配置 Prometheus Grafana Prometheus Prometheus 是一个非常棒的工具,结合grafana 能够让我在不写代码,或者少写代码的情况下搭建一套有效的监控体系。这里介绍一下Prometheus 监控golang 程序的方式。 Golang 服务程序 Golang 的...
  • yygctl

    install local install Installation location: Commands new --list TEMPLATE LIST -n -p <TARGETDIR> such as add (Not realized) SNIPPET LIST build run version install...
  • console

    console Startup console import ( "github.com/yoyofx/yoyogo/abstractions" "github.com/yoyofx/yoyogo/console" ) func main () { // -f ./conf/test_co...
  • 服务路由

    设置HTTP服务路由 设置MVC路由模板 设置HTTP服务路由 server.path of the application. 应用的上下文路径,也可以称为项目路径,是构成url地址的一部分。 如下设置后,路由定义 router.GET(“/info”…) , 访问URL为: http://localhost:8080/app/info , ...
  • MVC过滤器

    ActionFiler ActionFilter定义 ActionFiler ActionFilter只应用于MVC模式,使用UseMvc开启Mvc中间件;在ControllerBuilder中创建Filter. 支持正则表达式与统配符*. func CreateCustomBuilder () * abstractions . HostBu...
  • RequestID中间件

    RequestID 中间件 RequestID 中间件 RequestID 中间件会为Response Header http信息头添加UUID,header key: “X-Request-ID” YoyoGo . NewWebHostBuilder (). UseConfiguration ( configuration ). ...
  • 快速预览

    YoyoGo 特色 框架安装 安装依赖 (由于某些原因国内下载不了依赖) go version < 1.13 go version >= 1.13 vendor 简单的例子 实现进度 标准功能 响应渲染功能 中间件 路由 MVC Dependency injection 扩展 中文 (opens new window) / ...
  • xxl-job

    xxl-job hosting Job config.yml xxl-job hosting import ( "github.com/yoyofx/yoyogo/abstractions/configuration" "github.com/yoyofx/yoyogo/pkg/scheduler" "...
  • 配置文件

    config_prod.yml 如何指定环境,请看启动参数 //新API创建 configuration := configuration.YAML("config") configuration := abstractions . NewConfigurationBuilder (). AddYamlFile ( "config" ). B...