proto

package
v1.6.3 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2023 License: GPL-3.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenApiData

func GenApiData(ctx *GenLogicByProtoContext, p *parser.Proto) (string, error)

func GenLogicByProto

func GenLogicByProto(p *GenLogicByProtoContext) error

Types

type ApiLogicData

type ApiLogicData struct {
	LogicName string
	LogicCode string
}

func GenCRUDData

func GenCRUDData(ctx *GenLogicByProtoContext, p *parser.Proto, projectCtx *ctx.ProjectContext) []*ApiLogicData

type GenLogicByProtoContext

type GenLogicByProtoContext struct {
	ProtoDir         string
	OutputDir        string
	APIServiceName   string
	RPCServiceName   string
	RPCPbPackageName string
	Style            string
	ModelName        string
	SearchKeyNum     int
	RpcName          string
	GrpcPackage      string
	UseUUID          bool
	Multiple         bool
	JSONStyle        string
	UseI18n          bool
	ImportPrefix     string
	Overwrite        bool
}

GenLogicByProtoContext describe the data used for logic generation with proto file

func (GenLogicByProtoContext) Validate

func (g GenLogicByProtoContext) Validate() error

Jump to

Keyboard shortcuts

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