Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileAddedEvent ¶
type FileAddedEvent struct{ FileName string }
func (FileAddedEvent) String ¶
func (p FileAddedEvent) String() string
type FileModifiedEvent ¶
type FileModifiedEvent struct{ FileName string }
func (FileModifiedEvent) String ¶
func (p FileModifiedEvent) String() string
type FolderAddedEvent ¶
type FolderAddedEvent struct{ FolderName string }
func (FolderAddedEvent) String ¶
func (p FolderAddedEvent) String() string
type MeasurementEvent ¶
func (MeasurementEvent) String ¶
func (m MeasurementEvent) String() string
type MessageEvent ¶
type MessageEvent struct{ Message string }
func (MessageEvent) String ¶
func (p MessageEvent) String() string
type MigrateDownEvent ¶
func (MigrateDownEvent) String ¶
func (m MigrateDownEvent) String() string
type MigrateUpEvent ¶
func (MigrateUpEvent) String ¶
func (m MigrateUpEvent) String() string
type SQLQueryEvent ¶
type SQLQueryEvent struct {
Query string
}
func (SQLQueryEvent) String ¶
func (s SQLQueryEvent) String() string
type SkipMigrationEvent ¶
type SkipMigrationEvent struct {
MigrationVersion string
}
func (SkipMigrationEvent) String ¶
func (s SkipMigrationEvent) String() string
type VersionAddedEvent ¶
type VersionAddedEvent struct {
Version string
}
func (VersionAddedEvent) String ¶
func (v VersionAddedEvent) String() string
type VersionDeletedEvent ¶
type VersionDeletedEvent struct {
Version string
}
func (VersionDeletedEvent) String ¶
func (v VersionDeletedEvent) String() string
Click to show internal directories.
Click to hide internal directories.