书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 6572 个相关结果.
  • Golang 项目部署

    Golang 项目部署 概述 编译指定模块 Procfile 规范 部署示例 Golang 项目部署 概述 当源代码根目录下存在 go.mod 文件,Rainbond 会将源代码识别为 Golang 项目。 编译指定模块 环境变量中添加 BUILD_GO_INSTALL_PACKAGE_SPEC 变量定义组件编译包入口路径,例如: ...
  • Golang 项目部署

    Golang 项目部署 概述 编译指定模块 Procfile 规范 部署示例 Golang 项目部署 概述 当源代码根目录下存在 go.mod 文件,Rainbond 会将源代码识别为 Golang 项目。 编译指定模块 环境变量中添加 BUILD_GO_INSTALL_PACKAGE_SPEC 变量定义组件编译包入口路径,例如: ...
  • Golang枚举值管理

    Go实现枚举值 如何跨服务高效维护枚举值 Go实现枚举值 Go 语言并没有提供enum 的定义,我们可以使用const 来模拟枚举类型,这也是Go 语言中约定俗成的方式。 例如,在Kubernetes 项目中,有大量的常量定义: // PodPhase is a label for the condition of a pod at the cu...
  • gitlabci-golang Plugin

    gitlabci-golang Plugin Usage gitlabci-golang Plugin This plugin creates Golang GitLab CI workflow. Usage This plugin depends on an environment variable “GITLAB_TOKEN”, which ...
  • githubactions-golang Plugin

    githubactions-golang Plugin Usage Use Together with the github-repo-scaffolding-golang Plugin githubactions-golang Plugin This plugin creates some Golang GitHub Actions workf...
  • Fluent Bit and Golang Plugins

    Fluent Bit and Golang Plugins Getting Started Build a Go Plugin Run Fluent Bit with the new plugin Fluent Bit and Golang Plugins Fluent Bit currently supports integration of ...
  • 6、golang程序开发

    1851 2020-02-02 《TBase 使用手册》
    6、golang程序开发 6.1、连接数据库 6.2、创建数据表 6.3、插入数据 6.4、查询数据 6.5、流数据copy from入表 6.6、golang相关资源包 6、golang程序开发 6.1、连接数据库 package main import ( "fmt" "time" ...
  • Golang 下载文件

    3070 2020-11-15 《Golang 开发笔记》
    7.11 Golang 下载文件 示例一 示例二 links 7.11 Golang 下载文件 这里使用net/http下载文件,可以设置Content-Type(具体参考 )告诉客户端返回的内容类型实际上是什么,实现不同方式的文件的下载。 示例一 package main import ( "fmt" ...
  • golang之数据验证validator

    2163 2020-11-15 《Golang 开发笔记》
    7.12 golang之数据验证validator 前言 原理 验证规则 跨字段验证 自定义验证类型 翻译错误信息为中文 gin 内置的validator 小结: links 7.12 golang之数据验证validator 前言 在web应用中经常会遇到数据验证问题,普通的验证方法比较繁琐,这里介绍一个使用比较多的包va...
  • Golang Client快速入门指南

    适用于与Amazon S3兼容云存储的Minio Go SDK 从Github下载 初始化Minio Client 示例-文件上传 FileUploader.go 运行FileUploader API文档 API文档 : 操作存储桶 API文档 : 存储桶策略 API文档 : 存储桶通知 API文档 : 操作文件对象 API文档 : 操作对...