Documentation ¶
Overview ¶
Package krakend registers a bloomfilter given a config and registers the service with consul.
Index ¶
Constants ¶
View Source
const Namespace = "github_com/devopsfaith/bloomfilter"
Namespace for bloomfilter
Variables ¶
View Source
var (
ErrNoConfig = errors.New("no config for the bloomfilter")
)
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { bf_rpc.Config TokenKeys []string `json:"token_keys"` Headers []string `json:"headers"` }
Config defines the configuration to be added to the KrakenD gateway
Click to show internal directories.
Click to hide internal directories.