()
| 403 | func (*Parameter) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} } |
| 404 | |
| 405 | func (m *Parameter) GetDefault() *Argument { |
| 406 | if m != nil { |
| 407 | return m.Default |
| 408 | } |
| 409 | return nil |
| 410 | } |
| 411 | |
| 412 | // Argument contains an argument to fulfill a parameter. |
| 413 | type Argument struct { |
no outgoing calls
no test coverage detected