package
Version:
v0.0.0-...-eae8b6f
Opens a new window with list of versions in this module.
Published: Mar 11, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Place struct {
Id int64 `json:"id" db:"id"`
Count int64 `json:"count" db:"count"`
Name string `json:"name" db:"name"`
PinyinFull string `json:"pinyin_full" db:"pinyin_full"`
PinyinShort string `json:"pinyin_short" db:"pinyin_short"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.