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: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Item struct {
Translation string
ErrorCode translationError
ErrorText string
Timestamp int64
}
type Translation struct {
Service string `gorm:"primaryKey"`
Text string `gorm:"primarykey"`
Translation string
ErrorCode translationError
ErrorText string
Timestamp time.Time
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.