Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. type ConfigLoader interface {
  2. GetHashPrefixAndSuffixFunc() (string, string, error)
  3. GetPolicies() (conf.PolicyList, error)
  4. GetSyncRealms() (conf.SyncRealmList, error)
  5. GetRing(ringType, prefix, suffix string, policy int) (ring.Ring, error)
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement