debug

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Module = Debug{}
)

Functions

func GetRoutesHandler

func GetRoutesHandler(app libservice.App) libhttp.Service

Types

type Debug

type Debug struct{}

func (Debug) LongPath

func (d Debug) LongPath(route libservice.Route) string

func (Debug) Namespace

func (d Debug) Namespace() string

func (Debug) Routes

func (d Debug) Routes() map[string]libservice.Route

func (Debug) Version

func (d Debug) Version() string

type GetRoutesResponse

type GetRoutesResponse struct {
	Routes map[string]libservice.Route `json:"routes"`
	Error  *string                     `json:"error,omitempty"`
}

Jump to

Keyboard shortcuts

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