书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 112 个相关结果.
  • Framework Basics

    Configure Options Get funcs Debug Endpoint Caveats and Gotchas Framework Basics In order to integrate smoothly with existing Vitess configuration mechanisms (including flag...
  • 14-Deployment-On-Heroku

    1350 2018-11-30 《Go Mega 手册》
    14-Deployment On Heroku Heroku 创建Heroku账户 安装Heroku命令行工具 创建Heroku应用 创建 Heroku 数据库 初始化数据 针对Heroku做些代码优化 数据init 部署 Heroku 设置Config Vars Procfile Go dep Push heroku Links...
  • Q & A

    694 2019-04-24 《Viper Document》
    Q & A Q & A Q: Why not INI files? A: Ini files are pretty awful. There’s no standard format, and they are hard tovalidate. Viper is designed to work with JSON, TOML or YAML fi...
  • 05-Database

    1485 2018-11-30 《Go Mega 手册》
    05-Database 数据库及ORM选择 数据库模型 初始化数据库数据 完善view Links 05-Database 本章的主题是重中之重!大多数应用都需要持久化存储数据,并高效地执行的增删查改的操作,数据库 为此而生。 我们将第一次引入第三方库 Gorm 来帮助我们实现 ORM 本章的GitHub链接为: Source , D...
  • Working with Flags

    2089 2019-04-24 《Cobra Document》
    Working with Flags Assign flags to a command Persistent Flags Local Flags Local Flag on Parent Commands Bind Flags with Config Required flags Working with Flags Flags pro...
  • Usage Message

    1275 2019-04-24 《Cobra Document》
    Usage Message Example Defining your own usage Usage Message When the user provides an invalid flag or invalid command, Cobra responds byshowing the user the ‘usage’. Examp...
  • Reference

    Features Query Serving VReplication Programs Compatibility Errors VTAdmin vtctldclient Transition VTOrc Backup and Restore Viper Reference Detailed information about s...
  • Dynamic Values

    Dynamic Values Values can be configured to be either static or dynamic. Static values are loaded once at startup (more precisely, when viperutil.LoadConfig is called), and whate...
  • Help Command

    1053 2019-04-24 《Cobra Document》
    Help Command Example Defining your own help Help Command Cobra automatically adds a help command to your application when you have subcommands.This will be called when a user...
  • Part 9: Messaging with AMQP

    1515 2019-04-30 《Go microservices》
    Go Microservices blog series, part 9 - Messaging with RabbitMQ and AMQP 08 June 2017 // Erik Lupander Introduction Source code Sending a message Messaging code Updating config...