Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Manager ¶
type Manager struct {
FileData string
NewFileTimings map[string]uint32
OldFileTimings map[string]uint32
FileList map[string]string
HashJSONold Parent
HashJSONnew Parent
Logger *lg.Logger
}
Manager Data Structure to hold and operate on details.json
func NewManager ¶
NewManager Helper function to create a new manager
func (*Manager) GenerateFileList ¶
GenerateFileList Generating the files list which we are going to compile
func (*Manager) GenerateList ¶
GenerateList Generate a brand new details.json
func (*Manager) ReadDetails ¶
ReadDetails Reading from the details.json file
func (*Manager) WriteDetails ¶
WriteDetails Writing the new data onto details.json
Click to show internal directories.
Click to hide internal directories.