Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListResult ¶
type System ¶
type System struct {
// contains filtered or unexported fields
}
func (*System) DownloadCert ¶
type WordService ¶
type WordService struct {
// contains filtered or unexported fields
}
func NewWordService ¶
func (*WordService) FindNewWords ¶
func (ws *WordService) FindNewWords(q string, pageNo, pageSize int) *ListResult
func (*WordService) GetRootByName ¶
func (ws *WordService) GetRootByName(word string) (*egModel.Vocabulary, error)
func (*WordService) SubmitVocabulary ¶
func (ws *WordService) SubmitVocabulary(words []string) error
Click to show internal directories.
Click to hide internal directories.