Documentation
¶
Index ¶
- Variables
- type ExtractHoboTimeFrameCache
- func (x *ExtractHoboTimeFrameCache) GetLastTimestamps() map[string]*timestamppb.Timestamp
- func (x *ExtractHoboTimeFrameCache) GetNextSource() string
- func (*ExtractHoboTimeFrameCache) ProtoMessage()
- func (x *ExtractHoboTimeFrameCache) ProtoReflect() protoreflect.Message
- func (x *ExtractHoboTimeFrameCache) Reset()
- func (x *ExtractHoboTimeFrameCache) SetLastTimestamps(v map[string]*timestamppb.Timestamp)
- func (x *ExtractHoboTimeFrameCache) SetNextSource(v string)
- func (x *ExtractHoboTimeFrameCache) String() string
- type ExtractHoboTimeFrameCache_builder
Constants ¶
This section is empty.
Variables ¶
View Source
var File_dendra_job_cache_v1alpha1_extract_hobo_time_frame_cache_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExtractHoboTimeFrameCache ¶
type ExtractHoboTimeFrameCache struct {
NextSource string `protobuf:"bytes,1,opt,name=next_source,json=nextSource,proto3" json:"next_source,omitempty"`
LastTimestamps map[string]*timestamppb.Timestamp `` /* 177-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*ExtractHoboTimeFrameCache) GetLastTimestamps ¶
func (x *ExtractHoboTimeFrameCache) GetLastTimestamps() map[string]*timestamppb.Timestamp
func (*ExtractHoboTimeFrameCache) GetNextSource ¶
func (x *ExtractHoboTimeFrameCache) GetNextSource() string
func (*ExtractHoboTimeFrameCache) ProtoMessage ¶
func (*ExtractHoboTimeFrameCache) ProtoMessage()
func (*ExtractHoboTimeFrameCache) ProtoReflect ¶
func (x *ExtractHoboTimeFrameCache) ProtoReflect() protoreflect.Message
func (*ExtractHoboTimeFrameCache) Reset ¶
func (x *ExtractHoboTimeFrameCache) Reset()
func (*ExtractHoboTimeFrameCache) SetLastTimestamps ¶
func (x *ExtractHoboTimeFrameCache) SetLastTimestamps(v map[string]*timestamppb.Timestamp)
func (*ExtractHoboTimeFrameCache) SetNextSource ¶
func (x *ExtractHoboTimeFrameCache) SetNextSource(v string)
func (*ExtractHoboTimeFrameCache) String ¶
func (x *ExtractHoboTimeFrameCache) String() string
type ExtractHoboTimeFrameCache_builder ¶
type ExtractHoboTimeFrameCache_builder struct {
NextSource string
LastTimestamps map[string]*timestamppb.Timestamp
// contains filtered or unexported fields
}
func (ExtractHoboTimeFrameCache_builder) Build ¶
func (b0 ExtractHoboTimeFrameCache_builder) Build() *ExtractHoboTimeFrameCache
Source Files
¶
- extract_hobo_time_frame_cache.pb.go
Click to show internal directories.
Click to hide internal directories.