From dedabf41a18820527aed9e77b75564e69c9030ce Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 9 May 2020 20:15:59 -0700 Subject: folder refactor --- db/schemas.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 db/schemas.go (limited to 'db/schemas.go') diff --git a/db/schemas.go b/db/schemas.go deleted file mode 100644 index bdfa60c..0000000 --- a/db/schemas.go +++ /dev/null @@ -1,15 +0,0 @@ -package db - -import ( - "time" - - "github.com/globalsign/mgo/bson" -) - -// Paste represents a single paste -type Paste struct { - ID bson.ObjectId `bson:"_id,omitempty"` - Hash string - Content string - Expiry time.Time `bson:"expiry"` -} -- cgit v1.2.3