mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-07 20:36:28 +03:00
Initial commit
This commit is contained in:
10
internal/config/config.go
Normal file
10
internal/config/config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"crypto/ed25519"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
PublicKey ed25519.PublicKey
|
||||
PrivateKey ed25519.PrivateKey
|
||||
}
|
||||
Reference in New Issue
Block a user