Răsfoiți Sursa

remove leftover type and unused fields

Jake Kalstad 4 ani în urmă
părinte
comite
388b9e1a8b
1 a modificat fișierele cu 0 adăugiri și 9 ștergeri
  1. 0 9
      analytics.go

+ 0 - 9
analytics.go

@@ -165,20 +165,11 @@ func (a analytics) Dashboard(w http.ResponseWriter, r *http.Request) {
 }
 
 type dashData struct {
-	Title        string
-	Content      string
-	CanonicalURL string
-	FootingQuote string
 	SessionCount int
 	Date         string
 	URLHits      map[string]map[string]int
 }
 
-type fileData struct {
-	Date    string
-	Entries map[string][]action
-}
-
 type action struct {
 	Page  string
 	Query string