generator

package
v0.0.0-...-e904e0c Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateClientAPI

func CreateClientAPI(p *protogen.Plugin, f *protogen.File) error

Types

type APIContext

type APIContext struct {
	Models   []*Model
	Services []*Service
	Imports  []Import

	FileName string
	// contains filtered or unexported fields
}

func NewAPIContext

func NewAPIContext(filename string) APIContext

func (*APIContext) AddModel

func (ctx *APIContext) AddModel(m *Model)

func (*APIContext) ApplyImports

func (ctx *APIContext) ApplyImports(f *protogen.File)

type Import

type Import struct {
	Path string
}

type Model

type Model struct {
	Name      string
	Primitive bool
	Fields    []ModelField
}

type ModelField

type ModelField struct {
	Name          string
	Type          string
	InternalType  string
	JSONName      string
	JSONType      string
	IsInt64       bool
	IsMessage     bool
	IsRepeated    bool
	IsMap         bool
	IsOptional    bool
	MapKeyField   *ModelField
	MapValueField *ModelField
}

type Service

type Service struct {
	Name    string
	Package string
	Methods []ServiceMethod
}

type ServiceMethod

type ServiceMethod struct {
	Name       string
	Path       string
	InputArg   string
	InputType  string
	OutputType string
}

Jump to

Keyboard shortcuts

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