pastebin/config.go

12 lines
108 B
Go

package main
import (
"time"
)
// Config ...
type Config struct {
expiry time.Duration
fqdn string
}