automate_feed

package
v0.0.0-...-0490640 Latest Latest
Warning

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

Go to latest
Published: May 16, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

func (*Actor) GetID

func (m *Actor) GetID() string

func (*Actor) GetName

func (m *Actor) GetName() string

func (*Actor) GetObjectType

func (m *Actor) GetObjectType() string

func (*Actor) ProtoMessage

func (*Actor) ProtoMessage()

func (*Actor) Reset

func (m *Actor) Reset()

func (*Actor) String

func (m *Actor) String() string

func (*Actor) XXX_DiscardUnknown

func (m *Actor) XXX_DiscardUnknown()

func (*Actor) XXX_Marshal

func (m *Actor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Actor) XXX_Merge

func (dst *Actor) XXX_Merge(src proto.Message)

func (*Actor) XXX_Size

func (m *Actor) XXX_Size() int

func (*Actor) XXX_Unmarshal

func (m *Actor) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*FeedEntry) GetActor

func (m *FeedEntry) GetActor() *Actor

func (*FeedEntry) GetCreated

func (m *FeedEntry) GetCreated() *timestamp.Timestamp

func (*FeedEntry) GetEventType

func (m *FeedEntry) GetEventType() string

func (*FeedEntry) GetFeedType

func (m *FeedEntry) GetFeedType() string

func (*FeedEntry) GetID

func (m *FeedEntry) GetID() string

func (*FeedEntry) GetObject

func (m *FeedEntry) GetObject() *Object

func (*FeedEntry) GetProducer

func (m *FeedEntry) GetProducer() *Producer

func (*FeedEntry) GetSourceEventPublished

func (m *FeedEntry) GetSourceEventPublished() *timestamp.Timestamp

func (*FeedEntry) GetTags

func (m *FeedEntry) GetTags() []string

func (*FeedEntry) GetTarget

func (m *FeedEntry) GetTarget() *Target

func (*FeedEntry) GetVerb

func (m *FeedEntry) GetVerb() string

func (*FeedEntry) ProtoMessage

func (*FeedEntry) ProtoMessage()

func (*FeedEntry) Reset

func (m *FeedEntry) Reset()

func (*FeedEntry) String

func (m *FeedEntry) String() string

func (*FeedEntry) XXX_DiscardUnknown

func (m *FeedEntry) XXX_DiscardUnknown()

func (*FeedEntry) XXX_Marshal

func (m *FeedEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*FeedEntry) XXX_Merge

func (dst *FeedEntry) XXX_Merge(src proto.Message)

func (*FeedEntry) XXX_Size

func (m *FeedEntry) XXX_Size() int

func (*FeedEntry) XXX_Unmarshal

func (m *FeedEntry) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*Object) GetID

func (m *Object) GetID() string

func (*Object) GetName

func (m *Object) GetName() string

func (*Object) GetObjectType

func (m *Object) GetObjectType() string

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) Reset

func (m *Object) Reset()

func (*Object) String

func (m *Object) String() string

func (*Object) XXX_DiscardUnknown

func (m *Object) XXX_DiscardUnknown()

func (*Object) XXX_Marshal

func (m *Object) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Object) XXX_Merge

func (dst *Object) XXX_Merge(src proto.Message)

func (*Object) XXX_Size

func (m *Object) XXX_Size() int

func (*Object) XXX_Unmarshal

func (m *Object) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*Producer) GetID

func (m *Producer) GetID() string

func (*Producer) GetName

func (m *Producer) GetName() string

func (*Producer) GetObjectType

func (m *Producer) GetObjectType() string

func (*Producer) GetPTags

func (m *Producer) GetPTags() []string

func (*Producer) ProtoMessage

func (*Producer) ProtoMessage()

func (*Producer) Reset

func (m *Producer) Reset()

func (*Producer) String

func (m *Producer) String() string

func (*Producer) XXX_DiscardUnknown

func (m *Producer) XXX_DiscardUnknown()

func (*Producer) XXX_Marshal

func (m *Producer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Producer) XXX_Merge

func (dst *Producer) XXX_Merge(src proto.Message)

func (*Producer) XXX_Size

func (m *Producer) XXX_Size() int

func (*Producer) XXX_Unmarshal

func (m *Producer) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*Target) GetID

func (m *Target) GetID() string

func (*Target) GetName

func (m *Target) GetName() string

func (*Target) GetObjectType

func (m *Target) GetObjectType() string

func (*Target) ProtoMessage

func (*Target) ProtoMessage()

func (*Target) Reset

func (m *Target) Reset()

func (*Target) String

func (m *Target) String() string

func (*Target) XXX_DiscardUnknown

func (m *Target) XXX_DiscardUnknown()

func (*Target) XXX_Marshal

func (m *Target) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Target) XXX_Merge

func (dst *Target) XXX_Merge(src proto.Message)

func (*Target) XXX_Size

func (m *Target) XXX_Size() int

func (*Target) XXX_Unmarshal

func (m *Target) XXX_Unmarshal(b []byte) error

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) Descriptor() ([]byte, []int)

func (*Timeslot) GetCounts

func (m *Timeslot) GetCounts() []*EntryCount

func (*Timeslot) ProtoMessage

func (*Timeslot) ProtoMessage()

func (*Timeslot) Reset

func (m *Timeslot) Reset()

func (*Timeslot) String

func (m *Timeslot) String() string

func (*Timeslot) XXX_DiscardUnknown

func (m *Timeslot) XXX_DiscardUnknown()

func (*Timeslot) XXX_Marshal

func (m *Timeslot) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Timeslot) XXX_Merge

func (dst *Timeslot) XXX_Merge(src proto.Message)

func (*Timeslot) XXX_Size

func (m *Timeslot) XXX_Size() int

func (*Timeslot) XXX_Unmarshal

func (m *Timeslot) XXX_Unmarshal(b []byte) error

Directories

Path Synopsis
Author:: Gina Peers <gpeers@chef.io>, Salim Afiune <afiune@chef.io> Copyright:: Copyright 2018, Chef Software Inc.
Author:: Gina Peers <gpeers@chef.io>, Salim Afiune <afiune@chef.io> Copyright:: Copyright 2018, Chef Software Inc.

Jump to

Keyboard shortcuts

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