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