Documentation
¶
Index ¶
- func Auth(c Conf) func(http.Handler) http.Handler
- func Build(sha, tag string) func(http.Handler) http.Handler
- func Cache(cache *cache.Cache) func(http.Handler) http.Handler
- func Config(config Conf) func(http.Handler) http.Handler
- func Etag(c Conf) func(http.Handler) http.Handler
- func GetPersistedEtag(key string) string
- func Logger(c Conf) func(http.Handler) http.Handler
- func Params(c Conf) func(http.Handler) http.Handler
- func PersistEtag(key, etag string)
- func RemoveEtags()
- type CacheKey
- type Conf
- type ConfigKey
- type FilterParams
- type ParamsKey
- type ResponseFilter
- type UserKey
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetPersistedEtag ¶
func PersistEtag ¶
func PersistEtag(key, etag string)
func RemoveEtags ¶
func RemoveEtags()
Types ¶
type FilterParams ¶
type FilterParams = types.FilterParams
type ResponseFilter ¶
type ResponseFilter = types.ResponseFilter
Click to show internal directories.
Click to hide internal directories.