Versions in this module Expand all Collapse all v0 v0.6.3 Dec 16, 2019 v0.6.2 Dec 13, 2019 Changes in this version + func Match(filters []func(model.HttpProxy) bool, p model.HttpProxy) bool + type Store interface + Add func(model.HttpProxy) bool + AddScore func(key model.HttpProxy, score int) error + Exists func(model.HttpProxy) bool + Get func(map[string]string) ([]model.HttpProxy, error) + GetAll func() []model.HttpProxy + Init func() error + Len func() int + Random func() (model.HttpProxy, error) + Remove func(model.HttpProxy) error + RemoveAll func([]model.HttpProxy) error + Test func() bool + UpdateSchema func(model.HttpProxy) error + func GetDb() Store