Implement result listing from CLI
Change the schema to include ASN and Network Name in the results table
This commit is contained in:
parent
0c5b6aa37c
commit
ecf3370f53
9 changed files with 323 additions and 21 deletions
|
|
@ -15,7 +15,7 @@ var Cmd = kingpin.New("ooni", "")
|
|||
// Command is syntax sugar for defining sub-commands
|
||||
var Command = Cmd.Command
|
||||
|
||||
// Init should be called by all subcommand that care to have a ooni.OONI instance
|
||||
// Init should be called by all subcommand that care to have a ooni.Context instance
|
||||
var Init func() (*ooni.Context, error)
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue