auth jwt / service package comments

This commit is contained in:
Asim Aslam 2020-07-19 10:53:38 +01:00
parent e082ac42a0
commit 96233b2d9b
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Package jwt is a jwt implementation of the auth interface
package jwt
import (

View File

@ -1,3 +1,4 @@
// Package servie is a micro service implementation of the auth interface
package service
import (