Documentation ¶
Index ¶
- Variables
- func CopyURL(u *url.URL) *url.URL
- func FositeStore() *storage.MemoryStore
- func GenerateSecret(length int) ([]byte, error)
- func JoinURL(u *url.URL, args ...string) (ep *url.URL)
- func JoinURLStrings(host string, parts ...string) string
- func LadonWarden(ps map[string]ladon.Policy) ladon.Warden
- func LogError(err error, logger log.FieldLogger)
- func Must(err error, message string, args ...interface{})
- func MustINSECURELOWENTROPYRSAKEYFORTEST() *rsa.PrivateKey
- func ParsePagination(r *http.Request, defaultLimit, defaultOffset, maxLimit int64) (int64, int64)
- func Retry(logger logrus.FieldLogger, maxWait time.Duration, failAfter time.Duration, ...) (err error)
- func SplitNonEmpty(s, sep string) []string
- func Tokens(length int) (res [][]string)
- type FositeStorer
- type RichError
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNotFound = &RichError{ Status: http.StatusNotFound, error: errors.New("Not found"), } )
View Source
var HMACStrategy = &oauth2.HMACSHAStrategy{ Enigma: &hmac.HMACStrategy{ GlobalSecret: []byte("1234567890123456789012345678901234567890"), }, AccessTokenLifespan: time.Hour, AuthorizeCodeLifespan: time.Hour, }
Functions ¶
func FositeStore ¶
func FositeStore() *storage.MemoryStore
func GenerateSecret ¶
func JoinURLStrings ¶
func LogError ¶
func LogError(err error, logger log.FieldLogger)
func MustINSECURELOWENTROPYRSAKEYFORTEST ¶ added in v0.10.0
func MustINSECURELOWENTROPYRSAKEYFORTEST() *rsa.PrivateKey
func ParsePagination ¶ added in v0.11.0
func SplitNonEmpty ¶ added in v0.8.7
SplitNonEmpty is a special case of strings.Split which returns an empty slice if string is empty
Types ¶
type FositeStorer ¶
Click to show internal directories.
Click to hide internal directories.