web

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2019 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationDto

type ApplicationDto struct {
	*core.Application
	DependenciesGrouped []*core.DependenciesGrouped `json:"dependenciesGrouped"`
}

type ProjectController

type ProjectController struct {
	// contains filtered or unexported fields
}

func (*ProjectController) DataAction

func (p *ProjectController) DataAction(w http.ResponseWriter, r *http.Request, documentsFolder string)

func (*ProjectController) IndexAction

func (p *ProjectController) IndexAction(w http.ResponseWriter, r *http.Request, localTemplateFolder string)

func (*ProjectController) Inject

func (p *ProjectController) Inject(definitions *application.ProjectDefinitions)

type Result

type Result struct {
	Name                  string                    `json:"name"`
	AvailableProjectNames []string                  `json:"availableProjectNames"`
	ApplicationsByGroup   *core.ApplicationsByGroup `json:"applicationsByGroup"`
	ApplicationsDto       []*ApplicationDto         `json:"applications"`
	StaticDocumentations  []string                  `json:"staticDocumentations"`
}

Jump to

Keyboard shortcuts

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