pb

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package pb includes protocol buffer message types.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Name

type Name struct {
	Topic                uint64   `protobuf:"varint,1,opt,name=topic,proto3" json:"topic,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Name) Descriptor

func (*Name) Descriptor() ([]byte, []int)

func (*Name) GetTopic

func (m *Name) GetTopic() uint64

func (*Name) GetValue

func (m *Name) GetValue() string

func (*Name) ProtoMessage

func (*Name) ProtoMessage()

func (*Name) Reset

func (m *Name) Reset()

func (*Name) String

func (m *Name) String() string

func (*Name) XXX_DiscardUnknown

func (m *Name) XXX_DiscardUnknown()

func (*Name) XXX_Marshal

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

func (*Name) XXX_Merge

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

func (*Name) XXX_Size

func (m *Name) XXX_Size() int

func (*Name) XXX_Unmarshal

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

type Occurrence

type Occurrence struct {
	Topic                uint64   `protobuf:"varint,1,opt,name=topic,proto3" json:"topic,omitempty"`
	Value                string   `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Occurrence) Descriptor

func (*Occurrence) Descriptor() ([]byte, []int)

func (*Occurrence) GetTopic

func (m *Occurrence) GetTopic() uint64

func (*Occurrence) GetValue

func (m *Occurrence) GetValue() string

func (*Occurrence) ProtoMessage

func (*Occurrence) ProtoMessage()

func (*Occurrence) Reset

func (m *Occurrence) Reset()

func (*Occurrence) String

func (m *Occurrence) String() string

func (*Occurrence) XXX_DiscardUnknown

func (m *Occurrence) XXX_DiscardUnknown()

func (*Occurrence) XXX_Marshal

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

func (*Occurrence) XXX_Merge

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

func (*Occurrence) XXX_Size

func (m *Occurrence) XXX_Size() int

func (*Occurrence) XXX_Unmarshal

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

type TopicMapInfo

type TopicMapInfo struct {
	// topic_map is the kv.Entity that identifies this topic map.
	TopicMap uint64 `protobuf:"varint,1,opt,name=topic_map,json=topicMap,proto3" json:"topic_map,omitempty"`
	// modified_unix_seconds is the time this topic map was last modified, in
	// seconds since the Unix epoch.
	ModifiedUnixSeconds int64 `protobuf:"varint,2,opt,name=modified_unix_seconds,json=modifiedUnixSeconds,proto3" json:"modified_unix_seconds,omitempty"`
	// in_trash is true if and only if this topic map has been moved to the trash
	// bin. If true, then modified_unix_seconds is also the time that this topic
	// map was deleted.
	InTrash              bool     `protobuf:"varint,3,opt,name=in_trash,json=inTrash,proto3" json:"in_trash,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TopicMapInfo) Descriptor

func (*TopicMapInfo) Descriptor() ([]byte, []int)

func (*TopicMapInfo) GetInTrash

func (m *TopicMapInfo) GetInTrash() bool

func (*TopicMapInfo) GetModifiedUnixSeconds

func (m *TopicMapInfo) GetModifiedUnixSeconds() int64

func (*TopicMapInfo) GetTopicMap

func (m *TopicMapInfo) GetTopicMap() uint64

func (*TopicMapInfo) ProtoMessage

func (*TopicMapInfo) ProtoMessage()

func (*TopicMapInfo) Reset

func (m *TopicMapInfo) Reset()

func (*TopicMapInfo) String

func (m *TopicMapInfo) String() string

func (*TopicMapInfo) XXX_DiscardUnknown

func (m *TopicMapInfo) XXX_DiscardUnknown()

func (*TopicMapInfo) XXX_Marshal

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

func (*TopicMapInfo) XXX_Merge

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

func (*TopicMapInfo) XXX_Size

func (m *TopicMapInfo) XXX_Size() int

func (*TopicMapInfo) XXX_Unmarshal

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

type TopicRefList

type TopicRefList struct {
	ItemIdentifiers      []string `protobuf:"bytes,1,rep,name=item_identifiers,json=itemIdentifiers,proto3" json:"item_identifiers,omitempty"`
	SubjectIndicators    []string `protobuf:"bytes,2,rep,name=subject_indicators,json=subjectIndicators,proto3" json:"subject_indicators,omitempty"`
	SubjectLocators      []string `protobuf:"bytes,3,rep,name=subject_locators,json=subjectLocators,proto3" json:"subject_locators,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TopicRefList) Descriptor

func (*TopicRefList) Descriptor() ([]byte, []int)

func (*TopicRefList) GetItemIdentifiers

func (m *TopicRefList) GetItemIdentifiers() []string

func (*TopicRefList) GetSubjectIndicators

func (m *TopicRefList) GetSubjectIndicators() []string

func (*TopicRefList) GetSubjectLocators

func (m *TopicRefList) GetSubjectLocators() []string

func (*TopicRefList) ProtoMessage

func (*TopicRefList) ProtoMessage()

func (*TopicRefList) Reset

func (m *TopicRefList) Reset()

func (*TopicRefList) String

func (m *TopicRefList) String() string

func (*TopicRefList) XXX_DiscardUnknown

func (m *TopicRefList) XXX_DiscardUnknown()

func (*TopicRefList) XXX_Marshal

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

func (*TopicRefList) XXX_Merge

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

func (*TopicRefList) XXX_Size

func (m *TopicRefList) XXX_Size() int

func (*TopicRefList) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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