1
0
mirror of https://github.com/taigrr/pastebin synced 2026-04-17 11:15:00 -07:00

Repsect -expiry configuration

This commit is contained in:
2017-07-02 23:57:32 -07:00
parent 3c42d7d878
commit 43a32970d3
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,11 @@
package main
import (
"time"
)
// Config ...
type Config struct {
expiry int
expiry time.Duration
fqdn string
}