Documentation
¶
Overview ¶
Package oonimkall implements measurement-kit's FFI API.
See https://git.io/Jv4Rv (measurement-kit/measurement-kit@v0.10.9) for a comprehensive description of MK's FFI API.
See also https://github.com/ooni/probe-engine/pull/347 for the design document describing this API.
See also https://github.com/ooni/probe-engine/blob/master/DESIGN.md.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
Task is an asynchronous task.
func StartTask ¶
StartTask starts an asynchronous task. The input argument is a serialized JSON conforming to MK v0.10.9's API.
func (*Task) WaitForNextEvent ¶
WaitForNextEvent blocks until the next event occurs. The returned string is a serialized JSON following MK v0.10.9's API.
Click to show internal directories.
Click to hide internal directories.