nodes_pb

package
v1.5.2-0...-7e8729b Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinkedListNode

type LinkedListNode struct {
	Data                 []byte   `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	Next                 []byte   `protobuf:"bytes,2,opt,name=next,proto3" json:"next,omitempty"`
	Prev                 []byte   `protobuf:"bytes,3,opt,name=prev,proto3" json:"prev,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*LinkedListNode) Descriptor

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

func (*LinkedListNode) GetData

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

func (*LinkedListNode) GetNext

func (m *LinkedListNode) GetNext() []byte

func (*LinkedListNode) GetPrev

func (m *LinkedListNode) GetPrev() []byte

func (*LinkedListNode) ProtoMessage

func (*LinkedListNode) ProtoMessage()

func (*LinkedListNode) Reset

func (m *LinkedListNode) Reset()

func (*LinkedListNode) String

func (m *LinkedListNode) String() string

func (*LinkedListNode) XXX_DiscardUnknown

func (m *LinkedListNode) XXX_DiscardUnknown()

func (*LinkedListNode) XXX_Marshal

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

func (*LinkedListNode) XXX_Merge

func (m *LinkedListNode) XXX_Merge(src proto.Message)

func (*LinkedListNode) XXX_Size

func (m *LinkedListNode) XXX_Size() int

func (*LinkedListNode) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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