store/storetest package (#7588)

* prerequisites

* storetest package
This commit is contained in:
Chris
2017-10-06 11:08:59 -07:00
committed by GitHub
parent d1958bdc49
commit 70e5f00241
46 changed files with 11093 additions and 11069 deletions

View File

@@ -12,4 +12,6 @@ const (
USER_SEARCH_OPTION_NAMES_ONLY_NO_FULL_NAME = "names_only_no_full_name"
USER_SEARCH_OPTION_ALL_NO_FULL_NAME = "all_no_full_name"
USER_SEARCH_OPTION_ALLOW_INACTIVE = "allow_inactive"
FEATURE_TOGGLE_PREFIX = "feature_enabled_"
)