Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //CodeFileManager 类型文件 CodeFileManager = map[string][]ICodeFile{} )
Functions ¶
Types ¶
type CodeFile ¶
type CodeFile struct { }
CodeFile 基础类
func (CodeFile) GetDirReplaceTags ¶
GetDirReplaceTags get directory replace tags
func (CodeFile) GetFileReplaceTags ¶
GetFileReplaceTags get file replace tags
type DappCodeFile ¶
type DappCodeFile struct {
CodeFile
}
DappCodeFile dapp code source
func (DappCodeFile) GetCodeType ¶
func (DappCodeFile) GetCodeType() string
GetCodeType get code type
Click to show internal directories.
Click to hide internal directories.