meta

package
v0.8.1 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 7 Imported by: 12

Documentation

Index

Constants

View Source
const (
	CmdUpdate = "update"
	CmdNew    = "new"
	CmdModel  = "model"
	CmdClient = "client"
)

hz Commands

View Source
const (
	IdlThrift = "thrift"
	IdlProto  = "proto"
)

hz IDLs

View Source
const (
	TpCompilerThrift = "thriftgo"
	TpCompilerProto  = "protoc"
)

Third-party Compilers

View Source
const (
	ProtocPluginName = "protoc-gen-hertz"
	ThriftPluginName = "thrift-gen-hertz"
)

hz Plugins

View Source
const (
	LoadError           = 1
	GenerateLayoutError = 2
	PersistError        = 3
	PluginError         = 4
)

hz Errors

View Source
const (
	ModelDir   = "biz/model"
	RouterDir  = "biz/router"
	HandlerDir = "biz/handler"
)

Package Dir

View Source
const AddThriftReplace = "do not generate 'go.mod', please add 'replace github.com/apache/thrift => github.com/apache/thrift v0.13.0' to your 'go.mod'"
View Source
const DefaultServiceName = "hertz_service"
View Source
const EnvPluginMode = "HERTZ_PLUGIN_MODE"
View Source
const ManifestFile = ".hz"
View Source
const (
	SetBodyParam = "setBodyParam(req).\n"
)

template const value

View Source
const SysType = runtime.GOOS

SysType is the running program's operating system type

View Source
const TheUseOptionMessage = "'model code' is not generated due to the '-use' option"

TheUseOptionMessage indicates that the generating of 'model code' is aborted due to the -use option for thrift IDL.

View Source
const Version = "v0.8.1"

Version hz version

View Source
const WindowsOS = "windows"

Variables

View Source
var GoVersion *gv.Version

Functions

This section is empty.

Types

type Backend

type Backend string

Backend Model Backends

const (
	BackendGolang Backend = "golang"
)

type Manifest

type Manifest struct {
	Version    string `yaml:"hz version"`
	HandlerDir string `yaml:"handlerDir"`
	ModelDir   string `yaml:"modelDir"`
	RouterDir  string `yaml:"routerDir"`
}

func (*Manifest) InitAndValidate added in v0.6.0

func (manifest *Manifest) InitAndValidate(dir string) error

func (*Manifest) Persist

func (manifest *Manifest) Persist(dir string) error

func (*Manifest) String

func (manifest *Manifest) String() string

type Mode

type Mode int

Mode hz run modes

Jump to

Keyboard shortcuts

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