feat(treasurechest): #64 implement hirarchical treasure chests
This commit was merged in pull request #65.
This commit is contained in:
@@ -17,7 +17,7 @@ type MailImpl struct {
|
||||
server *types.Settings
|
||||
}
|
||||
|
||||
func NewMailImpl(server *types.Settings) MailImpl {
|
||||
func NewMail(server *types.Settings) MailImpl {
|
||||
return MailImpl{server: server}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user