Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeployOptions ¶ added in v1.14.6
type Frontend ¶
type Frontend interface {
Deploy(options DeployOptions)
}
func NewFrontend ¶
func NewFrontend() Frontend
type FrontendImpl ¶
type FrontendImpl struct{}
func (FrontendImpl) Deploy ¶
func (f FrontendImpl) Deploy(options DeployOptions)
Click to show internal directories.
Click to hide internal directories.