Versions in this module Expand all Collapse all v1 v1.1.21 Jul 5, 2021 Changes in this version + var CodeFileManager = map[string][]ICodeFile + func RegisterCodeFile(filer ICodeFile) + type CodeFile struct + func (CodeFile) GetCodeType() string + func (CodeFile) GetDirName() string + func (CodeFile) GetDirReplaceTags() []string + func (CodeFile) GetFileReplaceTags() []string + func (CodeFile) GetFiles() map[string]string + type DappCodeFile struct + func (DappCodeFile) GetCodeType() string + type ICodeFile interface + GetCodeType func() string + GetDirName func() string + GetDirReplaceTags func() []string + GetFileReplaceTags func() []string + GetFiles func() map[string]string