fqn.go 197 B

123456789
  1. package core
  2. // TODO: This is the last struct left over from the old architecture. Figure
  3. // out how to remove it at some point
  4. type FQN struct {
  5. Catalog string
  6. Schema string
  7. Rel string
  8. }