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.2.13 (latest)
- Published
- Jan 10, 2024
- Platform
- linux/amd64
- Last checked
- 2 days ago –
Tools for package owners.