commands

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2018 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 CloseAllPorts

type CloseAllPorts struct {
	CmdRunner provisioner.CmdRunner
}

func (*CloseAllPorts) Distro

func (*CloseAllPorts) Distro() string

func (*CloseAllPorts) Run

func (c *CloseAllPorts) Run() error

type ConfigureDnsmasq

type ConfigureDnsmasq struct {
	FS         provisioner.FS
	CmdRunner  provisioner.CmdRunner
	Domain     string
	ExternalIP string
}

func (*ConfigureDnsmasq) Distro

func (*ConfigureDnsmasq) Distro() string

func (*ConfigureDnsmasq) Run

func (c *ConfigureDnsmasq) Run() error

type ConfigureGardenDNS

type ConfigureGardenDNS struct {
	FS        provisioner.FS
	CmdRunner provisioner.CmdRunner
}

func (*ConfigureGardenDNS) Distro

func (*ConfigureGardenDNS) Distro() string

func (*ConfigureGardenDNS) Run

func (c *ConfigureGardenDNS) Run() error

type DisableUAAHSTS

type DisableUAAHSTS struct {
	WebXMLPath string
}

func (*DisableUAAHSTS) Distro

func (*DisableUAAHSTS) Distro() string

func (*DisableUAAHSTS) Run

func (d *DisableUAAHSTS) Run() error

type Filter

type Filter struct {
	FilterName     string    `xml:"filter-name"`
	FilterClass    string    `xml:"filter-class"`
	InitParam      InitParam `xml:"init-param"`
	AsyncSupported bool      `xml:"async-supported"`
}

type InitParam

type InitParam struct {
	ParamName  string `xml:"param-name"`
	ParamValue string `xml:"param-value"`
}

type OpenPort

type OpenPort struct {
	CmdRunner provisioner.CmdRunner
	Port      string
}

func (*OpenPort) Distro

func (*OpenPort) Distro() string

func (*OpenPort) Run

func (o *OpenPort) Run() error

type ReplaceDomain added in v0.23.0

type ReplaceDomain struct {
	CmdRunner provisioner.CmdRunner
	FS        provisioner.FS
	NewDomain string
}

func (*ReplaceDomain) Distro added in v0.23.0

func (r *ReplaceDomain) Distro() string

func (*ReplaceDomain) Run added in v0.23.0

func (r *ReplaceDomain) Run() error

type SetupApi

type SetupApi struct {
	CmdRunner provisioner.CmdRunner
	FS        provisioner.FS
}

func (*SetupApi) Distro

func (s *SetupApi) Distro() string

func (*SetupApi) Run

func (s *SetupApi) Run() error

type SetupCFDot added in v0.27.0

type SetupCFDot struct {
	CmdRunner provisioner.CmdRunner
	FS        provisioner.FS
}

func (*SetupCFDot) Distro added in v0.27.0

func (s *SetupCFDot) Distro() string

func (*SetupCFDot) Run added in v0.27.0

func (s *SetupCFDot) Run() error

type WebApp

type WebApp struct {
	XMLName xml.Name `xml:"web-app"`
	Filters []Filter `xml:"filter"`
	AllXML  string   `xml:",innerxml"`
}

Jump to

Keyboard shortcuts

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