Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StatusProto (0.25 sec)

  1. pkg/config/schema/codegen/templates/collections.go.tmpl

    				{{- range $alias := .Resource.VersionAliases}}
    			        "{{$alias}}",
    		 	    {{- end}}
    			},
    			{{- end}}
    			Proto: "{{ .Resource.Proto }}",
    			{{- if ne .Resource.StatusProto "" }}StatusProto: "{{ .Resource.StatusProto }}",{{end}}
    			ReflectType: reflect.TypeOf(&{{.ClientImport}}.{{.SpecType}}{}).Elem(),
    			{{- if ne .StatusType "" }}StatusType: reflect.TypeOf(&{{.StatusImport}}.{{.StatusType}}{}).Elem(), {{end}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  2. pkg/config/schema/ast/ast.go

    	Specless           bool     `json:"specless"`
    	Synthetic          bool     `json:"synthetic"`
    	Proto              string   `json:"proto"`
    	ProtoPackage       string   `json:"protoPackage"`
    	StatusProto        string   `json:"statusProto"`
    	StatusProtoPackage string   `json:"statusProtoPackage"`
    	Validate           string   `json:"validate"`
    	Description        string   `json:"description"`
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Mar 30 00:31:03 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top