github.com/nyan233/littlerpc@v0.4.6-0.20230316182519-0c8d5c48abaf/cmd/pxtor/test/proxy_2.go (about)

     1  package test
     2  
     3  func (p *Test) Proxy2(s1 string, s2 int) (r1 *Test, r2, r3 int64, err error) { return nil, 0, 0, nil }
     4  
     5  func (p *Test) MapCallTest(m1, m2 map[string]map[string]byte) (*Test, map[string]byte, error) {
     6  	return nil, nil, nil
     7  }
     8  
     9  func (p *Test) CallSlice(s1 []*Test, s2 []map[string]int) (bool, error) { return false, nil }