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{
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. |