package
Version:
v0.0.0-...-13e6371
Opens a new window with list of versions in this module.
Published: Dec 5, 2021
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BadTranslationError struct {
Input string
Output string
}
type Request struct {
Text string `json:"text"`
From string `json:"from"`
To string `json:"to"`
}
type Response struct {
Text string `json:"text"`
From string `json:"from"`
To string `json:"to"`
TranslationText string `json:"translationText"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.