Documentation
¶
Index ¶
Constants ¶
View Source
const ( CmdUpdate = "update" CmdNew = "new" CmdModel = "model" CmdClient = "client" CmdClientSet = "clientset" )
cft Commands
View Source
const ( IdlThrift = "thrift" IdlProto = "proto" )
cft IDLs
View Source
const ( TpCompilerThrift = "thriftgo" TpCompilerProto = "protoc" )
Third-party Compilers
View Source
const ( ProtocPluginName = "protoc-gen-crafter" ThriftPluginName = "thrift-gen-crafter" )
cft Plugins
View Source
const ( LoadError = 1 GenerateLayoutError = 2 PersistError = 3 PluginError = 4 )
cft 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 = "crafter_service"
View Source
const EnvPluginMode = "CRAFTER_PLUGIN_MODE"
View Source
const ManifestFile = ".cft"
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.0.1"
Version cft version
View Source
const WindowsOS = "windows"
Variables ¶
View Source
var GoVersion *gv.Version
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.