Documentation
¶
Index ¶
- Constants
- func Extension(r *v1.Route) string
- func Matcher(r *v1.Route) (string, string, string, string)
- func PrintTable(list []*v1.Route, w io.Writer)
- func RouteInteractive(sc storage.Interface, r *v1.Route) error
- func VirtualHost(sc storage.Interface, vhostname, domain string, create bool) (*v1.VirtualHost, error)
- type Destination
- type SelectionResult
Constants ¶
View Source
const (
DefaultVirtualHost = "default"
)
Variables ¶
This section is empty.
Functions ¶
func PrintTable ¶
func RouteInteractive ¶
Types ¶
type Destination ¶
func Destinations ¶
func Destinations(r *v1.Route) []Destination
func (*Destination) String ¶
func (d *Destination) String() string
type SelectionResult ¶
type SelectionResult struct {
Selected []*v1.Route
NotSelected []*v1.Route
}
func SelectInteractive ¶
func SelectInteractive(routes []*v1.Route, multi bool) (*SelectionResult, error)
Click to show internal directories.
Click to hide internal directories.