package events

import "github.com/gogo/protobuf/test/issue312/events"

Index

Types

type Subtype

type Subtype struct {
	State                *issue312.TaskState `protobuf:"varint,4,opt,name=state,enum=issue312.TaskState" json:"state,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func NewPopulatedSubtype

func NewPopulatedSubtype(r randyEvents, easy bool) *Subtype

func (*Subtype) Descriptor

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

func (*Subtype) Equal

func (this *Subtype) Equal(that interface{}) bool

func (*Subtype) GetState

func (m *Subtype) GetState() issue312.TaskState

func (*Subtype) GoString

func (this *Subtype) GoString() string

func (*Subtype) ProtoMessage

func (*Subtype) ProtoMessage()

func (*Subtype) Reset

func (m *Subtype) Reset()

func (*Subtype) String

func (m *Subtype) String() string

func (*Subtype) XXX_DiscardUnknown

func (m *Subtype) XXX_DiscardUnknown()

func (*Subtype) XXX_Marshal

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

func (*Subtype) XXX_Merge

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

func (*Subtype) XXX_Size

func (m *Subtype) XXX_Size() int

func (*Subtype) XXX_Unmarshal

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

Source Files

events.pb.go

Version
v1.2.0
Published
Dec 11, 2018
Platform
js/wasm
Imports
8 packages
Last checked
2 days ago

Tools for package owners.