Versions in this module Expand all Collapse all v2 v2.0.0 Mar 3, 2022 Changes in this version + var ErrNoExtraConfig = errors.New("no extra config") + var ErrWrongExtraConfig = errors.New("wrong extra config") + func RegisterErrors(b *binder.Binder) + func ToError(e error) error + type Config struct + AllowOpenLibs bool + PostCode string + PreCode string + SkipNext bool + SourceLoader SourceLoader + Sources []string + func Parse(l logging.Logger, e config.ExtraConfig, namespace string) (Config, error) + func (c *Config) Get(k string) (string, bool) + type ErrInternal string + func (e ErrInternal) Error() string + type ErrInternalHTTP struct + func (e ErrInternalHTTP) Error() string + func (e ErrInternalHTTP) StatusCode() int + type ErrUnknownSource string + func (e ErrUnknownSource) Error() string + type ErrWrongChecksum struct + Actual string + Expected string + Source string + func (e ErrWrongChecksum) Error() string + type ErrWrongChecksumType string + func (e ErrWrongChecksumType) Error() string + type SourceLoader interface + Get func(string) (string, bool) Other modules containing this package github.com/devopsfaith/krakend-lua