Documentation
¶
Overview ¶
Package exec is home to functions called from m5's cli/Exec(), which is where all the "real work" gets done.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImportBatchIntoDB ¶
func ImportBatchIntoDB(pSR *DRS.SqliteRepo, InputContentities []*cnty.Contentity) error
SimpleRepo is stored in struct [appenv].
func LoadFSOsIntoContentities ¶
func LoadFSOsIntoContentities(inFSOs []FU.FSObject) []*cnty.Contentity
LoadFSOsIntoContentities turns a slice of [FSObject] into a slice of [Contentity]. Individual errors are returned via embedded struct [Errer]. The input and output slices are the same length, for a one-to-one mapping. .
func LoadFSOsIntoContentityFSs ¶
func LoadFSOsIntoContentityFSs(inFSOs []*FU.FSObject) []*cnty.ContentityFS
LoadFSOsIntiContentityFSs turns a slice of [FSObject] into a slice of [ContentityFS]. Individual errors are returned via embedded struct [Errer]. The input and output slices are the same length, for a one-to-one mapping. .
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.