| 86 | } |
| 87 | |
| 88 | type PlanConfig_Spec struct { |
| 89 | state protoimpl.MessageState `protogen:"open.v1"` |
| 90 | // A UUID4 string that uniquely identifies the Spec. |
| 91 | Id string `protobuf:"bytes,5,opt,name=id,proto3" json:"id,omitempty"` |
| 92 | // Types that are valid to be assigned to Config: |
| 93 | // |
| 94 | // *PlanConfig_Spec_CreateDatabaseConfig |
| 95 | // *PlanConfig_Spec_ChangeDatabaseConfig |
| 96 | // *PlanConfig_Spec_ExportDataConfig |
| 97 | Config isPlanConfig_Spec_Config `protobuf_oneof:"config"` |
| 98 | unknownFields protoimpl.UnknownFields |
| 99 | sizeCache protoimpl.SizeCache |
| 100 | } |
| 101 | |
| 102 | func (x *PlanConfig_Spec) Reset() { |
| 103 | *x = PlanConfig_Spec{} |
nothing calls this directly
no outgoing calls
no test coverage detected