templates

package
v0.0.0-...-57e549e Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Default

type Default struct {
	Version        string `json:"version"`
	Configurations []struct {
		Name         string `json:"name"`
		Type         string `json:"type"`
		Request      string `json:"request"`
		Port         int    `json:"port,omitempty"`
		Host         string `json:"host,omitempty"`
		Secret       string `json:"secret,omitempty"`
		PathMappings []struct {
			LocalRoot  string `json:"localRoot"`
			RemoteRoot string `json:"remoteRoot"`
		} `json:"pathMappings,omitempty"`
		Mode    string   `json:"mode,omitempty"`
		Program string   `json:"program,omitempty"`
		Args    []string `json:"args,omitempty"`
		Console string   `json:"console,omitempty"`
	} `json:"configurations"`
}

Jump to

Keyboard shortcuts

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