Documentation
¶
Index ¶
- Constants
- func InjectCheckMergeInf(s *CheckVer)
- func LoadCheckMergeInf() baseiface.ISingleton
- type CheckVer
- func (self *CheckVer) CheckAllFiles() error
- func (self *CheckVer) CheckAllGoFiles() error
- func (self *CheckVer) CheckDockerFiles() error
- func (self *CheckVer) CheckFiles(files []string) error
- func (self *CheckVer) CheckOneFile(file string) error
- func (self *CheckVer) CountAllFiles() int64
- func (self *CheckVer) CountAllGoFile() ([]string, error)
- func (self *CheckVer) CountFiles(filePaths []string) int64
- func (self *CheckVer) CountOneFile(filePath string) int64
- func (self *CheckVer) FindAllFile() ([]string, error)
- func (self *CheckVer) FindAllFiles(dirPath string) ([]string, error)
- func (self *CheckVer) FindAllGoFile() ([]string, error)
- func (self *CheckVer) FindAllGoFiles(dirPath string) ([]string, error)
- func (self *CheckVer) FindDockerFile() ([]string, error)
Constants ¶
View Source
const ERR_FLAG = ">>>>>>>"
Variables ¶
This section is empty.
Functions ¶
func LoadCheckMergeInf ¶
func LoadCheckMergeInf() baseiface.ISingleton
Types ¶
type CheckVer ¶
type CheckVer struct { basedto.BaseEntitySingle *fileutils.FindFileService }
func (*CheckVer) FindAllFiles ¶
func (*CheckVer) FindAllGoFiles ¶
Click to show internal directories.
Click to hide internal directories.