MCPcopy Create free account
hub / github.com/bytebase/bytebase / PlanConfig_Spec

Struct PlanConfig_Spec

backend/generated-go/store/plan.pb.go:88–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88type 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
102func (x *PlanConfig_Spec) Reset() {
103 *x = PlanConfig_Spec{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected