type github.com/gotd/td/internal/tmap.Map
9 uses
github.com/gotd/td/internal/tmap (current package)
tmap.go#L5: type Map struct {
tmap.go#L9: func (m *Map) add(mapping map[uint32]string) {
tmap.go#L16: func (m *Map) Get(id uint32) string {
tmap.go#L24: func New(mappings ...map[uint32]string) *Map {
tmap.go#L25: m := &Map{
github.com/gotd/td/internal/mtproto
conn.go#L59: types *tmap.Map
options.go#L71: Types *tmap.Map
github.com/gotd/td/telegram
typemap.go#L16: typesMap *tmap.Map
typemap.go#L20: func getTypesMapping() *tmap.Map {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |