template

package
v0.0.0-...-5d5aee1 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

DockerIgnore is the .dockerignore template used for new projects.

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

Dockerfile is the Dockerfile template used for new projects.

View Source
var GitIgnore = `# don't commit the service binary to vcs
{{.Service}}{{if .Client}}-client{{end}}
`

GitIgnore is the .gitignore template used for new projects.

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

HandlerFNC is the handler template used for new function projects.

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

HandlerSRV is the handler template used for new service projects.

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 = `` /* 606-byte string literal not displayed */

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

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

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

View Source
var KubernetesRoleBinding = `` /* 257-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 MainCLT = `` /* 536-byte string literal not displayed */

MainCLT is the main template used for new client projects.

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

MainFNC is the main template used for new function projects.

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

MainSRV is the main template used for new service projects.

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

Makefile is the Makefile template used for new projects.

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

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

View Source
var Plugins = `package main

import (
	_ "github.com/asim/go-micro/plugins/registry/kubernetes/v4"
)
`

Plugins is the plugins template used for new projects.

View Source
var ProtoFNC = `` /* 272-byte string literal not displayed */

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

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

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

View Source
var SkaffoldCFG = `` /* 236-byte string literal not displayed */

SkaffoldCFG is the Skaffold config template used for new projects.

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