Documentation ¶
Index ¶
Constants ¶
View Source
const ( AnkiAgentVersion = 1 StatsAgentID = "stats_agent" ReviewAgentID = "review_agent" )
View Source
const ( ClipboardAgentVersion = 1 UploadAgentID = "clipboard_upload" )
View Source
const ( DevAgentVersion = 1 ImportAgentId = "import_agent" )
View Source
const ApiURI = "http://localhost:8765"
View Source
const ApiVersion = 6
Variables ¶
This section is empty.
Functions ¶
func AnkiReview ¶
func ClipboardUpload ¶
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.