Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for replyPfx (0.1 sec)

  1. test/fixedbugs/issue33355.go

    type client struct {
    	junk [4]int
    	mu   sync.Mutex
    	srv  *Server
    	gw   *gateway
    	msgb [100]byte
    }
    
    type gateway struct {
    	cfg    *gatewayCfg
    	outsim *sync.Map
    }
    
    type gatewayCfg struct {
    	replyPfx []byte
    }
    
    type Account struct {
    	Name string
    }
    
    type Server struct {
    	gateway *srvGateway
    }
    
    type srvGateway struct {
    	outo     []*client
    }
    
    type subscription struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 01 02:15:18 UTC 2019
    - 2.5K bytes
    - Viewed (0)
Back to top