Documentation ¶
Index ¶
- func RegisterFeedServiceServer(s *grpc.Server, srv FeedServiceServer)
- type ActionLine
- func (*ActionLine) Descriptor() ([]byte, []int)
- func (m *ActionLine) GetAction() string
- func (m *ActionLine) GetSlots() []*Timeslot
- func (*ActionLine) ProtoMessage()
- func (m *ActionLine) Reset()
- func (m *ActionLine) String() string
- func (m *ActionLine) XXX_DiscardUnknown()
- func (m *ActionLine) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ActionLine) XXX_Merge(src proto.Message)
- func (m *ActionLine) XXX_Size() int
- func (m *ActionLine) XXX_Unmarshal(b []byte) error
- type Actor
- func (*Actor) Descriptor() ([]byte, []int)
- func (m *Actor) GetID() string
- func (m *Actor) GetName() string
- func (m *Actor) GetObjectType() string
- func (*Actor) ProtoMessage()
- func (m *Actor) Reset()
- func (m *Actor) String() string
- func (m *Actor) XXX_DiscardUnknown()
- func (m *Actor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Actor) XXX_Merge(src proto.Message)
- func (m *Actor) XXX_Size() int
- func (m *Actor) XXX_Unmarshal(b []byte) error
- type EntryCount
- func (*EntryCount) Descriptor() ([]byte, []int)
- func (m *EntryCount) GetCategory() string
- func (m *EntryCount) GetCount() int64
- func (*EntryCount) ProtoMessage()
- func (m *EntryCount) Reset()
- func (m *EntryCount) String() string
- func (m *EntryCount) XXX_DiscardUnknown()
- func (m *EntryCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *EntryCount) XXX_Merge(src proto.Message)
- func (m *EntryCount) XXX_Size() int
- func (m *EntryCount) XXX_Unmarshal(b []byte) error
- type FeedEntry
- func (*FeedEntry) Descriptor() ([]byte, []int)
- func (m *FeedEntry) GetActor() *Actor
- func (m *FeedEntry) GetCreated() *timestamp.Timestamp
- func (m *FeedEntry) GetEventType() string
- func (m *FeedEntry) GetFeedType() string
- func (m *FeedEntry) GetID() string
- func (m *FeedEntry) GetObject() *Object
- func (m *FeedEntry) GetProducer() *Producer
- func (m *FeedEntry) GetSourceEventPublished() *timestamp.Timestamp
- func (m *FeedEntry) GetTags() []string
- func (m *FeedEntry) GetTarget() *Target
- func (m *FeedEntry) GetVerb() string
- func (*FeedEntry) ProtoMessage()
- func (m *FeedEntry) Reset()
- func (m *FeedEntry) String() string
- func (m *FeedEntry) XXX_DiscardUnknown()
- func (m *FeedEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedEntry) XXX_Merge(src proto.Message)
- func (m *FeedEntry) XXX_Size() int
- func (m *FeedEntry) XXX_Unmarshal(b []byte) error
- type FeedRequest
- func (*FeedRequest) Descriptor() ([]byte, []int)
- func (m *FeedRequest) GetAfter() int64
- func (m *FeedRequest) GetBefore() int64
- func (m *FeedRequest) GetCursor() string
- func (m *FeedRequest) GetEnd() int64
- func (m *FeedRequest) GetFilters() []string
- func (m *FeedRequest) GetSize() int32
- func (m *FeedRequest) GetSort() []string
- func (m *FeedRequest) GetStart() int64
- func (m *FeedRequest) GetUserID() string
- func (*FeedRequest) ProtoMessage()
- func (m *FeedRequest) Reset()
- func (m *FeedRequest) String() string
- func (m *FeedRequest) XXX_DiscardUnknown()
- func (m *FeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedRequest) XXX_Merge(src proto.Message)
- func (m *FeedRequest) XXX_Size() int
- func (m *FeedRequest) XXX_Unmarshal(b []byte) error
- type FeedResponse
- func (*FeedResponse) Descriptor() ([]byte, []int)
- func (m *FeedResponse) GetFeedEntries() []*FeedEntry
- func (m *FeedResponse) GetTotalEntries() int64
- func (*FeedResponse) ProtoMessage()
- func (m *FeedResponse) Reset()
- func (m *FeedResponse) String() string
- func (m *FeedResponse) XXX_DiscardUnknown()
- func (m *FeedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedResponse) XXX_Merge(src proto.Message)
- func (m *FeedResponse) XXX_Size() int
- func (m *FeedResponse) XXX_Unmarshal(b []byte) error
- type FeedServiceClient
- type FeedServiceServer
- type FeedSummaryRequest
- func (*FeedSummaryRequest) Descriptor() ([]byte, []int)
- func (m *FeedSummaryRequest) GetCountCategory() string
- func (m *FeedSummaryRequest) GetEnd() int64
- func (m *FeedSummaryRequest) GetFilters() []string
- func (m *FeedSummaryRequest) GetFrom() int32
- func (m *FeedSummaryRequest) GetSize() int32
- func (m *FeedSummaryRequest) GetStart() int64
- func (m *FeedSummaryRequest) GetStartAfter() string
- func (*FeedSummaryRequest) ProtoMessage()
- func (m *FeedSummaryRequest) Reset()
- func (m *FeedSummaryRequest) String() string
- func (m *FeedSummaryRequest) XXX_DiscardUnknown()
- func (m *FeedSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedSummaryRequest) XXX_Merge(src proto.Message)
- func (m *FeedSummaryRequest) XXX_Size() int
- func (m *FeedSummaryRequest) XXX_Unmarshal(b []byte) error
- type FeedSummaryResponse
- func (*FeedSummaryResponse) Descriptor() ([]byte, []int)
- func (m *FeedSummaryResponse) GetEntryCounts() []*EntryCount
- func (m *FeedSummaryResponse) GetTotalEntries() int64
- func (*FeedSummaryResponse) ProtoMessage()
- func (m *FeedSummaryResponse) Reset()
- func (m *FeedSummaryResponse) String() string
- func (m *FeedSummaryResponse) XXX_DiscardUnknown()
- func (m *FeedSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedSummaryResponse) XXX_Merge(src proto.Message)
- func (m *FeedSummaryResponse) XXX_Size() int
- func (m *FeedSummaryResponse) XXX_Unmarshal(b []byte) error
- type FeedTimelineRequest
- func (*FeedTimelineRequest) Descriptor() ([]byte, []int)
- func (m *FeedTimelineRequest) GetEnd() string
- func (m *FeedTimelineRequest) GetFilters() []string
- func (m *FeedTimelineRequest) GetInterval() int32
- func (m *FeedTimelineRequest) GetStart() string
- func (m *FeedTimelineRequest) GetTimezone() string
- func (*FeedTimelineRequest) ProtoMessage()
- func (m *FeedTimelineRequest) Reset()
- func (m *FeedTimelineRequest) String() string
- func (m *FeedTimelineRequest) XXX_DiscardUnknown()
- func (m *FeedTimelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedTimelineRequest) XXX_Merge(src proto.Message)
- func (m *FeedTimelineRequest) XXX_Size() int
- func (m *FeedTimelineRequest) XXX_Unmarshal(b []byte) error
- type FeedTimelineResponse
- func (*FeedTimelineResponse) Descriptor() ([]byte, []int)
- func (m *FeedTimelineResponse) GetActionLines() []*ActionLine
- func (m *FeedTimelineResponse) GetEnd() string
- func (m *FeedTimelineResponse) GetInterval() int32
- func (m *FeedTimelineResponse) GetStart() string
- func (*FeedTimelineResponse) ProtoMessage()
- func (m *FeedTimelineResponse) Reset()
- func (m *FeedTimelineResponse) String() string
- func (m *FeedTimelineResponse) XXX_DiscardUnknown()
- func (m *FeedTimelineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *FeedTimelineResponse) XXX_Merge(src proto.Message)
- func (m *FeedTimelineResponse) XXX_Size() int
- func (m *FeedTimelineResponse) XXX_Unmarshal(b []byte) error
- type Object
- func (*Object) Descriptor() ([]byte, []int)
- func (m *Object) GetID() string
- func (m *Object) GetName() string
- func (m *Object) GetObjectType() string
- func (*Object) ProtoMessage()
- func (m *Object) Reset()
- func (m *Object) String() string
- func (m *Object) XXX_DiscardUnknown()
- func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Object) XXX_Merge(src proto.Message)
- func (m *Object) XXX_Size() int
- func (m *Object) XXX_Unmarshal(b []byte) error
- type Producer
- func (*Producer) Descriptor() ([]byte, []int)
- func (m *Producer) GetID() string
- func (m *Producer) GetName() string
- func (m *Producer) GetObjectType() string
- func (m *Producer) GetPTags() []string
- func (*Producer) ProtoMessage()
- func (m *Producer) Reset()
- func (m *Producer) String() string
- func (m *Producer) XXX_DiscardUnknown()
- func (m *Producer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Producer) XXX_Merge(src proto.Message)
- func (m *Producer) XXX_Size() int
- func (m *Producer) XXX_Unmarshal(b []byte) error
- type Target
- func (*Target) Descriptor() ([]byte, []int)
- func (m *Target) GetID() string
- func (m *Target) GetName() string
- func (m *Target) GetObjectType() string
- func (*Target) ProtoMessage()
- func (m *Target) Reset()
- func (m *Target) String() string
- func (m *Target) XXX_DiscardUnknown()
- func (m *Target) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Target) XXX_Merge(src proto.Message)
- func (m *Target) XXX_Size() int
- func (m *Target) XXX_Unmarshal(b []byte) error
- type Timeslot
- func (*Timeslot) Descriptor() ([]byte, []int)
- func (m *Timeslot) GetCounts() []*EntryCount
- func (*Timeslot) ProtoMessage()
- func (m *Timeslot) Reset()
- func (m *Timeslot) String() string
- func (m *Timeslot) XXX_DiscardUnknown()
- func (m *Timeslot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *Timeslot) XXX_Merge(src proto.Message)
- func (m *Timeslot) XXX_Size() int
- func (m *Timeslot) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterFeedServiceServer ¶
func RegisterFeedServiceServer(s *grpc.Server, srv FeedServiceServer)
Types ¶
type ActionLine ¶
type ActionLine struct { Action string `protobuf:"bytes,1,opt,name=Action,proto3" json:"Action,omitempty"` Slots []*Timeslot `protobuf:"bytes,2,rep,name=Slots,proto3" json:"Slots,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ActionLine) Descriptor ¶
func (*ActionLine) Descriptor() ([]byte, []int)
func (*ActionLine) GetAction ¶
func (m *ActionLine) GetAction() string
func (*ActionLine) GetSlots ¶
func (m *ActionLine) GetSlots() []*Timeslot
func (*ActionLine) ProtoMessage ¶
func (*ActionLine) ProtoMessage()
func (*ActionLine) Reset ¶
func (m *ActionLine) Reset()
func (*ActionLine) String ¶
func (m *ActionLine) String() string
func (*ActionLine) XXX_DiscardUnknown ¶
func (m *ActionLine) XXX_DiscardUnknown()
func (*ActionLine) XXX_Marshal ¶
func (m *ActionLine) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ActionLine) XXX_Merge ¶
func (dst *ActionLine) XXX_Merge(src proto.Message)
func (*ActionLine) XXX_Size ¶
func (m *ActionLine) XXX_Size() int
func (*ActionLine) XXX_Unmarshal ¶
func (m *ActionLine) XXX_Unmarshal(b []byte) error
type Actor ¶
type Actor struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` ObjectType string `protobuf:"bytes,3,opt,name=ObjectType,proto3" json:"ObjectType,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Actor) Descriptor ¶
func (*Actor) GetObjectType ¶
func (*Actor) ProtoMessage ¶
func (*Actor) ProtoMessage()
func (*Actor) XXX_DiscardUnknown ¶
func (m *Actor) XXX_DiscardUnknown()
func (*Actor) XXX_Marshal ¶
func (*Actor) XXX_Unmarshal ¶
type EntryCount ¶
type EntryCount struct { Category string `protobuf:"bytes,1,opt,name=Category,proto3" json:"Category,omitempty"` Count int64 `protobuf:"varint,2,opt,name=Count,proto3" json:"Count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*EntryCount) Descriptor ¶
func (*EntryCount) Descriptor() ([]byte, []int)
func (*EntryCount) GetCategory ¶
func (m *EntryCount) GetCategory() string
func (*EntryCount) GetCount ¶
func (m *EntryCount) GetCount() int64
func (*EntryCount) ProtoMessage ¶
func (*EntryCount) ProtoMessage()
func (*EntryCount) Reset ¶
func (m *EntryCount) Reset()
func (*EntryCount) String ¶
func (m *EntryCount) String() string
func (*EntryCount) XXX_DiscardUnknown ¶
func (m *EntryCount) XXX_DiscardUnknown()
func (*EntryCount) XXX_Marshal ¶
func (m *EntryCount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*EntryCount) XXX_Merge ¶
func (dst *EntryCount) XXX_Merge(src proto.Message)
func (*EntryCount) XXX_Size ¶
func (m *EntryCount) XXX_Size() int
func (*EntryCount) XXX_Unmarshal ¶
func (m *EntryCount) XXX_Unmarshal(b []byte) error
type FeedEntry ¶
type FeedEntry struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` EventType string `protobuf:"bytes,2,opt,name=EventType,proto3" json:"EventType,omitempty"` FeedType string `protobuf:"bytes,3,opt,name=FeedType,proto3" json:"FeedType,omitempty"` Tags []string `protobuf:"bytes,4,rep,name=Tags,proto3" json:"Tags,omitempty"` SourceEventPublished *timestamp.Timestamp `protobuf:"bytes,5,opt,name=SourceEventPublished,proto3" json:"SourceEventPublished,omitempty"` Created *timestamp.Timestamp `protobuf:"bytes,6,opt,name=Created,proto3" json:"Created,omitempty"` Producer *Producer `protobuf:"bytes,7,opt,name=Producer,proto3" json:"Producer,omitempty"` Actor *Actor `protobuf:"bytes,8,opt,name=Actor,proto3" json:"Actor,omitempty"` Verb string `protobuf:"bytes,9,opt,name=Verb,proto3" json:"Verb,omitempty"` Object *Object `protobuf:"bytes,10,opt,name=Object,proto3" json:"Object,omitempty"` Target *Target `protobuf:"bytes,11,opt,name=Target,proto3" json:"Target,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedEntry) Descriptor ¶
func (*FeedEntry) GetCreated ¶
func (*FeedEntry) GetEventType ¶
func (*FeedEntry) GetFeedType ¶
func (*FeedEntry) GetProducer ¶
func (*FeedEntry) GetSourceEventPublished ¶
func (*FeedEntry) ProtoMessage ¶
func (*FeedEntry) ProtoMessage()
func (*FeedEntry) XXX_DiscardUnknown ¶
func (m *FeedEntry) XXX_DiscardUnknown()
func (*FeedEntry) XXX_Marshal ¶
func (*FeedEntry) XXX_Unmarshal ¶
type FeedRequest ¶
type FeedRequest struct { UserID string `protobuf:"bytes,1,opt,name=UserID,proto3" json:"UserID,omitempty"` Size int32 `protobuf:"varint,2,opt,name=Size,proto3" json:"Size,omitempty"` Start int64 `protobuf:"varint,4,opt,name=Start,proto3" json:"Start,omitempty"` End int64 `protobuf:"varint,5,opt,name=End,proto3" json:"End,omitempty"` Before int64 `protobuf:"varint,6,opt,name=Before,proto3" json:"Before,omitempty"` After int64 `protobuf:"varint,7,opt,name=After,proto3" json:"After,omitempty"` Sort []string `protobuf:"bytes,8,rep,name=Sort,proto3" json:"Sort,omitempty"` Filters []string `protobuf:"bytes,9,rep,name=Filters,proto3" json:"Filters,omitempty"` Cursor string `protobuf:"bytes,10,opt,name=Cursor,proto3" json:"Cursor,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedRequest) Descriptor ¶
func (*FeedRequest) Descriptor() ([]byte, []int)
func (*FeedRequest) GetAfter ¶
func (m *FeedRequest) GetAfter() int64
func (*FeedRequest) GetBefore ¶
func (m *FeedRequest) GetBefore() int64
func (*FeedRequest) GetCursor ¶
func (m *FeedRequest) GetCursor() string
func (*FeedRequest) GetEnd ¶
func (m *FeedRequest) GetEnd() int64
func (*FeedRequest) GetFilters ¶
func (m *FeedRequest) GetFilters() []string
func (*FeedRequest) GetSize ¶
func (m *FeedRequest) GetSize() int32
func (*FeedRequest) GetSort ¶
func (m *FeedRequest) GetSort() []string
func (*FeedRequest) GetStart ¶
func (m *FeedRequest) GetStart() int64
func (*FeedRequest) GetUserID ¶
func (m *FeedRequest) GetUserID() string
func (*FeedRequest) ProtoMessage ¶
func (*FeedRequest) ProtoMessage()
func (*FeedRequest) Reset ¶
func (m *FeedRequest) Reset()
func (*FeedRequest) String ¶
func (m *FeedRequest) String() string
func (*FeedRequest) XXX_DiscardUnknown ¶
func (m *FeedRequest) XXX_DiscardUnknown()
func (*FeedRequest) XXX_Marshal ¶
func (m *FeedRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeedRequest) XXX_Merge ¶
func (dst *FeedRequest) XXX_Merge(src proto.Message)
func (*FeedRequest) XXX_Size ¶
func (m *FeedRequest) XXX_Size() int
func (*FeedRequest) XXX_Unmarshal ¶
func (m *FeedRequest) XXX_Unmarshal(b []byte) error
type FeedResponse ¶
type FeedResponse struct { FeedEntries []*FeedEntry `protobuf:"bytes,1,rep,name=FeedEntries,proto3" json:"FeedEntries,omitempty"` TotalEntries int64 `protobuf:"varint,2,opt,name=TotalEntries,proto3" json:"TotalEntries,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedResponse) Descriptor ¶
func (*FeedResponse) Descriptor() ([]byte, []int)
func (*FeedResponse) GetFeedEntries ¶
func (m *FeedResponse) GetFeedEntries() []*FeedEntry
func (*FeedResponse) GetTotalEntries ¶
func (m *FeedResponse) GetTotalEntries() int64
func (*FeedResponse) ProtoMessage ¶
func (*FeedResponse) ProtoMessage()
func (*FeedResponse) Reset ¶
func (m *FeedResponse) Reset()
func (*FeedResponse) String ¶
func (m *FeedResponse) String() string
func (*FeedResponse) XXX_DiscardUnknown ¶
func (m *FeedResponse) XXX_DiscardUnknown()
func (*FeedResponse) XXX_Marshal ¶
func (m *FeedResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeedResponse) XXX_Merge ¶
func (dst *FeedResponse) XXX_Merge(src proto.Message)
func (*FeedResponse) XXX_Size ¶
func (m *FeedResponse) XXX_Size() int
func (*FeedResponse) XXX_Unmarshal ¶
func (m *FeedResponse) XXX_Unmarshal(b []byte) error
type FeedServiceClient ¶
type FeedServiceClient interface { GetFeed(ctx context.Context, in *FeedRequest, opts ...grpc.CallOption) (*FeedResponse, error) GetFeedSummary(ctx context.Context, in *FeedSummaryRequest, opts ...grpc.CallOption) (*FeedSummaryResponse, error) GetFeedTimeline(ctx context.Context, in *FeedTimelineRequest, opts ...grpc.CallOption) (*FeedTimelineResponse, error) HandleEvent(ctx context.Context, in *event.EventMsg, opts ...grpc.CallOption) (*event.EventResponse, error) }
FeedServiceClient is the client API for FeedService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewFeedServiceClient ¶
func NewFeedServiceClient(cc *grpc.ClientConn) FeedServiceClient
type FeedServiceServer ¶
type FeedServiceServer interface { GetFeed(context.Context, *FeedRequest) (*FeedResponse, error) GetFeedSummary(context.Context, *FeedSummaryRequest) (*FeedSummaryResponse, error) GetFeedTimeline(context.Context, *FeedTimelineRequest) (*FeedTimelineResponse, error) HandleEvent(context.Context, *event.EventMsg) (*event.EventResponse, error) }
FeedServiceServer is the server API for FeedService service.
type FeedSummaryRequest ¶
type FeedSummaryRequest struct { Start int64 `protobuf:"varint,1,opt,name=Start,proto3" json:"Start,omitempty"` End int64 `protobuf:"varint,2,opt,name=End,proto3" json:"End,omitempty"` Size int32 `protobuf:"varint,4,opt,name=Size,proto3" json:"Size,omitempty"` From int32 `protobuf:"varint,5,opt,name=From,proto3" json:"From,omitempty"` StartAfter string `protobuf:"bytes,6,opt,name=StartAfter,proto3" json:"StartAfter,omitempty"` Filters []string `protobuf:"bytes,7,rep,name=Filters,proto3" json:"Filters,omitempty"` CountCategory string `protobuf:"bytes,9,opt,name=CountCategory,proto3" json:"CountCategory,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedSummaryRequest) Descriptor ¶
func (*FeedSummaryRequest) Descriptor() ([]byte, []int)
func (*FeedSummaryRequest) GetCountCategory ¶
func (m *FeedSummaryRequest) GetCountCategory() string
func (*FeedSummaryRequest) GetEnd ¶
func (m *FeedSummaryRequest) GetEnd() int64
func (*FeedSummaryRequest) GetFilters ¶
func (m *FeedSummaryRequest) GetFilters() []string
func (*FeedSummaryRequest) GetFrom ¶
func (m *FeedSummaryRequest) GetFrom() int32
func (*FeedSummaryRequest) GetSize ¶
func (m *FeedSummaryRequest) GetSize() int32
func (*FeedSummaryRequest) GetStart ¶
func (m *FeedSummaryRequest) GetStart() int64
func (*FeedSummaryRequest) GetStartAfter ¶
func (m *FeedSummaryRequest) GetStartAfter() string
func (*FeedSummaryRequest) ProtoMessage ¶
func (*FeedSummaryRequest) ProtoMessage()
func (*FeedSummaryRequest) Reset ¶
func (m *FeedSummaryRequest) Reset()
func (*FeedSummaryRequest) String ¶
func (m *FeedSummaryRequest) String() string
func (*FeedSummaryRequest) XXX_DiscardUnknown ¶
func (m *FeedSummaryRequest) XXX_DiscardUnknown()
func (*FeedSummaryRequest) XXX_Marshal ¶
func (m *FeedSummaryRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeedSummaryRequest) XXX_Merge ¶
func (dst *FeedSummaryRequest) XXX_Merge(src proto.Message)
func (*FeedSummaryRequest) XXX_Size ¶
func (m *FeedSummaryRequest) XXX_Size() int
func (*FeedSummaryRequest) XXX_Unmarshal ¶
func (m *FeedSummaryRequest) XXX_Unmarshal(b []byte) error
type FeedSummaryResponse ¶
type FeedSummaryResponse struct { TotalEntries int64 `protobuf:"varint,1,opt,name=TotalEntries,proto3" json:"TotalEntries,omitempty"` EntryCounts []*EntryCount `protobuf:"bytes,2,rep,name=EntryCounts,proto3" json:"EntryCounts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedSummaryResponse) Descriptor ¶
func (*FeedSummaryResponse) Descriptor() ([]byte, []int)
func (*FeedSummaryResponse) GetEntryCounts ¶
func (m *FeedSummaryResponse) GetEntryCounts() []*EntryCount
func (*FeedSummaryResponse) GetTotalEntries ¶
func (m *FeedSummaryResponse) GetTotalEntries() int64
func (*FeedSummaryResponse) ProtoMessage ¶
func (*FeedSummaryResponse) ProtoMessage()
func (*FeedSummaryResponse) Reset ¶
func (m *FeedSummaryResponse) Reset()
func (*FeedSummaryResponse) String ¶
func (m *FeedSummaryResponse) String() string
func (*FeedSummaryResponse) XXX_DiscardUnknown ¶
func (m *FeedSummaryResponse) XXX_DiscardUnknown()
func (*FeedSummaryResponse) XXX_Marshal ¶
func (m *FeedSummaryResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeedSummaryResponse) XXX_Merge ¶
func (dst *FeedSummaryResponse) XXX_Merge(src proto.Message)
func (*FeedSummaryResponse) XXX_Size ¶
func (m *FeedSummaryResponse) XXX_Size() int
func (*FeedSummaryResponse) XXX_Unmarshal ¶
func (m *FeedSummaryResponse) XXX_Unmarshal(b []byte) error
type FeedTimelineRequest ¶
type FeedTimelineRequest struct { Start string `protobuf:"bytes,1,opt,name=Start,proto3" json:"Start,omitempty"` End string `protobuf:"bytes,2,opt,name=End,proto3" json:"End,omitempty"` Timezone string `protobuf:"bytes,3,opt,name=Timezone,proto3" json:"Timezone,omitempty"` Interval int32 `protobuf:"varint,4,opt,name=Interval,proto3" json:"Interval,omitempty"` Filters []string `protobuf:"bytes,5,rep,name=Filters,proto3" json:"Filters,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedTimelineRequest) Descriptor ¶
func (*FeedTimelineRequest) Descriptor() ([]byte, []int)
func (*FeedTimelineRequest) GetEnd ¶
func (m *FeedTimelineRequest) GetEnd() string
func (*FeedTimelineRequest) GetFilters ¶
func (m *FeedTimelineRequest) GetFilters() []string
func (*FeedTimelineRequest) GetInterval ¶
func (m *FeedTimelineRequest) GetInterval() int32
func (*FeedTimelineRequest) GetStart ¶
func (m *FeedTimelineRequest) GetStart() string
func (*FeedTimelineRequest) GetTimezone ¶
func (m *FeedTimelineRequest) GetTimezone() string
func (*FeedTimelineRequest) ProtoMessage ¶
func (*FeedTimelineRequest) ProtoMessage()
func (*FeedTimelineRequest) Reset ¶
func (m *FeedTimelineRequest) Reset()
func (*FeedTimelineRequest) String ¶
func (m *FeedTimelineRequest) String() string
func (*FeedTimelineRequest) XXX_DiscardUnknown ¶
func (m *FeedTimelineRequest) XXX_DiscardUnknown()
func (*FeedTimelineRequest) XXX_Marshal ¶
func (m *FeedTimelineRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeedTimelineRequest) XXX_Merge ¶
func (dst *FeedTimelineRequest) XXX_Merge(src proto.Message)
func (*FeedTimelineRequest) XXX_Size ¶
func (m *FeedTimelineRequest) XXX_Size() int
func (*FeedTimelineRequest) XXX_Unmarshal ¶
func (m *FeedTimelineRequest) XXX_Unmarshal(b []byte) error
type FeedTimelineResponse ¶
type FeedTimelineResponse struct { Start string `protobuf:"bytes,1,opt,name=Start,proto3" json:"Start,omitempty"` End string `protobuf:"bytes,2,opt,name=End,proto3" json:"End,omitempty"` Interval int32 `protobuf:"varint,3,opt,name=Interval,proto3" json:"Interval,omitempty"` ActionLines []*ActionLine `protobuf:"bytes,4,rep,name=ActionLines,proto3" json:"ActionLines,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FeedTimelineResponse) Descriptor ¶
func (*FeedTimelineResponse) Descriptor() ([]byte, []int)
func (*FeedTimelineResponse) GetActionLines ¶
func (m *FeedTimelineResponse) GetActionLines() []*ActionLine
func (*FeedTimelineResponse) GetEnd ¶
func (m *FeedTimelineResponse) GetEnd() string
func (*FeedTimelineResponse) GetInterval ¶
func (m *FeedTimelineResponse) GetInterval() int32
func (*FeedTimelineResponse) GetStart ¶
func (m *FeedTimelineResponse) GetStart() string
func (*FeedTimelineResponse) ProtoMessage ¶
func (*FeedTimelineResponse) ProtoMessage()
func (*FeedTimelineResponse) Reset ¶
func (m *FeedTimelineResponse) Reset()
func (*FeedTimelineResponse) String ¶
func (m *FeedTimelineResponse) String() string
func (*FeedTimelineResponse) XXX_DiscardUnknown ¶
func (m *FeedTimelineResponse) XXX_DiscardUnknown()
func (*FeedTimelineResponse) XXX_Marshal ¶
func (m *FeedTimelineResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FeedTimelineResponse) XXX_Merge ¶
func (dst *FeedTimelineResponse) XXX_Merge(src proto.Message)
func (*FeedTimelineResponse) XXX_Size ¶
func (m *FeedTimelineResponse) XXX_Size() int
func (*FeedTimelineResponse) XXX_Unmarshal ¶
func (m *FeedTimelineResponse) XXX_Unmarshal(b []byte) error
type Object ¶
type Object struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` ObjectType string `protobuf:"bytes,3,opt,name=ObjectType,proto3" json:"ObjectType,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Object) Descriptor ¶
func (*Object) GetObjectType ¶
func (*Object) ProtoMessage ¶
func (*Object) ProtoMessage()
func (*Object) XXX_DiscardUnknown ¶
func (m *Object) XXX_DiscardUnknown()
func (*Object) XXX_Marshal ¶
func (*Object) XXX_Unmarshal ¶
type Producer ¶
type Producer struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` ObjectType string `protobuf:"bytes,3,opt,name=ObjectType,proto3" json:"ObjectType,omitempty"` PTags []string `protobuf:"bytes,4,rep,name=PTags,proto3" json:"PTags,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Producer) Descriptor ¶
func (*Producer) GetObjectType ¶
func (*Producer) ProtoMessage ¶
func (*Producer) ProtoMessage()
func (*Producer) XXX_DiscardUnknown ¶
func (m *Producer) XXX_DiscardUnknown()
func (*Producer) XXX_Marshal ¶
func (*Producer) XXX_Unmarshal ¶
type Target ¶
type Target struct { ID string `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"` Name string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"` ObjectType string `protobuf:"bytes,3,opt,name=ObjectType,proto3" json:"ObjectType,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Target) Descriptor ¶
func (*Target) GetObjectType ¶
func (*Target) ProtoMessage ¶
func (*Target) ProtoMessage()
func (*Target) XXX_DiscardUnknown ¶
func (m *Target) XXX_DiscardUnknown()
func (*Target) XXX_Marshal ¶
func (*Target) XXX_Unmarshal ¶
type Timeslot ¶
type Timeslot struct { Counts []*EntryCount `protobuf:"bytes,1,rep,name=Counts,proto3" json:"Counts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Timeslot) Descriptor ¶
func (*Timeslot) GetCounts ¶
func (m *Timeslot) GetCounts() []*EntryCount
func (*Timeslot) ProtoMessage ¶
func (*Timeslot) ProtoMessage()
func (*Timeslot) XXX_DiscardUnknown ¶
func (m *Timeslot) XXX_DiscardUnknown()
func (*Timeslot) XXX_Marshal ¶
func (*Timeslot) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.