File tree Expand file tree Collapse file tree 4 files changed +2
-71
lines changed Expand file tree Collapse file tree 4 files changed +2
-71
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ type Plugin struct {
2424
2525// NewConfigPlugin takes a value that implements ConfigPlugin and wraps it with
2626// the appropriate methods to satisfy the OsqueryPlugin interface. Use this to
27- // easily create plugins implementing osquery tables .
27+ // easily create configuration plugins .
2828func NewPlugin (name string , fn GenerateConfigsFunc ) * Plugin {
2929 return & Plugin {name : name , generate : fn }
3030}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ type Plugin struct {
2828
2929// NewPlugin takes a value that implements LoggerPlugin and wraps it with
3030// the appropriate methods to satisfy the OsqueryPlugin interface. Use this to
31- // easily create plugins implementing osquery tables .
31+ // easily create plugins implementing osquery loggers .
3232func NewPlugin (name string , fn LogFunc ) * Plugin {
3333 return & Plugin {name : name , logFn : fn }
3434}
You can’t perform that action at this time.
0 commit comments