7 changed files with 27 additions and 2 deletions
@ -0,0 +1,4 @@ |
|||
/* |
|||
Package database implements common functionality for database with gorm. |
|||
*/ |
|||
package database |
@ -0,0 +1,4 @@ |
|||
/* |
|||
Package mailer implements common functionality for sending emails and for testing |
|||
*/ |
|||
package mailer |
@ -0,0 +1,4 @@ |
|||
/* |
|||
Package status implements for web the module to publish the status with version and other extras |
|||
*/ |
|||
package status |
@ -0,0 +1,4 @@ |
|||
/* |
|||
Package auth implements for web the module for authentification |
|||
*/ |
|||
package auth |
@ -0,0 +1,4 @@ |
|||
/* |
|||
Package metrics implements for web the module to publish prometheus metrics |
|||
*/ |
|||
package metrics |
@ -0,0 +1,4 @@ |
|||
/* |
|||
Package webtest implements an easy way to write test for web modules |
|||
*/ |
|||
package webtest |
Loading…
Reference in new issue