Explorar o código

remove leftover type and unused fields

Jake Kalstad %!s(int64=4) %!d(string=hai) anos
pai
achega
388b9e1a8b
Modificáronse 1 ficheiros con 0 adicións e 9 borrados
  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