gossip

package
v0.23.0 Latest Latest
Warning

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

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

Documentation

Overview

Package gossip is a generated protocol buffer package.

It is generated from these files:

github.com/micro/go-micro/registry/gossip/proto/gossip.proto

It has these top-level messages:

Update

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Update

type Update struct {
	// unique id of update
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// unix nano timestamp of update
	Timestamp uint64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// time to live for entry
	Expires uint64 `protobuf:"varint,3,opt,name=expires,proto3" json:"expires,omitempty"`
	// type of update; service
	Type string `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// what action is taken; add, del, put
	Action string `protobuf:"bytes,5,opt,name=action,proto3" json:"action,omitempty"`
	// any other associated metadata about the data
	Metadata map[string]string `` /* 157-byte string literal not displayed */
	// the payload data;
	Data                 []byte   `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Update is the message broadcast

func (*Update) Descriptor

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

func (*Update) GetAction

func (m *Update) GetAction() string

func (*Update) GetData

func (m *Update) GetData() []byte

func (*Update) GetExpires

func (m *Update) GetExpires() uint64

func (*Update) GetId

func (m *Update) GetId() string

func (*Update) GetMetadata

func (m *Update) GetMetadata() map[string]string

func (*Update) GetTimestamp

func (m *Update) GetTimestamp() uint64

func (*Update) GetType

func (m *Update) GetType() string

func (*Update) ProtoMessage

func (*Update) ProtoMessage()

func (*Update) Reset

func (m *Update) Reset()

func (*Update) String

func (m *Update) String() string

func (*Update) XXX_DiscardUnknown

func (m *Update) XXX_DiscardUnknown()

func (*Update) XXX_Marshal

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

func (*Update) XXX_Merge

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

func (*Update) XXX_Size

func (m *Update) XXX_Size() int

func (*Update) XXX_Unmarshal

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

Directories

Path Synopsis
broker module
http Module
memory Module
client module
mock Module
rpc Module
cmd module
codec module
bytes Module
grpc Module
json Module
jsonrpc Module
proto Module
protorpc Module
errors module
metadata module
registry module
consul Module
gossip Module
gossip/proto Module
mdns Module
memory Module
selector module
dns Module
registry Module
static Module
server module
debug Module
debug/proto Module
mock Module
rpc Module
transport module
http Module
memory Module

Jump to

Keyboard shortcuts

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