Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetShortname (0.31 sec)

  1. pkg/dns/proto/nds.pb.go

    		return x.Ips
    	}
    	return nil
    }
    
    func (x *NameTable_NameInfo) GetRegistry() string {
    	if x != nil {
    		return x.Registry
    	}
    	return ""
    }
    
    func (x *NameTable_NameInfo) GetShortname() string {
    	if x != nil {
    		return x.Shortname
    	}
    	return ""
    }
    
    func (x *NameTable_NameInfo) GetNamespace() string {
    	if x != nil {
    		return x.Namespace
    	}
    	return ""
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 02:27:10 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top