woodpecker/shared/addon/types/types.go
2024-02-11 18:42:33 +01:00

8 lines
69 B
Go

package types
type Type string
const (
TypeForge Type = "forge"
)