hydra-passwordless/scaffold.yml

15 lines
363 B
YAML
Raw Normal View History

2020-04-08 08:56:42 +02:00
version: 1
vars:
- type: string
name: ProjectName
description: Project Name
constraints:
- rule: Input == ""
message: The project name cannot be empty.
- type: string
name: ProjectNamespace
description: The Go module namespace
constraints:
- rule: Input == ""
message: The module namespace cannot be empty.