()
| 133 | } |
| 134 | |
| 135 | func (x *GetSecretsResponse) GetEnvelopes() []*GetSecretsResponse_Envelope { |
| 136 | if x != nil { |
| 137 | if x.xxx_hidden_Envelopes != nil { |
| 138 | return *x.xxx_hidden_Envelopes |
| 139 | } |
| 140 | } |
| 141 | return nil |
| 142 | } |
| 143 | |
| 144 | func (x *GetSecretsResponse) SetEnvelopes(v []*GetSecretsResponse_Envelope) { |
| 145 | x.xxx_hidden_Envelopes = &v |
no outgoing calls