Documentation ¶
Index ¶
- Variables
- type FuncArgsSpec
- func (*FuncArgsSpec) Descriptor() ([]byte, []int)
- func (this *FuncArgsSpec) Equal(that interface{}) bool
- func (m *FuncArgsSpec) GetArgs() []*FuncArgsSpec_Arg
- func (this *FuncArgsSpec) GoString() string
- func (m *FuncArgsSpec) Marshal() (dAtA []byte, err error)
- func (m *FuncArgsSpec) MarshalTo(dAtA []byte) (int, error)
- func (m *FuncArgsSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*FuncArgsSpec) ProtoMessage()
- func (m *FuncArgsSpec) Reset()
- func (m *FuncArgsSpec) Size() (n int)
- func (this *FuncArgsSpec) String() string
- func (m *FuncArgsSpec) Unmarshal(dAtA []byte) error
- func (m *FuncArgsSpec) XXX_DiscardUnknown()
- func (m *FuncArgsSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FuncArgsSpec) XXX_Merge(src proto.Message)
- func (m *FuncArgsSpec) XXX_Size() int
- func (m *FuncArgsSpec) XXX_Unmarshal(b []byte) error
- type FuncArgsSpec_Arg
- func (*FuncArgsSpec_Arg) Descriptor() ([]byte, []int)
- func (this *FuncArgsSpec_Arg) Equal(that interface{}) bool
- func (m *FuncArgsSpec_Arg) GetDataType() typespb.DataType
- func (m *FuncArgsSpec_Arg) GetDefaultValue() string
- func (m *FuncArgsSpec_Arg) GetName() string
- func (m *FuncArgsSpec_Arg) GetSemanticType() typespb.SemanticType
- func (this *FuncArgsSpec_Arg) GoString() string
- func (m *FuncArgsSpec_Arg) Marshal() (dAtA []byte, err error)
- func (m *FuncArgsSpec_Arg) MarshalTo(dAtA []byte) (int, error)
- func (m *FuncArgsSpec_Arg) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*FuncArgsSpec_Arg) ProtoMessage()
- func (m *FuncArgsSpec_Arg) Reset()
- func (m *FuncArgsSpec_Arg) Size() (n int)
- func (this *FuncArgsSpec_Arg) String() string
- func (m *FuncArgsSpec_Arg) Unmarshal(dAtA []byte) error
- func (m *FuncArgsSpec_Arg) XXX_DiscardUnknown()
- func (m *FuncArgsSpec_Arg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FuncArgsSpec_Arg) XXX_Merge(src proto.Message)
- func (m *FuncArgsSpec_Arg) XXX_Size() int
- func (m *FuncArgsSpec_Arg) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type FuncArgsSpec ¶
type FuncArgsSpec struct {
Args []*FuncArgsSpec_Arg `protobuf:"bytes,1,rep,name=args,proto3" json:"args,omitempty"`
}
func (*FuncArgsSpec) Descriptor ¶
func (*FuncArgsSpec) Descriptor() ([]byte, []int)
func (*FuncArgsSpec) Equal ¶
func (this *FuncArgsSpec) Equal(that interface{}) bool
func (*FuncArgsSpec) GetArgs ¶
func (m *FuncArgsSpec) GetArgs() []*FuncArgsSpec_Arg
func (*FuncArgsSpec) GoString ¶
func (this *FuncArgsSpec) GoString() string
func (*FuncArgsSpec) Marshal ¶
func (m *FuncArgsSpec) Marshal() (dAtA []byte, err error)
func (*FuncArgsSpec) MarshalToSizedBuffer ¶
func (m *FuncArgsSpec) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*FuncArgsSpec) ProtoMessage ¶
func (*FuncArgsSpec) ProtoMessage()
func (*FuncArgsSpec) Reset ¶
func (m *FuncArgsSpec) Reset()
func (*FuncArgsSpec) Size ¶
func (m *FuncArgsSpec) Size() (n int)
func (*FuncArgsSpec) String ¶
func (this *FuncArgsSpec) String() string
func (*FuncArgsSpec) Unmarshal ¶
func (m *FuncArgsSpec) Unmarshal(dAtA []byte) error
func (*FuncArgsSpec) XXX_DiscardUnknown ¶
func (m *FuncArgsSpec) XXX_DiscardUnknown()
func (*FuncArgsSpec) XXX_Marshal ¶
func (m *FuncArgsSpec) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FuncArgsSpec) XXX_Merge ¶
func (m *FuncArgsSpec) XXX_Merge(src proto.Message)
func (*FuncArgsSpec) XXX_Size ¶
func (m *FuncArgsSpec) XXX_Size() int
func (*FuncArgsSpec) XXX_Unmarshal ¶
func (m *FuncArgsSpec) XXX_Unmarshal(b []byte) error
type FuncArgsSpec_Arg ¶
type FuncArgsSpec_Arg struct { DataType typespb.DataType `protobuf:"varint,1,opt,name=data_type,json=dataType,proto3,enum=px.types.DataType" json:"data_type,omitempty"` SemanticType typespb.SemanticType `protobuf:"varint,2,opt,name=semantic_type,json=semanticType,proto3,enum=px.types.SemanticType" json:"semantic_type,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` DefaultValue string `protobuf:"bytes,5,opt,name=default_value,json=defaultValue,proto3" json:"default_value,omitempty"` }
func (*FuncArgsSpec_Arg) Descriptor ¶
func (*FuncArgsSpec_Arg) Descriptor() ([]byte, []int)
func (*FuncArgsSpec_Arg) Equal ¶
func (this *FuncArgsSpec_Arg) Equal(that interface{}) bool
func (*FuncArgsSpec_Arg) GetDataType ¶
func (m *FuncArgsSpec_Arg) GetDataType() typespb.DataType
func (*FuncArgsSpec_Arg) GetDefaultValue ¶
func (m *FuncArgsSpec_Arg) GetDefaultValue() string
func (*FuncArgsSpec_Arg) GetName ¶
func (m *FuncArgsSpec_Arg) GetName() string
func (*FuncArgsSpec_Arg) GetSemanticType ¶
func (m *FuncArgsSpec_Arg) GetSemanticType() typespb.SemanticType
func (*FuncArgsSpec_Arg) GoString ¶
func (this *FuncArgsSpec_Arg) GoString() string
func (*FuncArgsSpec_Arg) Marshal ¶
func (m *FuncArgsSpec_Arg) Marshal() (dAtA []byte, err error)
func (*FuncArgsSpec_Arg) MarshalToSizedBuffer ¶
func (m *FuncArgsSpec_Arg) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*FuncArgsSpec_Arg) ProtoMessage ¶
func (*FuncArgsSpec_Arg) ProtoMessage()
func (*FuncArgsSpec_Arg) Reset ¶
func (m *FuncArgsSpec_Arg) Reset()
func (*FuncArgsSpec_Arg) Size ¶
func (m *FuncArgsSpec_Arg) Size() (n int)
func (*FuncArgsSpec_Arg) String ¶
func (this *FuncArgsSpec_Arg) String() string
func (*FuncArgsSpec_Arg) Unmarshal ¶
func (m *FuncArgsSpec_Arg) Unmarshal(dAtA []byte) error
func (*FuncArgsSpec_Arg) XXX_DiscardUnknown ¶
func (m *FuncArgsSpec_Arg) XXX_DiscardUnknown()
func (*FuncArgsSpec_Arg) XXX_Marshal ¶
func (m *FuncArgsSpec_Arg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FuncArgsSpec_Arg) XXX_Merge ¶
func (m *FuncArgsSpec_Arg) XXX_Merge(src proto.Message)
func (*FuncArgsSpec_Arg) XXX_Size ¶
func (m *FuncArgsSpec_Arg) XXX_Size() int
func (*FuncArgsSpec_Arg) XXX_Unmarshal ¶
func (m *FuncArgsSpec_Arg) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.