models

package
v1.1.131 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 27, 2023 License: Apache-2.0 Imports: 2 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SchedulableEntity

type SchedulableEntity struct {
	models.BaseModel
	SchedulableEntityKey
	CronExpression      string
	FixedRateValue      uint32
	Unit                admin.FixedRateUnit
	KickoffTimeInputArg string
	Active              *bool
}

Database model to encapsulate metadata associated with a SchedulableEntity

type SchedulableEntityKey

type SchedulableEntityKey struct {
	Project string `gorm:"primary_key"`
	Domain  string `gorm:"primary_key"`
	Name    string `gorm:"primary_key"`
	Version string `gorm:"primary_key"`
}

Schedulable entity primary key

type ScheduleEntitiesSnapshot

type ScheduleEntitiesSnapshot struct {
	models.BaseModel
	Snapshot []byte `gorm:"column:snapshot" schema:"-"`
}

Database model to save the snapshot for the schedulable entities in the db

type ScheduleEntitiesSnapshotCollectionOutput

type ScheduleEntitiesSnapshotCollectionOutput struct {
	Snapshots []ScheduleEntitiesSnapshot
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL