parser

package
v0.0.0-...-4d94a0f Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: Apache-2.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Name  string   `json:"app_name"`
	Guid  string   `json:"app_guid"`
	Url   string   `json:"app_url"`
	Start AppStart `json:"start"`
}

func ParseAppFile

func ParseAppFile(logger lager.Logger, appFilePath string) ([]*App, error)

type AppFile

type AppFile struct {
	Succeeded bool   `json:"succeeded"`
	Apps      []*App `json:"apps"`
}

type AppStart

type AppStart struct {
	Succeeded bool `json:"succeeded"`
}

Jump to

Keyboard shortcuts

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