Remove obsolete code, placeholders

This commit is contained in:
Denis Arh
2019-05-13 13:23:19 +02:00
parent b0b7c7d391
commit e5d5cc16ad
2 changed files with 0 additions and 28 deletions
-24
View File
@@ -1,24 +0,0 @@
package config
// @todo need to decide on settings format & structure...
// type (
// // AuthSettings holds configuration settings for auth service
// AuthSettings struct {
// Owner struct {
// Handle struct {
// // How long can a user's handle be
// MaxLength uint `json:"maxLength,omitempty"`
//
// // Enable user handles
// Enabled bool `json:"enabled,omitempty"`
// } `json:"handle,omitempty"`
// } `json:"user,omitempty"`
// }
// )
//
// func DefaultAuthSettings() (s AuthSettings) {
// s.Owner.Handle.MaxLength = 20
// s.Owner.Handle.Enabled = true
//
// return s
// }
-4
View File
@@ -1,4 +0,0 @@
package emails
// @todo this needs to be broken down into multiple .tpl files and
// then merged with static