• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.travis.ymlH A D16-Apr-201731 54

LICENSE.mdH A D16-Apr-20171.1 KiB2217

README.mdH A D16-Apr-2017584 1710

maildir.goH A D16-Apr-20174 KiB185148

memory.goH A D16-Apr-20174.5 KiB200158

memory_test.goH A D16-Apr-20171.6 KiB8363

mongodb.goH A D16-Apr-20173.1 KiB123102

storage.goH A D16-Apr-2017381 1511

README.md

1MailHog storage backends [![GoDoc](https://godoc.org/github.com/mailhog/storage?status.svg)](https://godoc.org/github.com/mailhog/storage) [![Build Status](https://travis-ci.org/mailhog/storage.svg?branch=master)](https://travis-ci.org/mailhog/storage)
2=========
3
4`github.com/mailhog/storage` implements MailHog storage backends:
5
6  * In-memory
7  * MongoDB
8
9You should implement `storage.Storage` interface to provide your
10own storage backend.
11
12### Licence
13
14Copyright ©‎ 2014 - 2016, Ian Kent (http://iankent.uk)
15
16Released under MIT license, see [LICENSE](LICENSE.md) for details.
17