Created
September 6, 2018 10:25
-
-
Save brabster/64d4b4f28f6410888c24ee4aee6b515d to your computer and use it in GitHub Desktop.
Revisions
-
brabster created this gist
Sep 6, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ type ClientIp = String type UserId = String type Path = String type StatusCode = Int case class Entry(clientIp: ClientIp, userId: UserId, timestamp: Instant, path: Path, statusCode: StatusCode)