internal

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2019 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object struct {
	Fields               map[string]*Value `` /* 153-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Object) Descriptor

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

func (*Object) GetFields

func (m *Object) GetFields() map[string]*Value

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) Reset

func (m *Object) Reset()

func (*Object) String

func (m *Object) String() string

func (*Object) XXX_DiscardUnknown

func (m *Object) XXX_DiscardUnknown()

func (*Object) XXX_Marshal

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

func (*Object) XXX_Merge

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

func (*Object) XXX_Size

func (m *Object) XXX_Size() int

func (*Object) XXX_Unmarshal

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

type Tuple

type Tuple struct {
	Fields               []*Value `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Tuple) Descriptor

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

func (*Tuple) GetFields

func (m *Tuple) GetFields() []*Value

func (*Tuple) ProtoMessage

func (*Tuple) ProtoMessage()

func (*Tuple) Reset

func (m *Tuple) Reset()

func (*Tuple) String

func (m *Tuple) String() string

func (*Tuple) XXX_DiscardUnknown

func (m *Tuple) XXX_DiscardUnknown()

func (*Tuple) XXX_Marshal

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

func (*Tuple) XXX_Merge

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

func (*Tuple) XXX_Size

func (m *Tuple) XXX_Size() int

func (*Tuple) XXX_Unmarshal

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

type Value

type Value struct {
	// Types that are valid to be assigned to Value:
	//	*Value_Null
	//	*Value_Phantom
	//	*Value_Int
	//	*Value_Float
	//	*Value_Bool
	//	*Value_String_
	//	*Value_Time
	//	*Value_Duration
	//	*Value_Tuple
	//	*Value_Object
	Value                isValue_Value `protobuf_oneof:"value"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*Value) Descriptor

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

func (*Value) GetBool

func (m *Value) GetBool() bool

func (*Value) GetDuration

func (m *Value) GetDuration() *duration.Duration

func (*Value) GetFloat

func (m *Value) GetFloat() float64

func (*Value) GetInt

func (m *Value) GetInt() int64

func (*Value) GetNull

func (m *Value) GetNull() bool

func (*Value) GetObject

func (m *Value) GetObject() *Object

func (*Value) GetPhantom

func (m *Value) GetPhantom() bool

func (*Value) GetString_

func (m *Value) GetString_() string

func (*Value) GetTime

func (m *Value) GetTime() *timestamp.Timestamp

func (*Value) GetTuple

func (m *Value) GetTuple() *Tuple

func (*Value) GetValue

func (m *Value) GetValue() isValue_Value

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) Reset

func (m *Value) Reset()

func (*Value) String

func (m *Value) String() string

func (*Value) XXX_DiscardUnknown

func (m *Value) XXX_DiscardUnknown()

func (*Value) XXX_Marshal

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

func (*Value) XXX_Merge

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

func (*Value) XXX_OneofWrappers

func (*Value) XXX_OneofWrappers() []interface{}

XXX_OneofWrappers is for the internal use of the proto package.

func (*Value) XXX_Size

func (m *Value) XXX_Size() int

func (*Value) XXX_Unmarshal

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

type Value_Bool

type Value_Bool struct {
	Bool bool `protobuf:"varint,5,opt,name=bool,proto3,oneof"`
}

type Value_Duration

type Value_Duration struct {
	Duration *duration.Duration `protobuf:"bytes,8,opt,name=duration,proto3,oneof"`
}

type Value_Float

type Value_Float struct {
	Float float64 `protobuf:"fixed64,4,opt,name=float,proto3,oneof"`
}

type Value_Int

type Value_Int struct {
	Int int64 `protobuf:"varint,3,opt,name=int,proto3,oneof"`
}

type Value_Null

type Value_Null struct {
	Null bool `protobuf:"varint,1,opt,name=null,proto3,oneof"`
}

type Value_Object

type Value_Object struct {
	Object *Object `protobuf:"bytes,10,opt,name=object,proto3,oneof"`
}

type Value_Phantom

type Value_Phantom struct {
	Phantom bool `protobuf:"varint,2,opt,name=phantom,proto3,oneof"`
}

type Value_String_

type Value_String_ struct {
	String_ string `protobuf:"bytes,6,opt,name=string,proto3,oneof"`
}

type Value_Time

type Value_Time struct {
	Time *timestamp.Timestamp `protobuf:"bytes,7,opt,name=time,proto3,oneof"`
}

type Value_Tuple

type Value_Tuple struct {
	Tuple *Tuple `protobuf:"bytes,9,opt,name=tuple,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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