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()
- func SetPersistedEtag(key, value string)
- type CacheKey
- type Conf
- type ConfigKey
- type FilterParams
- type ParamsKey
- 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()
func SetPersistedEtag ¶ added in v0.0.4
func SetPersistedEtag(key, value string)
Types ¶
type FilterParams ¶
type FilterParams = types.FilterParams
Click to show internal directories.
Click to hide internal directories.