go-importer/models/count.go

6 lines
84 B
Go

package models
type DBDocCountResponse struct {
DocCount int `json:"doc_count"`
}