explorer

package
v2.1.0-alpha.1+incompa... Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2016 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Explorer

type Explorer interface {
	// HandlePath returns a Result for the given path.
	HandlePath(url string, r *http.Request) *Result
}

Explorer allows exploring a topology server.

type Result

type Result struct {
	Data     string
	Children []string
	Error    string
}

Result is what the explorer returns. It represents one directory node.

Jump to

Keyboard shortcuts

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