Versions in this module Expand all Collapse all v0 v0.3.1 Sep 21, 2016 v0.3.0 Sep 13, 2016 Changes in this version + type Client interface + GetRules func(f rules.Filter) (RuleResponse, error) + func New(conf Config) (Client, error) + type Config struct + AuthToken string + HTTPClient *http.Client + URL string + type RuleResponse struct + Revision int64 + Rules []rules.Rule