go_service/models/count.go

6 lines
84 B
Go
Raw Normal View History

2022-08-12 08:59:03 +00:00
package models
type DBDocCountResponse struct {
DocCount int `json:"doc_count"`
}