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

Method GetExportDataConfig

backend/generated-go/v1/plan_service.pb.go:994–1001  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

992}
993
994func (x *Plan_Spec) GetExportDataConfig() *Plan_ExportDataConfig {
995 if x != nil {
996 if x, ok := x.Config.(*Plan_Spec_ExportDataConfig); ok {
997 return x.ExportDataConfig
998 }
999 }
1000 return nil
1001}
1002
1003type isPlan_Spec_Config interface {
1004 isPlan_Spec_Config()

Callers 5

EqualMethod · 0.95
isDeferredRolloutPlanFunction · 0.45
RunOnceMethod · 0.45
doExportFromIssueMethod · 0.45
buildIssueMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected