Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetProtocol (1.59 sec)

  1. pkg/workloadapi/workload.pb.go

    func (*ApplicationTunnel) Descriptor() ([]byte, []int) {
    	return file_workloadapi_workload_proto_rawDescGZIP(), []int{7}
    }
    
    func (x *ApplicationTunnel) GetProtocol() ApplicationTunnel_Protocol {
    	if x != nil {
    		return x.Protocol
    	}
    	return ApplicationTunnel_NONE
    }
    
    func (x *ApplicationTunnel) GetPort() uint32 {
    	if x != nil {
    		return x.Port
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:02:35 UTC 2024
    - 65.9K bytes
    - Viewed (0)
Back to top