Skip to content

Instantly share code, notes, and snippets.

@redbo
Last active March 30, 2017 20:30
Show Gist options
  • Save redbo/9dc72412da55f5957387e7a67b2d807e to your computer and use it in GitHub Desktop.
Save redbo/9dc72412da55f5957387e7a67b2d807e to your computer and use it in GitHub Desktop.
type ConfigLoader interface {
GetHashPrefixAndSuffixFunc() (string, string, error)
GetPolicies() (conf.PolicyList, error)
GetSyncRealms() (conf.SyncRealmList, error)
GetRing(ringType, prefix, suffix string, policy int) (ring.Ring, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment