Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetCertFile (0.17 sec)

  1. pkg/test/echo/proto/echo.pb.go

    	if x != nil {
    		return x.Key
    	}
    	return ""
    }
    
    func (x *ForwardEchoRequest) GetCaCert() string {
    	if x != nil {
    		return x.CaCert
    	}
    	return ""
    }
    
    func (x *ForwardEchoRequest) GetCertFile() string {
    	if x != nil {
    		return x.CertFile
    	}
    	return ""
    }
    
    func (x *ForwardEchoRequest) GetKeyFile() string {
    	if x != nil {
    		return x.KeyFile
    	}
    	return ""
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 33.3K bytes
    - Viewed (0)
Back to top