From 2c823b02a93b2c2d4d28b7ed8da6d6122f3f68b9 Mon Sep 17 00:00:00 2001 From: Hoang Dang Date: Sat, 28 Oct 2017 18:49:56 -0500 Subject: [PATCH] setup a readme file for api calls #39 (cherry picked from commit 9c6e90b) --- pkg/api/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pkg/api/README.md diff --git a/pkg/api/README.md b/pkg/api/README.md new file mode 100644 index 0000000..dede893 --- /dev/null +++ b/pkg/api/README.md @@ -0,0 +1,8 @@ +# A list of API calls + +``` +func UserAuthentication(res http.ResponseWriter, req *http.Request) bool + +func UserRegistration(res http.ResponseWriter, req *http.Request) bool +``` +