package
Version:
v0.1.0-beta
Opens a new window with list of versions in this module.
Published: Jul 30, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
var Cmd = &cobra.Command{
Use: "query",
Short: "Query messages",
Run: func(cmd *cobra.Command, args []string) {
if err := query.Query(searchDriver, searchOptions, _query, pn, ps, json); err != nil {
color.Red("error happens: %v", err)
return
}
},
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.