package wait type Config any func NewConfig(point int) Config { switch point { case 2: return PJLink{} default: return nil } } var C Config