Documentation
¶
Overview ¶
Package dagsettings contains server-side DAG settings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidDAGName = errors.New("invalid DAG name") ErrNotFound = errors.New("DAG settings not found") )
ErrProfileStoreUnavailable means a selected runtime profile cannot be checked.
Functions ¶
func ResolveProfile ¶
func ValidateDAGName ¶
Types ¶
type ProfileReferenceError ¶
func (*ProfileReferenceError) Error ¶
func (e *ProfileReferenceError) Error() string
func (*ProfileReferenceError) Unwrap ¶
func (e *ProfileReferenceError) Unwrap() error
type Settings ¶
type Settings struct {
DAGName string
Profile string
CreatedBy string
CreatedAt time.Time
UpdatedBy string
UpdatedAt time.Time
}
func (*Settings) ApplyUpdate ¶
func (s *Settings) ApplyUpdate(input UpdateInput, now time.Time) error
type UpdateInput ¶
Click to show internal directories.
Click to hide internal directories.