Documentation
¶
Overview ¶
Package protocol holds the wire level constants shared by the Gitea Actions server and the runner.
Index ¶
Constants ¶
View Source
const ( // UUIDHeader is the header carrying the runner UUID on every request // but Register. UUIDHeader = "x-runner-uuid" // TokenHeader is the header carrying the runner token used to // authenticate the runner. TokenHeader = "x-runner-token" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.