Documentation
¶
Overview ¶
internal/source/source.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Unit ¶
type Unit struct {
Path string
SQL string
DownSQL string // migrations only; empty when no -- sqld:down section
Kind Kind
Version string // migrations only
}
Unit is one SQL chunk with provenance.
Click to show internal directories.
Click to hide internal directories.