package
Version:
v0.0.0-...-e03c1e8
Opens a new window with list of versions in this module.
Published: Jul 24, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func InitResFromAsset(bytes []byte)
type I18n struct {
Language string `json:"language"`
Messages []Message `json:"messages"`
}
type Message struct {
Id string `json:"id"`
Message string `json:"message,omitempty"`
Translation string `json:"translation,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.