Searched defs:mainOpts (Results 1 – 2 of 2) sorted by relevance
74 type mainOpts struct { struct75 sendLog func(logSocket string, entry *paths.LogEntry, done chan interface{})76 config func(name string) paths.PathConfig77 lookupParents func() []paths.LogProcess80 func Main(stdout, stderr io.Writer, interposer string, args []string, opts mainOpts) (int, error) {
136 ActivityOptions mainOpts = ActivityOptions.makeBasic(); in launchTasks() local