blobserver: more docs on MyPrefix

Change-Id: Icf7fa540c7eb7400719e6baf74f3be746615a4f5
This commit is contained in:
Brad Fitzpatrick 2014-03-30 14:51:54 -07:00
parent 4b2acfe155
commit b63d56ac9d
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ type FindHandlerByTyper interface {
type Loader interface {
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
// BaseURL returns the server's base URL, without trailing slash, and not including