MCPcopy Index your code
hub / github.com/labstack/echo / Path

Method Path

context.go:260–262  ·  view source on GitHub ↗

Path returns the registered path for the handler.

()

Source from the content-addressed store, hash-verified

258
259// Path returns the registered path for the handler.
260func (c *Context) Path() string {
261 return c.path
262}
263
264// SetPath sets the registered path for the handler.
265func (c *Context) SetPath(p string) {

Calls

no outgoing calls