type github.com/gotd/td/internal/tmap.Constructor

5 uses

	github.com/gotd/td/internal/tmap (current package)
		constructor.go#L6: type Constructor struct {
		constructor.go#L10: func (c *Constructor) add(mapping map[uint32]func() bin.Object) {
		constructor.go#L19: func (c *Constructor) New(id uint32) bin.Object {
		constructor.go#L31: func NewConstructor(mappings ...map[uint32]func() bin.Object) *Constructor {
		constructor.go#L32: 	c := &Constructor{