Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var AppEnv = `` /* 203-byte string literal not displayed */
var BufFile = `version: v2
deps:
- buf.build/googleapis/googleapis
lint:
use:
- DEFAULT
breaking:
use:
- FILE
`
Dockerfile is the Dockerfile template used for new projects.
var BufGenFile = `` /* 379-byte string literal not displayed */
DockerIgnore is the .dockerignore template used for new projects.
var DockerIgnore = `.gitignore
Dockerfile{{if or .Skaffold .Kustomize}}
resources/
skaffold.yaml{{end}}
`
DockerIgnore is the .dockerignore template used for new projects.
var Dockerfile = `` /* 2008-byte string literal not displayed */
Dockerfile is the Dockerfile template used for new projects.
var GitIgnore = `` /* 352-byte string literal not displayed */
GitIgnore is the .gitignore template used for new projects.
var HandlerFNC = `` /* 368-byte string literal not displayed */
HandlerFNC is the handler template used for new function projects.
var HandlerSRV = `` /* 1614-byte string literal not displayed */
HandlerSRV is the handler template used for new service projects.
var HealthSRV = `` /* 531-byte string literal not displayed */
var KubernetesClusterRole = `` /* 184-byte string literal not displayed */
KubernetesClusterRole is a Kubernetes cluster role manifest template required for the Kubernetes registry plugin to function correctly.
var KubernetesDeployment = `` /* 2013-byte string literal not displayed */
KubernetesDeployment is a Kubernetes deployment manifest template used for new projects.
var KubernetesEnv = `` /* 325-byte string literal not displayed */
KubernetesEnv is a Kubernetes configmap manifest template used for environment variables in new projects.
var KubernetesRoleBinding = `` /* 266-byte string literal not displayed */
KubernetesRoleBinding is a Kubernetes role binding manifest template required for the Kubernetes registry plugin to function correctly.
var KustomizationBase = `` /* 379-byte string literal not displayed */
var KustomizationDev = `---
namespace: {{ .Namespace }}
resources:
- ../base/
`
var KustomizationProd = `---
namespace: {{ .Namespace }}
resources:
- ../base/
`
var MainCLT = `` /* 730-byte string literal not displayed */
MainCLT is the main template used for new client projects.
var MainFNC = `` /* 1199-byte string literal not displayed */
MainFNC is the main template used for new function projects.
var MainSRV = `` /* 2155-byte string literal not displayed */
MainSRV is the main template used for new service projects.
var Makefile = `` /* 955-byte string literal not displayed */
Makefile is the Makefile template used for new projects.
var Module = `` /* 549-byte string literal not displayed */
Module is the go.mod template used for new projects.
var Plugins = `package main
import (
_ "github.com/smart-echo/micro-plugins/registry/kubernetes"
)
`
Plugins is the plugins template used for new projects.
var Postgres = `` /* 904-byte string literal not displayed */
var ProtoFNC = `` /* 371-byte string literal not displayed */
ProtoFNC is the .proto file template used for new function projects.
var ProtoHEALTH = `` /* 484-byte string literal not displayed */
ProtoHEALTH is the .proto file template used for health.
var ProtoSRV = `` /* 960-byte string literal not displayed */
ProtoSRV is the .proto file template used for new service projects.
var QueryExample = `-- name: SampleQuery :one
SELECT
1::int;
`
var SkaffoldCFG = `` /* 409-byte string literal not displayed */
SkaffoldCFG is the Skaffold config template used for new projects.
var Sqlc = `` /* 165-byte string literal not displayed */
var TRACE = `` /* 1486-byte string literal not displayed */
var TernSql = `` /* 198-byte string literal not displayed */
var Tiltfile = `` /* 1119-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
This section is empty.