internal

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateFile

func GenerateFile(gen *protogen.Plugin, file *protogen.File) *protogen.GeneratedFile

GenerateFile generates a .lava.pb.go file containing service definitions.

Types

type Field

type Field struct {
	IsMessage     bool
	IsList        bool
	IsMap         bool
	IsOptional    bool
	IsSelfPackage bool

	Name       string
	Type       string
	MapKeyType protogen.GoIdent
	GoName     string
	GoType     protogen.GoIdent
	GoTag      map[string]string
	// contains filtered or unexported fields
}

func NewField

func NewField(field *protogen.Field, gen *protogen.Plugin) *Field

Jump to

Keyboard shortcuts

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