mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-03 18:41:09 +00:00
6 lines
61 B
Go
6 lines
61 B
Go
|
package capability
|
||
|
|
||
|
const (
|
||
|
Registration = "REGISTRATION"
|
||
|
)
|