Documentation ¶
Index ¶
- type Default
- func (*Default) Descriptor() ([]byte, []int)
- func (m *Default) GetDescription() string
- func (m *Default) GetDisplayName() string
- func (m *Default) GetId() string
- func (m *Default) GetRepstring() []string
- func (*Default) ProtoMessage()
- func (m *Default) Reset()
- func (m *Default) String() string
- func (m *Default) XXX_DiscardUnknown()
- func (m *Default) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Default) XXX_Merge(src proto.Message)
- func (m *Default) XXX_Size() int
- func (m *Default) XXX_Unmarshal(b []byte) error
- type Experiment
- func (*Experiment) Descriptor() ([]byte, []int)
- func (m *Experiment) GetDescription() string
- func (m *Experiment) GetDisplayName() string
- func (m *Experiment) GetFuroDataBoolIcon() bool
- func (m *Experiment) GetFuroDataCheckboxInput() bool
- func (m *Experiment) GetFuroDataColorInput() string
- func (m *Experiment) GetFuroDataDateInput() string
- func (m *Experiment) GetFuroDataDateInputGoogle() *_type.Date
- func (m *Experiment) GetFuroDataMoneyInput() *_type.Money
- func (m *Experiment) GetFuroDataNumberInput() float32
- func (m *Experiment) GetFuroDataPasswordInput() string
- func (m *Experiment) GetFuroDataRangeInput() string
- func (m *Experiment) GetFuroDataSearchInput() string
- func (m *Experiment) GetFuroDataTextInput() string
- func (m *Experiment) GetFuroDataTextareaInput() string
- func (m *Experiment) GetFuroDataTimeInput() string
- func (m *Experiment) GetId() string
- func (m *Experiment) GetRepstring() []string
- func (m *Experiment) GetSingleTypeProperty() *furo.Property
- func (m *Experiment) GetTheAnyType() *any.Any
- func (m *Experiment) GetTypeProperty() []*furo.Property
- func (m *Experiment) GetTypeWithOptions() string
- func (m *Experiment) GetUpdateMask() *field_mask.FieldMask
- func (*Experiment) ProtoMessage()
- func (m *Experiment) Reset()
- func (m *Experiment) String() string
- func (m *Experiment) XXX_DiscardUnknown()
- func (m *Experiment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Experiment) XXX_Merge(src proto.Message)
- func (m *Experiment) XXX_Size() int
- func (m *Experiment) XXX_Unmarshal(b []byte) error
- type ExperimentCollection
- func (*ExperimentCollection) Descriptor() ([]byte, []int)
- func (m *ExperimentCollection) GetEntities() []*ExperimentEntity
- func (m *ExperimentCollection) GetLinks() []*furo.Link
- func (m *ExperimentCollection) GetMeta() *furo.Meta
- func (*ExperimentCollection) ProtoMessage()
- func (m *ExperimentCollection) Reset()
- func (m *ExperimentCollection) String() string
- func (m *ExperimentCollection) XXX_DiscardUnknown()
- func (m *ExperimentCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExperimentCollection) XXX_Merge(src proto.Message)
- func (m *ExperimentCollection) XXX_Size() int
- func (m *ExperimentCollection) XXX_Unmarshal(b []byte) error
- type ExperimentEntity
- func (*ExperimentEntity) Descriptor() ([]byte, []int)
- func (m *ExperimentEntity) GetData() *Experiment
- func (m *ExperimentEntity) GetLinks() []*furo.Link
- func (m *ExperimentEntity) GetMeta() *furo.Meta
- func (*ExperimentEntity) ProtoMessage()
- func (m *ExperimentEntity) Reset()
- func (m *ExperimentEntity) String() string
- func (m *ExperimentEntity) XXX_DiscardUnknown()
- func (m *ExperimentEntity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExperimentEntity) XXX_Merge(src proto.Message)
- func (m *ExperimentEntity) XXX_Size() int
- func (m *ExperimentEntity) XXX_Unmarshal(b []byte) error
- type Recursive
- func (*Recursive) Descriptor() ([]byte, []int)
- func (m *Recursive) GetDisplayName() string
- func (m *Recursive) GetId() string
- func (m *Recursive) GetRecursion() *Recursive
- func (*Recursive) ProtoMessage()
- func (m *Recursive) Reset()
- func (m *Recursive) String() string
- func (m *Recursive) XXX_DiscardUnknown()
- func (m *Recursive) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Recursive) XXX_Merge(src proto.Message)
- func (m *Recursive) XXX_Size() int
- func (m *Recursive) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Default ¶
type Default struct { // Short experiment description Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Localized String representation of a experiment DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Identity of a experiment Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // repeated string Repstring []string `protobuf:"bytes,4,rep,name=repstring,proto3" json:"repstring,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
Test the default value
func (*Default) Descriptor ¶
func (*Default) GetDescription ¶
func (*Default) GetDisplayName ¶
func (*Default) GetRepstring ¶
func (*Default) ProtoMessage ¶
func (*Default) ProtoMessage()
func (*Default) XXX_DiscardUnknown ¶
func (m *Default) XXX_DiscardUnknown()
func (*Default) XXX_Marshal ¶
func (*Default) XXX_Unmarshal ¶
type Experiment ¶
type Experiment struct { // Short experiment description Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Localized String representation of a experiment DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // field for furo-data-bool-icon for testing FuroDataBoolIcon bool `protobuf:"varint,14,opt,name=furo_data_bool_icon,json=furoDataBoolIcon,proto3" json:"furo_data_bool_icon,omitempty"` // field for furo_data_checkbox_input for testing FuroDataCheckboxInput bool `` /* 129-byte string literal not displayed */ // field for furo-data-color-input for testing FuroDataColorInput string `protobuf:"bytes,10,opt,name=furo_data_color_input,json=furoDataColorInput,proto3" json:"furo_data_color_input,omitempty"` // field for furo-data-date-input for testing FuroDataDateInput string `protobuf:"bytes,13,opt,name=furo_data_date_input,json=furoDataDateInput,proto3" json:"furo_data_date_input,omitempty"` // field for furo-data-date-input for testing FuroDataDateInputGoogle *_type.Date `` /* 137-byte string literal not displayed */ // field for testing money type FuroDataMoneyInput *_type.Money `protobuf:"bytes,21,opt,name=furo_data_money_input,json=furoDataMoneyInput,proto3" json:"furo_data_money_input,omitempty"` // field for furo-data-number-input for testing FuroDataNumberInput float32 `protobuf:"fixed32,9,opt,name=furo_data_number_input,json=furoDataNumberInput,proto3" json:"furo_data_number_input,omitempty"` // field for furo-data-password-input for testing FuroDataPasswordInput string `` /* 129-byte string literal not displayed */ // field for furo-data-range-input for testing FuroDataRangeInput string `protobuf:"bytes,8,opt,name=furo_data_range_input,json=furoDataRangeInput,proto3" json:"furo_data_range_input,omitempty"` // field for furo-search-input for testing FuroDataSearchInput string `protobuf:"bytes,12,opt,name=furo_data_search_input,json=furoDataSearchInput,proto3" json:"furo_data_search_input,omitempty"` // field for furo_data_text_input for testing FuroDataTextInput string `protobuf:"bytes,5,opt,name=furo_data_text_input,json=furoDataTextInput,proto3" json:"furo_data_text_input,omitempty"` // field for furo_data_textarea_input for testing FuroDataTextareaInput string `` /* 128-byte string literal not displayed */ // field for furo-data-time-input for testing FuroDataTimeInput string `protobuf:"bytes,7,opt,name=furo_data_time_input,json=furoDataTimeInput,proto3" json:"furo_data_time_input,omitempty"` // Identity of a experiment Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // repeated string Repstring []string `protobuf:"bytes,20,rep,name=repstring,proto3" json:"repstring,omitempty"` // field for testing property SingleTypeProperty *furo.Property `protobuf:"bytes,19,opt,name=single_type_property,json=singleTypeProperty,proto3" json:"single_type_property,omitempty"` // field for testing any TheAnyType *any.Any `protobuf:"bytes,15,opt,name=the_any_type,json=theAnyType,proto3" json:"the_any_type,omitempty"` // field for testing property TypeProperty []*furo.Property `protobuf:"bytes,17,rep,name=type_property,json=typeProperty,proto3" json:"type_property,omitempty"` // field for testing static options TypeWithOptions string `protobuf:"bytes,16,opt,name=type_with_options,json=typeWithOptions,proto3" json:"type_with_options,omitempty"` // Contains a field_mask which fields of the targeted resource are going to be updated UpdateMask *field_mask.FieldMask `protobuf:"bytes,22,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
experiment spec for testing
func (*Experiment) Descriptor ¶
func (*Experiment) Descriptor() ([]byte, []int)
func (*Experiment) GetDescription ¶
func (m *Experiment) GetDescription() string
func (*Experiment) GetDisplayName ¶
func (m *Experiment) GetDisplayName() string
func (*Experiment) GetFuroDataBoolIcon ¶
func (m *Experiment) GetFuroDataBoolIcon() bool
func (*Experiment) GetFuroDataCheckboxInput ¶
func (m *Experiment) GetFuroDataCheckboxInput() bool
func (*Experiment) GetFuroDataColorInput ¶
func (m *Experiment) GetFuroDataColorInput() string
func (*Experiment) GetFuroDataDateInput ¶
func (m *Experiment) GetFuroDataDateInput() string
func (*Experiment) GetFuroDataDateInputGoogle ¶
func (m *Experiment) GetFuroDataDateInputGoogle() *_type.Date
func (*Experiment) GetFuroDataMoneyInput ¶
func (m *Experiment) GetFuroDataMoneyInput() *_type.Money
func (*Experiment) GetFuroDataNumberInput ¶
func (m *Experiment) GetFuroDataNumberInput() float32
func (*Experiment) GetFuroDataPasswordInput ¶
func (m *Experiment) GetFuroDataPasswordInput() string
func (*Experiment) GetFuroDataRangeInput ¶
func (m *Experiment) GetFuroDataRangeInput() string
func (*Experiment) GetFuroDataSearchInput ¶
func (m *Experiment) GetFuroDataSearchInput() string
func (*Experiment) GetFuroDataTextInput ¶
func (m *Experiment) GetFuroDataTextInput() string
func (*Experiment) GetFuroDataTextareaInput ¶
func (m *Experiment) GetFuroDataTextareaInput() string
func (*Experiment) GetFuroDataTimeInput ¶
func (m *Experiment) GetFuroDataTimeInput() string
func (*Experiment) GetId ¶
func (m *Experiment) GetId() string
func (*Experiment) GetRepstring ¶
func (m *Experiment) GetRepstring() []string
func (*Experiment) GetSingleTypeProperty ¶
func (m *Experiment) GetSingleTypeProperty() *furo.Property
func (*Experiment) GetTheAnyType ¶
func (m *Experiment) GetTheAnyType() *any.Any
func (*Experiment) GetTypeProperty ¶
func (m *Experiment) GetTypeProperty() []*furo.Property
func (*Experiment) GetTypeWithOptions ¶
func (m *Experiment) GetTypeWithOptions() string
func (*Experiment) GetUpdateMask ¶
func (m *Experiment) GetUpdateMask() *field_mask.FieldMask
func (*Experiment) ProtoMessage ¶
func (*Experiment) ProtoMessage()
func (*Experiment) Reset ¶
func (m *Experiment) Reset()
func (*Experiment) String ¶
func (m *Experiment) String() string
func (*Experiment) XXX_DiscardUnknown ¶
func (m *Experiment) XXX_DiscardUnknown()
func (*Experiment) XXX_Marshal ¶
func (m *Experiment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Experiment) XXX_Merge ¶
func (m *Experiment) XXX_Merge(src proto.Message)
func (*Experiment) XXX_Size ¶
func (m *Experiment) XXX_Size() int
func (*Experiment) XXX_Unmarshal ¶
func (m *Experiment) XXX_Unmarshal(b []byte) error
type ExperimentCollection ¶
type ExperimentCollection struct { // Contains a experiment.ExperimentEntity repeated Entities []*ExperimentEntity `protobuf:"bytes,4,rep,name=entities,proto3" json:"entities,omitempty"` // Hateoas links Links []*furo.Link `protobuf:"bytes,3,rep,name=links,proto3" json:"links,omitempty"` // Meta for the response Meta *furo.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ExperimentCollection with repeated ExperimentEntity
func (*ExperimentCollection) Descriptor ¶
func (*ExperimentCollection) Descriptor() ([]byte, []int)
func (*ExperimentCollection) GetEntities ¶
func (m *ExperimentCollection) GetEntities() []*ExperimentEntity
func (*ExperimentCollection) GetLinks ¶
func (m *ExperimentCollection) GetLinks() []*furo.Link
func (*ExperimentCollection) GetMeta ¶
func (m *ExperimentCollection) GetMeta() *furo.Meta
func (*ExperimentCollection) ProtoMessage ¶
func (*ExperimentCollection) ProtoMessage()
func (*ExperimentCollection) Reset ¶
func (m *ExperimentCollection) Reset()
func (*ExperimentCollection) String ¶
func (m *ExperimentCollection) String() string
func (*ExperimentCollection) XXX_DiscardUnknown ¶
func (m *ExperimentCollection) XXX_DiscardUnknown()
func (*ExperimentCollection) XXX_Marshal ¶
func (m *ExperimentCollection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExperimentCollection) XXX_Merge ¶
func (m *ExperimentCollection) XXX_Merge(src proto.Message)
func (*ExperimentCollection) XXX_Size ¶
func (m *ExperimentCollection) XXX_Size() int
func (*ExperimentCollection) XXX_Unmarshal ¶
func (m *ExperimentCollection) XXX_Unmarshal(b []byte) error
type ExperimentEntity ¶
type ExperimentEntity struct { // contains a experiment.Experiment Data *Experiment `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` // Hateoas links Links []*furo.Link `protobuf:"bytes,2,rep,name=links,proto3" json:"links,omitempty"` // Meta for the response Meta *furo.Meta `protobuf:"bytes,3,opt,name=meta,proto3" json:"meta,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
ExperimentEntity with Experiment
func (*ExperimentEntity) Descriptor ¶
func (*ExperimentEntity) Descriptor() ([]byte, []int)
func (*ExperimentEntity) GetData ¶
func (m *ExperimentEntity) GetData() *Experiment
func (*ExperimentEntity) GetLinks ¶
func (m *ExperimentEntity) GetLinks() []*furo.Link
func (*ExperimentEntity) GetMeta ¶
func (m *ExperimentEntity) GetMeta() *furo.Meta
func (*ExperimentEntity) ProtoMessage ¶
func (*ExperimentEntity) ProtoMessage()
func (*ExperimentEntity) Reset ¶
func (m *ExperimentEntity) Reset()
func (*ExperimentEntity) String ¶
func (m *ExperimentEntity) String() string
func (*ExperimentEntity) XXX_DiscardUnknown ¶
func (m *ExperimentEntity) XXX_DiscardUnknown()
func (*ExperimentEntity) XXX_Marshal ¶
func (m *ExperimentEntity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExperimentEntity) XXX_Merge ¶
func (m *ExperimentEntity) XXX_Merge(src proto.Message)
func (*ExperimentEntity) XXX_Size ¶
func (m *ExperimentEntity) XXX_Size() int
func (*ExperimentEntity) XXX_Unmarshal ¶
func (m *ExperimentEntity) XXX_Unmarshal(b []byte) error
type Recursive ¶
type Recursive struct { // Localized String representation DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Identity Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The recursion Recursion *Recursive `protobuf:"bytes,3,opt,name=recursion,proto3" json:"recursion,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
recursive type for testing
func (*Recursive) Descriptor ¶
func (*Recursive) GetDisplayName ¶
func (*Recursive) GetRecursion ¶
func (*Recursive) ProtoMessage ¶
func (*Recursive) ProtoMessage()
func (*Recursive) XXX_DiscardUnknown ¶
func (m *Recursive) XXX_DiscardUnknown()
func (*Recursive) XXX_Marshal ¶
func (*Recursive) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.