Documentation
¶
Index ¶
Constants ¶
View Source
const Dependency = "spring-boot-cli"
Dependency indicates that an application qualifies to have the Spring Boot CLI run its .groovy files.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLI ¶
type CLI struct {
// contains filtered or unexported fields
}
CLI represents a Spring Boot CLI application.
func (CLI) Contribute ¶
Contribute makes the contribution to launch.
type Command ¶
type Command struct {
// contains filtered or unexported fields
}
Command represents a Spring Boot CLI Command.
func NewCommand ¶
NewCommand creates a new Command instance.
func (Command) Contribute ¶
Contribute makes the contribution to launch.
Click to show internal directories.
Click to hide internal directories.