Documentation ¶
Index ¶
- func AllMigrations() migration.Migrations
- func NewAddAvailabilityZoneToActualLrps() migration.Migration
- func NewAddInternalRoutesToActualLrp() migration.Migration
- func NewAddMaxPidsToDesiredLRPs() migration.Migration
- func NewAddMetricTagsToActualLrp() migration.Migration
- func NewAddPlacementTagsToDesiredLRPs() migration.Migration
- func NewAddPresenceToActualLrp() migration.Migration
- func NewAddRejectionReasonToTask() migration.Migration
- func NewAddRoutableToActualLrps() migration.Migration
- func NewAddTaskRejectionCount() migration.Migration
- func NewEncryptRoutes() migration.Migration
- func NewIncreaseErrorColumnsSize() migration.Migration
- func NewIncreaseRootFSColumnSize() migration.Migration
- func NewIncreaseRunInfoColumnSize() migration.Migration
- func NewIncreaseTaskErrorColumns() migration.Migration
- func NewInitSQL() migration.Migration
- func NewSetRunInfoLongtext() migration.Migration
- func NewSplitMetricTags() migration.Migration
- type AddAvailabilityZoneToActualLrps
- func (e *AddAvailabilityZoneToActualLrps) SetClock(c clock.Clock)
- func (e *AddAvailabilityZoneToActualLrps) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddAvailabilityZoneToActualLrps) SetDBFlavor(flavor string)
- func (e *AddAvailabilityZoneToActualLrps) String() string
- func (e *AddAvailabilityZoneToActualLrps) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *AddAvailabilityZoneToActualLrps) Version() int64
- type AddInternalRoutesToActualLrp
- func (e *AddInternalRoutesToActualLrp) SetClock(c clock.Clock)
- func (e *AddInternalRoutesToActualLrp) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddInternalRoutesToActualLrp) SetDBFlavor(flavor string)
- func (e *AddInternalRoutesToActualLrp) String() string
- func (e *AddInternalRoutesToActualLrp) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *AddInternalRoutesToActualLrp) Version() int64
- type AddMaxPidsToDesiredLRPs
- func (e *AddMaxPidsToDesiredLRPs) SetClock(c clock.Clock)
- func (e *AddMaxPidsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddMaxPidsToDesiredLRPs) SetDBFlavor(flavor string)
- func (e *AddMaxPidsToDesiredLRPs) String() string
- func (e *AddMaxPidsToDesiredLRPs) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *AddMaxPidsToDesiredLRPs) Version() int64
- type AddMetricTagsToActualLrp
- func (e *AddMetricTagsToActualLrp) SetClock(c clock.Clock)
- func (e *AddMetricTagsToActualLrp) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddMetricTagsToActualLrp) SetDBFlavor(flavor string)
- func (e *AddMetricTagsToActualLrp) String() string
- func (e *AddMetricTagsToActualLrp) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *AddMetricTagsToActualLrp) Version() int64
- type AddPlacementTagsToDesiredLRPs
- func (e *AddPlacementTagsToDesiredLRPs) SetClock(c clock.Clock)
- func (e *AddPlacementTagsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddPlacementTagsToDesiredLRPs) SetDBFlavor(flavor string)
- func (e *AddPlacementTagsToDesiredLRPs) String() string
- func (e *AddPlacementTagsToDesiredLRPs) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *AddPlacementTagsToDesiredLRPs) Version() int64
- type AddPresenceToActualLrp
- func (e *AddPresenceToActualLrp) SetClock(c clock.Clock)
- func (e *AddPresenceToActualLrp) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddPresenceToActualLrp) SetDBFlavor(flavor string)
- func (e *AddPresenceToActualLrp) String() string
- func (e *AddPresenceToActualLrp) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *AddPresenceToActualLrp) Version() int64
- type AddRejectionReasonToTask
- func (e *AddRejectionReasonToTask) SetClock(c clock.Clock)
- func (e *AddRejectionReasonToTask) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddRejectionReasonToTask) SetDBFlavor(flavor string)
- func (e *AddRejectionReasonToTask) String() string
- func (e *AddRejectionReasonToTask) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *AddRejectionReasonToTask) Version() int64
- type AddRoutableToActualLrps
- func (e *AddRoutableToActualLrps) SetClock(c clock.Clock)
- func (e *AddRoutableToActualLrps) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddRoutableToActualLrps) SetDBFlavor(flavor string)
- func (e *AddRoutableToActualLrps) String() string
- func (e *AddRoutableToActualLrps) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *AddRoutableToActualLrps) Version() int64
- type AddTaskRejectionCount
- func (e *AddTaskRejectionCount) SetClock(c clock.Clock)
- func (e *AddTaskRejectionCount) SetCryptor(cryptor encryption.Cryptor)
- func (e *AddTaskRejectionCount) SetDBFlavor(flavor string)
- func (e *AddTaskRejectionCount) String() string
- func (e *AddTaskRejectionCount) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *AddTaskRejectionCount) Version() int64
- type EncryptRoutes
- func (e *EncryptRoutes) SetClock(c clock.Clock)
- func (e *EncryptRoutes) SetCryptor(cryptor encryption.Cryptor)
- func (e *EncryptRoutes) SetDBFlavor(flavor string)
- func (e *EncryptRoutes) String() string
- func (e *EncryptRoutes) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *EncryptRoutes) Version() int64
- type IncreaseErrorColumnsSize
- func (e *IncreaseErrorColumnsSize) SetClock(c clock.Clock)
- func (e *IncreaseErrorColumnsSize) SetCryptor(cryptor encryption.Cryptor)
- func (e *IncreaseErrorColumnsSize) SetDBFlavor(flavor string)
- func (e *IncreaseErrorColumnsSize) String() string
- func (e *IncreaseErrorColumnsSize) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *IncreaseErrorColumnsSize) Version() int64
- type IncreaseRootFSColumnsSize
- func (e *IncreaseRootFSColumnsSize) SetClock(c clock.Clock)
- func (e *IncreaseRootFSColumnsSize) SetCryptor(cryptor encryption.Cryptor)
- func (e *IncreaseRootFSColumnsSize) SetDBFlavor(flavor string)
- func (e *IncreaseRootFSColumnsSize) String() string
- func (e *IncreaseRootFSColumnsSize) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *IncreaseRootFSColumnsSize) Version() int64
- type IncreaseRunInfoColumnSize
- func (e *IncreaseRunInfoColumnSize) SetClock(c clock.Clock)
- func (e *IncreaseRunInfoColumnSize) SetCryptor(cryptor encryption.Cryptor)
- func (e *IncreaseRunInfoColumnSize) SetDBFlavor(flavor string)
- func (e *IncreaseRunInfoColumnSize) String() string
- func (e *IncreaseRunInfoColumnSize) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *IncreaseRunInfoColumnSize) Version() int64
- type IncreaseTaskErrorColumns
- func (e *IncreaseTaskErrorColumns) SetClock(c clock.Clock)
- func (e *IncreaseTaskErrorColumns) SetCryptor(cryptor encryption.Cryptor)
- func (e *IncreaseTaskErrorColumns) SetDBFlavor(flavor string)
- func (e *IncreaseTaskErrorColumns) String() string
- func (e *IncreaseTaskErrorColumns) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *IncreaseTaskErrorColumns) Version() int64
- type InitSQL
- type SetRunInfoLongtext
- func (e *SetRunInfoLongtext) SetClock(c clock.Clock)
- func (e *SetRunInfoLongtext) SetCryptor(cryptor encryption.Cryptor)
- func (e *SetRunInfoLongtext) SetDBFlavor(flavor string)
- func (e *SetRunInfoLongtext) String() string
- func (e *SetRunInfoLongtext) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *SetRunInfoLongtext) Version() int64
- type SplitMetricTags
- func (e *SplitMetricTags) SetClock(c clock.Clock)
- func (e *SplitMetricTags) SetCryptor(cryptor encryption.Cryptor)
- func (e *SplitMetricTags) SetDBFlavor(flavor string)
- func (e *SplitMetricTags) SetRawSQLDB(db *sql.DB)
- func (e *SplitMetricTags) String() string
- func (e *SplitMetricTags) Up(tx *sql.Tx, logger lager.Logger) error
- func (e *SplitMetricTags) Version() int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllMigrations ¶
func AllMigrations() migration.Migrations
func NewEncryptRoutes ¶
func NewInitSQL ¶
func NewSetRunInfoLongtext ¶
func NewSplitMetricTags ¶
Types ¶
type AddAvailabilityZoneToActualLrps ¶
type AddAvailabilityZoneToActualLrps struct {
// contains filtered or unexported fields
}
func (*AddAvailabilityZoneToActualLrps) SetClock ¶
func (e *AddAvailabilityZoneToActualLrps) SetClock(c clock.Clock)
func (*AddAvailabilityZoneToActualLrps) SetCryptor ¶
func (e *AddAvailabilityZoneToActualLrps) SetCryptor(cryptor encryption.Cryptor)
func (*AddAvailabilityZoneToActualLrps) SetDBFlavor ¶
func (e *AddAvailabilityZoneToActualLrps) SetDBFlavor(flavor string)
func (*AddAvailabilityZoneToActualLrps) String ¶
func (e *AddAvailabilityZoneToActualLrps) String() string
func (*AddAvailabilityZoneToActualLrps) Up ¶
func (e *AddAvailabilityZoneToActualLrps) Up(tx *sql.Tx, logger lager.Logger) error
func (*AddAvailabilityZoneToActualLrps) Version ¶
func (e *AddAvailabilityZoneToActualLrps) Version() int64
type AddInternalRoutesToActualLrp ¶
type AddInternalRoutesToActualLrp struct {
// contains filtered or unexported fields
}
func (*AddInternalRoutesToActualLrp) SetClock ¶
func (e *AddInternalRoutesToActualLrp) SetClock(c clock.Clock)
func (*AddInternalRoutesToActualLrp) SetCryptor ¶
func (e *AddInternalRoutesToActualLrp) SetCryptor(cryptor encryption.Cryptor)
func (*AddInternalRoutesToActualLrp) SetDBFlavor ¶
func (e *AddInternalRoutesToActualLrp) SetDBFlavor(flavor string)
func (*AddInternalRoutesToActualLrp) String ¶
func (e *AddInternalRoutesToActualLrp) String() string
func (*AddInternalRoutesToActualLrp) Up ¶
func (e *AddInternalRoutesToActualLrp) Up(tx *sql.Tx, logger lager.Logger) error
func (*AddInternalRoutesToActualLrp) Version ¶
func (e *AddInternalRoutesToActualLrp) Version() int64
type AddMaxPidsToDesiredLRPs ¶
type AddMaxPidsToDesiredLRPs struct {
// contains filtered or unexported fields
}
func (*AddMaxPidsToDesiredLRPs) SetClock ¶
func (e *AddMaxPidsToDesiredLRPs) SetClock(c clock.Clock)
func (*AddMaxPidsToDesiredLRPs) SetCryptor ¶
func (e *AddMaxPidsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)
func (*AddMaxPidsToDesiredLRPs) SetDBFlavor ¶
func (e *AddMaxPidsToDesiredLRPs) SetDBFlavor(flavor string)
func (*AddMaxPidsToDesiredLRPs) String ¶
func (e *AddMaxPidsToDesiredLRPs) String() string
func (*AddMaxPidsToDesiredLRPs) Up ¶
func (e *AddMaxPidsToDesiredLRPs) Up(tx *sql.Tx, logger lager.Logger) error
func (*AddMaxPidsToDesiredLRPs) Version ¶
func (e *AddMaxPidsToDesiredLRPs) Version() int64
type AddMetricTagsToActualLrp ¶
type AddMetricTagsToActualLrp struct {
// contains filtered or unexported fields
}
func (*AddMetricTagsToActualLrp) SetClock ¶
func (e *AddMetricTagsToActualLrp) SetClock(c clock.Clock)
func (*AddMetricTagsToActualLrp) SetCryptor ¶
func (e *AddMetricTagsToActualLrp) SetCryptor(cryptor encryption.Cryptor)
func (*AddMetricTagsToActualLrp) SetDBFlavor ¶
func (e *AddMetricTagsToActualLrp) SetDBFlavor(flavor string)
func (*AddMetricTagsToActualLrp) String ¶
func (e *AddMetricTagsToActualLrp) String() string
func (*AddMetricTagsToActualLrp) Up ¶
func (e *AddMetricTagsToActualLrp) Up(tx *sql.Tx, logger lager.Logger) error
func (*AddMetricTagsToActualLrp) Version ¶
func (e *AddMetricTagsToActualLrp) Version() int64
type AddPlacementTagsToDesiredLRPs ¶
type AddPlacementTagsToDesiredLRPs struct {
// contains filtered or unexported fields
}
func (*AddPlacementTagsToDesiredLRPs) SetClock ¶
func (e *AddPlacementTagsToDesiredLRPs) SetClock(c clock.Clock)
func (*AddPlacementTagsToDesiredLRPs) SetCryptor ¶
func (e *AddPlacementTagsToDesiredLRPs) SetCryptor(cryptor encryption.Cryptor)
func (*AddPlacementTagsToDesiredLRPs) SetDBFlavor ¶
func (e *AddPlacementTagsToDesiredLRPs) SetDBFlavor(flavor string)
func (*AddPlacementTagsToDesiredLRPs) String ¶
func (e *AddPlacementTagsToDesiredLRPs) String() string
func (*AddPlacementTagsToDesiredLRPs) Up ¶
func (e *AddPlacementTagsToDesiredLRPs) Up(tx *sql.Tx, logger lager.Logger) error
func (*AddPlacementTagsToDesiredLRPs) Version ¶
func (e *AddPlacementTagsToDesiredLRPs) Version() int64
type AddPresenceToActualLrp ¶
type AddPresenceToActualLrp struct {
// contains filtered or unexported fields
}
func (*AddPresenceToActualLrp) SetClock ¶
func (e *AddPresenceToActualLrp) SetClock(c clock.Clock)
func (*AddPresenceToActualLrp) SetCryptor ¶
func (e *AddPresenceToActualLrp) SetCryptor(cryptor encryption.Cryptor)
func (*AddPresenceToActualLrp) SetDBFlavor ¶
func (e *AddPresenceToActualLrp) SetDBFlavor(flavor string)
func (*AddPresenceToActualLrp) String ¶
func (e *AddPresenceToActualLrp) String() string
func (*AddPresenceToActualLrp) Up ¶
func (e *AddPresenceToActualLrp) Up(tx *sql.Tx, logger lager.Logger) error
func (*AddPresenceToActualLrp) Version ¶
func (e *AddPresenceToActualLrp) Version() int64
type AddRejectionReasonToTask ¶
type AddRejectionReasonToTask struct {
// contains filtered or unexported fields
}
func (*AddRejectionReasonToTask) SetClock ¶
func (e *AddRejectionReasonToTask) SetClock(c clock.Clock)
func (*AddRejectionReasonToTask) SetCryptor ¶
func (e *AddRejectionReasonToTask) SetCryptor(cryptor encryption.Cryptor)
func (*AddRejectionReasonToTask) SetDBFlavor ¶
func (e *AddRejectionReasonToTask) SetDBFlavor(flavor string)
func (*AddRejectionReasonToTask) String ¶
func (e *AddRejectionReasonToTask) String() string
func (*AddRejectionReasonToTask) Up ¶
func (e *AddRejectionReasonToTask) Up(tx *sql.Tx, logger lager.Logger) error
func (*AddRejectionReasonToTask) Version ¶
func (e *AddRejectionReasonToTask) Version() int64
type AddRoutableToActualLrps ¶
type AddRoutableToActualLrps struct {
// contains filtered or unexported fields
}
func (*AddRoutableToActualLrps) SetClock ¶
func (e *AddRoutableToActualLrps) SetClock(c clock.Clock)
func (*AddRoutableToActualLrps) SetCryptor ¶
func (e *AddRoutableToActualLrps) SetCryptor(cryptor encryption.Cryptor)
func (*AddRoutableToActualLrps) SetDBFlavor ¶
func (e *AddRoutableToActualLrps) SetDBFlavor(flavor string)
func (*AddRoutableToActualLrps) String ¶
func (e *AddRoutableToActualLrps) String() string
func (*AddRoutableToActualLrps) Up ¶
func (e *AddRoutableToActualLrps) Up(tx *sql.Tx, logger lager.Logger) error
func (*AddRoutableToActualLrps) Version ¶
func (e *AddRoutableToActualLrps) Version() int64
type AddTaskRejectionCount ¶
type AddTaskRejectionCount struct {
// contains filtered or unexported fields
}
func (*AddTaskRejectionCount) SetClock ¶
func (e *AddTaskRejectionCount) SetClock(c clock.Clock)
func (*AddTaskRejectionCount) SetCryptor ¶
func (e *AddTaskRejectionCount) SetCryptor(cryptor encryption.Cryptor)
func (*AddTaskRejectionCount) SetDBFlavor ¶
func (e *AddTaskRejectionCount) SetDBFlavor(flavor string)
func (*AddTaskRejectionCount) String ¶
func (e *AddTaskRejectionCount) String() string
func (*AddTaskRejectionCount) Up ¶
func (e *AddTaskRejectionCount) Up(tx *sql.Tx, logger lager.Logger) error
func (*AddTaskRejectionCount) Version ¶
func (e *AddTaskRejectionCount) Version() int64
type EncryptRoutes ¶
type EncryptRoutes struct {
// contains filtered or unexported fields
}
func (*EncryptRoutes) SetClock ¶
func (e *EncryptRoutes) SetClock(c clock.Clock)
func (*EncryptRoutes) SetCryptor ¶
func (e *EncryptRoutes) SetCryptor(cryptor encryption.Cryptor)
func (*EncryptRoutes) SetDBFlavor ¶
func (e *EncryptRoutes) SetDBFlavor(flavor string)
func (*EncryptRoutes) String ¶
func (e *EncryptRoutes) String() string
func (*EncryptRoutes) Version ¶
func (e *EncryptRoutes) Version() int64
type IncreaseErrorColumnsSize ¶
type IncreaseErrorColumnsSize struct {
// contains filtered or unexported fields
}
func (*IncreaseErrorColumnsSize) SetClock ¶
func (e *IncreaseErrorColumnsSize) SetClock(c clock.Clock)
func (*IncreaseErrorColumnsSize) SetCryptor ¶
func (e *IncreaseErrorColumnsSize) SetCryptor(cryptor encryption.Cryptor)
func (*IncreaseErrorColumnsSize) SetDBFlavor ¶
func (e *IncreaseErrorColumnsSize) SetDBFlavor(flavor string)
func (*IncreaseErrorColumnsSize) String ¶
func (e *IncreaseErrorColumnsSize) String() string
func (*IncreaseErrorColumnsSize) Up ¶
func (e *IncreaseErrorColumnsSize) Up(tx *sql.Tx, logger lager.Logger) error
func (*IncreaseErrorColumnsSize) Version ¶
func (e *IncreaseErrorColumnsSize) Version() int64
type IncreaseRootFSColumnsSize ¶
type IncreaseRootFSColumnsSize struct {
// contains filtered or unexported fields
}
func (*IncreaseRootFSColumnsSize) SetClock ¶
func (e *IncreaseRootFSColumnsSize) SetClock(c clock.Clock)
func (*IncreaseRootFSColumnsSize) SetCryptor ¶
func (e *IncreaseRootFSColumnsSize) SetCryptor(cryptor encryption.Cryptor)
func (*IncreaseRootFSColumnsSize) SetDBFlavor ¶
func (e *IncreaseRootFSColumnsSize) SetDBFlavor(flavor string)
func (*IncreaseRootFSColumnsSize) String ¶
func (e *IncreaseRootFSColumnsSize) String() string
func (*IncreaseRootFSColumnsSize) Up ¶
func (e *IncreaseRootFSColumnsSize) Up(tx *sql.Tx, logger lager.Logger) error
func (*IncreaseRootFSColumnsSize) Version ¶
func (e *IncreaseRootFSColumnsSize) Version() int64
type IncreaseRunInfoColumnSize ¶
type IncreaseRunInfoColumnSize struct {
// contains filtered or unexported fields
}
func (*IncreaseRunInfoColumnSize) SetClock ¶
func (e *IncreaseRunInfoColumnSize) SetClock(c clock.Clock)
func (*IncreaseRunInfoColumnSize) SetCryptor ¶
func (e *IncreaseRunInfoColumnSize) SetCryptor(cryptor encryption.Cryptor)
func (*IncreaseRunInfoColumnSize) SetDBFlavor ¶
func (e *IncreaseRunInfoColumnSize) SetDBFlavor(flavor string)
func (*IncreaseRunInfoColumnSize) String ¶
func (e *IncreaseRunInfoColumnSize) String() string
func (*IncreaseRunInfoColumnSize) Up ¶
func (e *IncreaseRunInfoColumnSize) Up(tx *sql.Tx, logger lager.Logger) error
func (*IncreaseRunInfoColumnSize) Version ¶
func (e *IncreaseRunInfoColumnSize) Version() int64
type IncreaseTaskErrorColumns ¶
type IncreaseTaskErrorColumns struct {
// contains filtered or unexported fields
}
func (*IncreaseTaskErrorColumns) SetClock ¶
func (e *IncreaseTaskErrorColumns) SetClock(c clock.Clock)
func (*IncreaseTaskErrorColumns) SetCryptor ¶
func (e *IncreaseTaskErrorColumns) SetCryptor(cryptor encryption.Cryptor)
func (*IncreaseTaskErrorColumns) SetDBFlavor ¶
func (e *IncreaseTaskErrorColumns) SetDBFlavor(flavor string)
func (*IncreaseTaskErrorColumns) String ¶
func (e *IncreaseTaskErrorColumns) String() string
func (*IncreaseTaskErrorColumns) Up ¶
func (e *IncreaseTaskErrorColumns) Up(tx *sql.Tx, logger lager.Logger) error
func (*IncreaseTaskErrorColumns) Version ¶
func (e *IncreaseTaskErrorColumns) Version() int64
type InitSQL ¶
type InitSQL struct {
// contains filtered or unexported fields
}
func (*InitSQL) SetCryptor ¶
func (e *InitSQL) SetCryptor(cryptor encryption.Cryptor)
func (*InitSQL) SetDBFlavor ¶
type SetRunInfoLongtext ¶
type SetRunInfoLongtext struct {
// contains filtered or unexported fields
}
func (*SetRunInfoLongtext) SetClock ¶
func (e *SetRunInfoLongtext) SetClock(c clock.Clock)
func (*SetRunInfoLongtext) SetCryptor ¶
func (e *SetRunInfoLongtext) SetCryptor(cryptor encryption.Cryptor)
func (*SetRunInfoLongtext) SetDBFlavor ¶
func (e *SetRunInfoLongtext) SetDBFlavor(flavor string)
func (*SetRunInfoLongtext) String ¶
func (e *SetRunInfoLongtext) String() string
func (*SetRunInfoLongtext) Up ¶
func (e *SetRunInfoLongtext) Up(tx *sql.Tx, logger lager.Logger) error
func (*SetRunInfoLongtext) Version ¶
func (e *SetRunInfoLongtext) Version() int64
type SplitMetricTags ¶
type SplitMetricTags struct {
// contains filtered or unexported fields
}
func (*SplitMetricTags) SetClock ¶
func (e *SplitMetricTags) SetClock(c clock.Clock)
func (*SplitMetricTags) SetCryptor ¶
func (e *SplitMetricTags) SetCryptor(cryptor encryption.Cryptor)
func (*SplitMetricTags) SetDBFlavor ¶
func (e *SplitMetricTags) SetDBFlavor(flavor string)
func (*SplitMetricTags) SetRawSQLDB ¶
func (e *SplitMetricTags) SetRawSQLDB(db *sql.DB)
func (*SplitMetricTags) String ¶
func (e *SplitMetricTags) String() string
func (*SplitMetricTags) Version ¶
func (e *SplitMetricTags) Version() int64
Source Files ¶
- 1461790966_init_sql.go
- 1471030898_increase_run_info_column.go
- 1472757022_add_placement_tags_to_desired_lrp.go
- 1474908092_increase_error_columns.go
- 1474993971_encrypt_routes.go
- 1481761088_add_max_pid_limit.go
- 1502289152_increase_rootfs_column.go
- 1522700600_add_task_rejection_count.go
- 1523050077_add_rejection_reason_to_task.go
- 1528928964_increase_task_error_columns.go
- 1529530809_add_presence_to_actual_lrp.go
- 1643660541_add_internal_routes_to_actual_lrp.go
- 1674146125_set_run_info_longtext.go
- 1676360874_add_metric_tags_to_actual_lrp.go
- 1686692176_add_routable_to_actual_lrps.go
- 1698182853_add_availability_zone_to_actual_lrps.go
- 1722634733_split_metric_tags.go
- migrations.go
- package.go
Click to show internal directories.
Click to hide internal directories.