From 191d34e55342cf2f1b8af0512f5358326693c780 Mon Sep 17 00:00:00 2001 From: vlad Date: Thu, 2 Feb 2017 19:01:00 -0500 Subject: Moved email and phone number to core --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4c9e95a..f6229b1 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,11 @@ Core library is used to provide ways to implement practices established in [Driv * `core package` provides `Id` and `Name` implementations (with equal and ordering) and also `make` and `using` functions, * `time` Primitives to deal with time and receive current times in code, * `config` Contains method `loadDefaultConfig` with default way of providing config to the application, + * `domain` Common generic domain objects, * `messages` Localization messages supporting different locales and methods to read from config, * `database` Method for database initialization from config, `Id` and `Name` mapping and schema lifecycle, * `rest` Wrapper over call to external REST API, authorization, context headers, does logging and stats call, - * `json` Json formats for `Id`, `Name`, `Time`, `Revision` and converters for enums and value classes, + * `json` Json formats for `Id`, `Name`, `Time`, `Revision`, `Email`, `PhoneNumber` and converters for enums and value classes, * `file` Stub for file storage web-service and implementations for S3 and FS `FileStorage`, * `app` Base class for Driver service, which initializes swagger, app modules and its routes. * `generators` Set of functions to prototype APIs. Combine with `faker` package, -- cgit v1.2.3