mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-30 05:41:12 +00:00
6 lines
61 B
Go
6 lines
61 B
Go
|
package capability
|
||
|
|
||
|
const (
|
||
|
Registration = "REGISTRATION"
|
||
|
)
|