confd.toml:
[global]
confdir = "/etc/confd"
interval = 200
noop = false
onetime = true
prefix = "/"
watch = false
| package tenancy | |
| import ( | |
| "context" | |
| "database/sql" | |
| "database/sql/driver" | |
| "errors" | |
| "fmt" | |
| "github.com/lib/pq" |
| package tenancy | |
| import ( | |
| "context" | |
| "database/sql" | |
| "database/sql/driver" | |
| "errors" | |
| "fmt" | |
| "github.com/lib/pq" |
| package tenancy | |
| import ( | |
| "context" | |
| "database/sql" | |
| "database/sql/driver" | |
| "errors" | |
| "fmt" | |
| "github.com/lib/pq" |
| message HelloReply { | |
| message Decorated { | |
| message DecoratedAgain { | |
| string message = 1; | |
| } | |
| DecoratedAgain decorated_again = 1; | |
| } | |
| Decorated decorated = 1; | |
| string plain = 2; | |
| int32 my_num = 3; |
| $ make build && make build-crdb && make test-user-crdb && make test-db-crdb && make test-generate-crdb && make test-crdb | |
| sed 's/"//g ; s/=/:=/ ; s/export //g' < testdata/env.sh > testdata/env.mk | |
| go build github.com/volatiletech/sqlboiler | |
| sed 's/"//g ; s/=/:=/ ; s/export //g' < testdata/env.sh > testdata/env.mk | |
| go build github.com/volatiletech/sqlboiler/drivers/sqlboiler-crdb | |
| sed 's/"//g ; s/=/:=/ ; s/export //g' < testdata/env.sh > testdata/env.mk | |
| make: Nothing to be done for `test-user-crdb'. | |
| sed 's/"//g ; s/=/:=/ ; s/export //g' < testdata/env.sh > testdata/env.mk | |
| cockroach sql --insecure --user root --execute "drop database if exists sqlboiler_model_test;" | |
| DROP DATABASE |
| # | |
| # Automatically generated file; DO NOT EDIT. | |
| # Buildroot 2017.08.1 Configuration | |
| # | |
| BR2_HAVE_DOT_CONFIG=y | |
| BR2_HOST_GCC_AT_LEAST_4_5=y | |
| BR2_HOST_GCC_AT_LEAST_4_6=y | |
| BR2_HOST_GCC_AT_LEAST_4_7=y | |
| BR2_HOST_GCC_AT_LEAST_4_8=y | |
| BR2_HOST_GCC_AT_LEAST_4_9=y |
confd.toml:
[global]
confdir = "/etc/confd"
interval = 200
noop = false
onetime = true
prefix = "/"
watch = false
I hereby claim:
To claim this, I am signing this object:
| # -*- mode: ruby -*- | |
| # # vi: set ft=ruby : | |
| require 'fileutils' | |
| require_relative 'override-plugin.rb' | |
| CLOUD_CONFIG_PATH = "./user-data" | |
| CONFIG= "config.rb" | |
| # Defaults for config options defined in CONFIG |