d44970a43f
* chore: update all workflows to use go1.17.2 See https://github.com/ooni/probe/issues/1815 * chore: update all dependencies See https://github.com/ooni/probe/issues/1815 * chore: run `go generate` See https://github.com/ooni/probe/issues/1815 * chore: update the user-agent Part of https://github.com/ooni/probe/issues/1815 * Set version to 3.12.0-alpha Part of https://github.com/ooni/probe/issues/1815 * fix: update to ooni/probe-assets@v0.5.0 This overcomes https://github.com/ooni/probe/issues/1836 in the CLI and, while there, let us also make maxminddb tests stricter. * fix(QA/Dockerfile): build using go1.17 See https://github.com/ooni/probe-cli/pull/547#issuecomment-947760839 * chore(mk): use go1.17.2 Part of https://github.com/ooni/probe/issues/1815 * fix(codeql): always run for master Otherwise we see a warning that there is no CodeQL information available for the base branch and this is sub-optimal. Part of https://github.com/ooni/probe/issues/1815
19 lines
576 B
Go
19 lines
576 B
Go
// Code generated by go generate; DO NOT EDIT.
|
|
// 2021-10-20 14:12:57.8828 +0200 CEST m=+0.000181501
|
|
|
|
package ooapi
|
|
|
|
//go:generate go run ./internal/generator -file cloners.go
|
|
|
|
// clonerForPsiphonConfigAPI represents any type exposing a method
|
|
// like simplePsiphonConfigAPI.WithToken.
|
|
type clonerForPsiphonConfigAPI interface {
|
|
WithToken(token string) callerForPsiphonConfigAPI
|
|
}
|
|
|
|
// clonerForTorTargetsAPI represents any type exposing a method
|
|
// like simpleTorTargetsAPI.WithToken.
|
|
type clonerForTorTargetsAPI interface {
|
|
WithToken(token string) callerForTorTargetsAPI
|
|
}
|