Versions in this module Expand all Collapse all v0 v0.1.0 Feb 29, 2020 Changes in this version + type Fetcher interface + FetchAccount func(path string) (types.Account, error) + FetchWallet func(path string) (types.Wallet, error) + func NewMemFetcher(stores []types.Store) Fetcher + type MemFetcher struct + func (f *MemFetcher) FetchAccount(path string) (types.Account, error) + func (f *MemFetcher) FetchWallet(path string) (types.Wallet, error) + type Ruler interface + Rules func(request string, account string) []*core.Rule + func NewStaticRuler(rules []*core.Rule) Ruler + type StaticRuler struct + func (r *StaticRuler) Rules(request string, account string) []*core.Rule