Documentation
¶
Overview ¶
Package network is used to distribute controlling
Index ¶
Constants ¶
View Source
const ( // SetNoncePath set nonce path. SetNoncePath = "/set-nonce" // UploadPath upload path. UploadPath = "/upload" // InitPath init path. InitPath = "/init" // SetContextPath set context path. SetContextPath = "/set-context" // BeforeRunPath before run path. BeforeRunPath = "/before-run" // DoPath do path. DoPath = "/do" // StatisticsPath Statistics path. StatisticsPath = "/statistics" // AfterRunPath after run path. AfterRunPath = "/after-run" // TeardownPath teardown path. TeardownPath = "/teardown" // CheckoutCollectorPath checkout collector path. CheckoutCollectorPath = "/checkout-collector" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.