package internal
import "github.com/ncastellani/imapServer/internal"
Index ¶
Variables ¶
var LocalhostCert = []byte("" /* 783 byte string literal not displayed */)
LocalhostCert is a PEM-encoded TLS cert with SAN IPs "127.0.0.1" and "[::1]", expiring at Jan 29 16:00:00 2084 GMT. generated from src/crypto/tls: go run generate_cert.go --rsa-bits 1024 --host 127.0.0.1,::1,example.com --ca --start-date "Jan 1 00:00:00 1970" --duration=1000000h
var LocalhostKey = []byte("" /* 892 byte string literal not displayed */)
LocalhostKey is the private key for localhostCert.
Types ¶
type MapListSorter ¶
type MapListSorter []interface{}
func (MapListSorter) Len ¶
func (s MapListSorter) Len() int
func (MapListSorter) Less ¶
func (s MapListSorter) Less(i, j int) bool
func (MapListSorter) Swap ¶
func (s MapListSorter) Swap(i, j int)
Source Files ¶
- Version
- v1.0.0-beta.1
- Published
- Feb 16, 2018
- Platform
- darwin/amd64
- Last checked
- 11 minutes ago –
Tools for package owners.