Searched defs:snapshotJsonFlags (Results 1 – 1 of 1) sorted by relevance
232 type snapshotJsonFlags struct { struct233 ModuleName string `json:",omitempty"`234 RelativeInstallPath string `json:",omitempty"`237 ExportedDirs []string `json:",omitempty"`238 ExportedSystemDirs []string `json:",omitempty"`245 Symlinks []string `json:",omitempty"`248 SharedLibs []string `json:",omitempty"`249 RuntimeLibs []string `json:",omitempty"`250 Required []string `json:",omitempty"`253 InitRc []string `json:",omitempty"`[all …]