Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Add comment for public stuff in frontend.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Yang committed May 24, 2017
1 parent 3871dda commit 68664de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/frontendhost/frontend.go
Expand Up @@ -54,8 +54,10 @@ const (
maxSizeCacheDestinationPathForUUID = 1000
)

// ContextKey is the type for context key
type ContextKey string

// ResourceUrnKey is the context key name for resourceUrn
var ResourceUrnKey = ContextKey("resourceUrn")

var nilRequestError = &c.BadRequestError{Message: `request must not be nil`}
Expand Down

0 comments on commit 68664de

Please sign in to comment.