Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewMinerRepo)
ProviderSet is data providers.
Functions ¶
Types ¶
type OCRResponse ¶
type OCRResponse struct { Msg string `json:"msg"` Results [][]OCRResults `json:"results"` Status string `json:"status"` }
type OCRResults ¶
Click to show internal directories.
Click to hide internal directories.