MCPcopy Create free account
hub / github.com/GreatSQL/gt-checksum / unsupportedDataAbnormalFix

Struct unsupportedDataAbnormalFix

dbExec/data_fixsql.go:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type unsupportedDataAbnormalFix struct {
45 destDevice string
46}
47
48func (u *unsupportedDataAbnormalFix) unsupportedErr(action string) error {
49 err := fmt.Errorf("unsupported destination device [%s] for %s", u.destDevice, action)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected