init commit
This commit is contained in:
9
internal/database/entry.go
Normal file
9
internal/database/entry.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package database
|
||||
|
||||
import "time"
|
||||
|
||||
type Entry struct {
|
||||
ID string `json:"id"`
|
||||
Value string `json:"value"`
|
||||
DateTime time.Time `json:"datetime"`
|
||||
}
|
||||
Reference in New Issue
Block a user