mirror of https://github.com/perkeep/perkeep.git
blobserver: more docs on MyPrefix
Change-Id: Icf7fa540c7eb7400719e6baf74f3be746615a4f5
This commit is contained in:
parent
4b2acfe155
commit
b63d56ac9d
|
@ -51,7 +51,8 @@ type FindHandlerByTyper interface {
|
||||||
type Loader interface {
|
type Loader interface {
|
||||||
FindHandlerByTyper
|
FindHandlerByTyper
|
||||||
|
|
||||||
// MyPrefix returns the prefix of the handler currently being constructed.
|
// MyPrefix returns the prefix of the handler currently being constructed,
|
||||||
|
// with both leading and trailing slashes (e.g. "/ui/").
|
||||||
MyPrefix() string
|
MyPrefix() string
|
||||||
|
|
||||||
// BaseURL returns the server's base URL, without trailing slash, and not including
|
// BaseURL returns the server's base URL, without trailing slash, and not including
|
||||||
|
|
Loading…
Reference in New Issue