package events
import "github.com/gogo/protobuf/test/issue312/events"
Index ¶
- type Subtype
- func NewPopulatedSubtype(r randyEvents, easy bool) *Subtype
- func (*Subtype) Descriptor() ([]byte, []int)
- func (this *Subtype) Equal(that interface{}) bool
- func (m *Subtype) GetState() issue312.TaskState
- func (this *Subtype) GoString() string
- func (*Subtype) ProtoMessage()
- func (m *Subtype) Reset()
- func (m *Subtype) String() string
- func (m *Subtype) XXX_DiscardUnknown()
- func (m *Subtype) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Subtype) XXX_Merge(src proto.Message)
- func (m *Subtype) XXX_Size() int
- func (m *Subtype) XXX_Unmarshal(b []byte) error
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 (*Subtype) Descriptor ¶
func (*Subtype) Equal ¶
func (*Subtype) GetState ¶
func (*Subtype) GoString ¶
func (*Subtype) ProtoMessage ¶
func (*Subtype) ProtoMessage()
func (*Subtype) Reset ¶
func (m *Subtype) Reset()
func (*Subtype) String ¶
func (*Subtype) XXX_DiscardUnknown ¶
func (m *Subtype) XXX_DiscardUnknown()
func (*Subtype) XXX_Marshal ¶
func (*Subtype) XXX_Merge ¶
func (*Subtype) XXX_Size ¶
func (*Subtype) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.3.1
- Published
- Oct 14, 2019
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 2 days ago –
Tools for package owners.