dagpb

package
v2.1.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2019 License: LGPL-3.0 Imports: 3 Imported by: 3

Documentation

Overview

Package dagpb is a generated protocol buffer package.

It is generated from these files:

dag.proto

It has these top-level messages:

Dag
Node

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Dag

type Dag struct {
	Nodes []*Node `protobuf:"bytes,1,rep,name=Nodes" json:"Nodes,omitempty"`
}

func (*Dag) Descriptor

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

func (*Dag) GetNodes

func (m *Dag) GetNodes() []*Node

func (*Dag) ProtoMessage

func (*Dag) ProtoMessage()

func (*Dag) Reset

func (m *Dag) Reset()

func (*Dag) String

func (m *Dag) String() string

type Node

type Node struct {
	Key      string  `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	Index    int32   `protobuf:"varint,2,opt,name=Index,proto3" json:"Index,omitempty"`
	Children []int32 `protobuf:"varint,3,rep,packed,name=Children" json:"Children,omitempty"`
}

func (*Node) Descriptor

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

func (*Node) GetChildren

func (m *Node) GetChildren() []int32

func (*Node) GetIndex

func (m *Node) GetIndex() int32

func (*Node) GetKey

func (m *Node) GetKey() string

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) Reset

func (m *Node) Reset()

func (*Node) String

func (m *Node) String() string

Jump to

Keyboard shortcuts

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