template

package
v0.0.0-...-371464c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AppEnv = `` /* 203-byte string literal not displayed */
View Source
var BufFile = `version: v2
deps:
  - buf.build/googleapis/googleapis
lint:
  use:
    - DEFAULT
breaking:
  use:
    - FILE
`

Dockerfile is the Dockerfile template used for new projects.

View Source
var BufGenFile = `` /* 379-byte string literal not displayed */

DockerIgnore is the .dockerignore template used for new projects.

View Source
var DockerIgnore = `.gitignore
Dockerfile{{if or .Skaffold .Kustomize}}
resources/
skaffold.yaml{{end}}
`

DockerIgnore is the .dockerignore template used for new projects.

View Source
var Dockerfile = `` /* 2008-byte string literal not displayed */

Dockerfile is the Dockerfile template used for new projects.

View Source
var GitIgnore = `` /* 352-byte string literal not displayed */

GitIgnore is the .gitignore template used for new projects.

View Source
var HandlerFNC = `` /* 368-byte string literal not displayed */

HandlerFNC is the handler template used for new function projects.

View Source
var HandlerSRV = `` /* 1614-byte string literal not displayed */

HandlerSRV is the handler template used for new service projects.

View Source
var HealthSRV = `` /* 531-byte string literal not displayed */
View Source
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.

View Source
var KubernetesDeployment = `` /* 2013-byte string literal not displayed */

KubernetesDeployment is a Kubernetes deployment manifest template used for new projects.

View Source
var KubernetesEnv = `` /* 325-byte string literal not displayed */

KubernetesEnv is a Kubernetes configmap manifest template used for environment variables in new projects.

View Source
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.

View Source
var KustomizationBase = `` /* 379-byte string literal not displayed */
View Source
var KustomizationDev = `---

namespace: {{ .Namespace }}

resources:
 - ../base/
`
View Source
var KustomizationProd = `---

namespace: {{ .Namespace }}

resources:
 - ../base/
`
View Source
var MainCLT = `` /* 730-byte string literal not displayed */

MainCLT is the main template used for new client projects.

View Source
var MainFNC = `` /* 1199-byte string literal not displayed */

MainFNC is the main template used for new function projects.

View Source
var MainSRV = `` /* 2155-byte string literal not displayed */

MainSRV is the main template used for new service projects.

View Source
var Makefile = `` /* 955-byte string literal not displayed */

Makefile is the Makefile template used for new projects.

View Source
var Module = `` /* 549-byte string literal not displayed */

Module is the go.mod template used for new projects.

View Source
var Plugins = `package main

import (
	_ "github.com/smart-echo/micro-plugins/registry/kubernetes"
)
`

Plugins is the plugins template used for new projects.

View Source
var Postgres = `` /* 904-byte string literal not displayed */
View Source
var ProtoFNC = `` /* 371-byte string literal not displayed */

ProtoFNC is the .proto file template used for new function projects.

View Source
var ProtoHEALTH = `` /* 484-byte string literal not displayed */

ProtoHEALTH is the .proto file template used for health.

View Source
var ProtoSRV = `` /* 960-byte string literal not displayed */

ProtoSRV is the .proto file template used for new service projects.

View Source
var QueryExample = `-- name: SampleQuery :one
SELECT
    1::int;
`
View Source
var SkaffoldCFG = `` /* 409-byte string literal not displayed */

SkaffoldCFG is the Skaffold config template used for new projects.

View Source
var Sqlc = `` /* 165-byte string literal not displayed */
View Source
var TRACE = `` /* 1486-byte string literal not displayed */
View Source
var TernSql = `` /* 198-byte string literal not displayed */
View Source
var Tiltfile = `` /* 1119-byte string literal not displayed */

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL