You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ make docker compose
15
15
## :file_folder: Project structure
16
16
17
17
Since v1, the project has grown into three independent modules.
18
-
-`github.com/imulab/go-scim/pkg/v2` module evolved from most of the original building blocks. This module provides
19
-
customizable, extensible and opinion free implementation of the SCIM specification.
20
-
-`github.com/imulab/go-scim/mongo/v2` module evolved from the original mongo package. This module provides persistence
21
-
capabilities to MongoDB.
22
-
-`github.com/imulab/go-scim` module evolved from the original example server implementation. It is now a __opinionated__
23
-
personal server implementation that depends on the above two modules.
24
-
25
-
Documentation for the [pkg](https://github.com/imulab/go-scim/tree/master/pkg/v2) and [mongo](https://github.com/imulab/go-scim/tree/master/mongo/v2) module can be viewed in their respective directories.
18
+
-[pkg module](https://github.com/imulab/go-scim/tree/master/pkg/v2)evolved from most of the original building blocks.
19
+
This module provides customizable, extensible and opinion free implementation of the SCIM specification.
20
+
-[mongo module](https://github.com/imulab/go-scim/tree/master/mongo/v2)evolved from the original mongo package.
21
+
This module provides persistence capabilities to MongoDB.
22
+
-[server module](https://github.com/imulab/go-scim)evolved from the original example server implementation. It is now
23
+
an __opinionated__personal server implementation that depends on the above two modules.
24
+
25
+
Documentation for the individual modules can be viewed in their respective directories and godoc badge links.
0 commit comments