Documentation
¶
Index ¶
Constants ¶
View Source
const ( StatsAgentID = "stats_agent" ReviewAgentID = "review_agent" )
View Source
const ApiURI = "http://localhost:8765"
View Source
const ApiVersion = 6
View Source
const (
ImportAgentId = "import_agent"
)
Variables ¶
This section is empty.
Functions ¶
func AnkiReview ¶
Types ¶
type Response ¶
type Response struct {
Error *string `json:"error"`
Result json.RawMessage `json:"result"`
}
Click to show internal directories.
Click to hide internal directories.