initializr

package
v0.0.0-...-d6f0e26 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateNewProject

func CreateNewProject(request InitializrRequest, path string) error

CreateNewProject creates a new project using start.spring.io

Types

type InitializrRequest

type InitializrRequest struct {
	Dependencies string
	GroupID      string
	ArtifactID   string
}

InitializrRequest contains options supported to generate a project using https://github.com/spring-io/initializr

type InitializrResponse

type InitializrResponse struct {
	ContentType string
	Contents    []byte
	Filename    string
}

InitializrResponse contains the response from a project generation request

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL