Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for docForTypes (0.13 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/swagger_doc_generator.go

    				if n := fieldName(field); n != "-" {
    					fieldDoc := fmtRawDoc(field.Doc.Text())
    					ks = append(ks, Pair{n, fieldDoc})
    				}
    			}
    			docForTypes = append(docForTypes, ks)
    		}
    	}
    
    	return docForTypes
    }
    
    // WriteSwaggerDocFunc writes a declaration of a function as a string. This function is used in
    // Swagger as a documentation source for structs and theirs fields
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 03 07:33:58 UTC 2017
    - 7K bytes
    - Viewed (0)
Back to top