scaffold

package
v0.0.0-...-6f130a9 Latest Latest
Warning

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

Go to latest
Published: May 10, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	UnaryMethod       = template.Must(template.New("unary").Parse(unarySkeleton))
	StreamInOutMethod = template.Must(template.New("stream-in-out").Parse(streamInOutSkeleton))
	StreamInMethod    = template.Must(template.New("stream-in").Parse(streamInSkeleton))
	StreamOutMethod   = template.Must(template.New("stream-out").Parse(streamOutSkeleton))
	UnaryError        = template.Must(template.New("unary-error").Parse(unaryErrorBody))
	StreamInOutError  = template.Must(template.New("stream-in-out-error").Parse(streamInOutErrorBody))
	StreamInError     = template.Must(template.New("stream-in-error").Parse(streamInErrorBody))
	StreamOutError    = template.Must(template.New("stream-out-error").Parse(streamOutErrorBody))
)

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