Documentation
¶
Index ¶
- Variables
- type CronState
- func (*CronState) Descriptor() ([]byte, []int)deprecated
- func (x *CronState) GetLastExecutions() map[string]*timestamppb.Timestamp
- func (x *CronState) GetNextExecutions() map[string]*timestamppb.Timestamp
- func (*CronState) ProtoMessage()
- func (x *CronState) ProtoReflect() protoreflect.Message
- func (x *CronState) Reset()
- func (x *CronState) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_xyz_block_ftl_cron_v1_cron_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type CronState ¶
type CronState struct { LastExecutions map[string]*timestamppb.Timestamp `` /* 177-byte string literal not displayed */ NextExecutions map[string]*timestamppb.Timestamp `` /* 177-byte string literal not displayed */ // contains filtered or unexported fields }
CronState is the state of scheduled cron jobs
func (*CronState) Descriptor
deprecated
func (*CronState) GetLastExecutions ¶
func (x *CronState) GetLastExecutions() map[string]*timestamppb.Timestamp
func (*CronState) GetNextExecutions ¶
func (x *CronState) GetNextExecutions() map[string]*timestamppb.Timestamp
func (*CronState) ProtoMessage ¶
func (*CronState) ProtoMessage()
func (*CronState) ProtoReflect ¶
func (x *CronState) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.