Documentation ¶
Index ¶
- Variables
- type BodyParam
- func (*BodyParam) Descriptor() ([]byte, []int)
- func (m *BodyParam) GetConfig() *GeneratorConfig
- func (m *BodyParam) GetGeneratorType() GeneratorType
- func (m *BodyParam) GetIsGenerated() bool
- func (m *BodyParam) GetListProperty() *ListProperty
- func (m *BodyParam) GetName() string
- func (m *BodyParam) GetProperties() *ObjectProperty
- func (m *BodyParam) GetSimpleProperty() *SimpleValue
- func (m *BodyParam) GetType() BodyParamType
- func (m *BodyParam) GetValue() isBodyParam_Value
- func (m *BodyParam) Marshal() (dAtA []byte, err error)
- func (m *BodyParam) MarshalTo(dAtA []byte) (int, error)
- func (m *BodyParam) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BodyParam) ProtoMessage()
- func (m *BodyParam) Reset()
- func (m *BodyParam) Size() (n int)
- func (m *BodyParam) String() string
- func (m *BodyParam) Unmarshal(dAtA []byte) error
- func (m *BodyParam) XXX_DiscardUnknown()
- func (m *BodyParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BodyParam) XXX_Merge(src proto.Message)
- func (*BodyParam) XXX_OneofWrappers() []interface{}
- func (m *BodyParam) XXX_Size() int
- func (m *BodyParam) XXX_Unmarshal(b []byte) error
- type BodyParamType
- type BodyParam_ListProperty
- type BodyParam_Properties
- type BodyParam_SimpleProperty
- type BomberResult
- func (*BomberResult) Descriptor() ([]byte, []int)
- func (m *BomberResult) GetAmountStatusesPerStatus() map[int32]int64
- func (m *BomberResult) GetAmountTimeoutsRequests() int64
- func (m *BomberResult) GetBomberId() string
- func (m *BomberResult) GetBomberIp() string
- func (m *BomberResult) GetElapsedTimeAttack() int64
- func (m *BomberResult) GetFormId() string
- func (m *BomberResult) GetMsPerRequest() []int64
- func (m *BomberResult) Marshal() (dAtA []byte, err error)
- func (m *BomberResult) MarshalTo(dAtA []byte) (int, error)
- func (m *BomberResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*BomberResult) ProtoMessage()
- func (m *BomberResult) Reset()
- func (m *BomberResult) Size() (n int)
- func (m *BomberResult) String() string
- func (m *BomberResult) Unmarshal(dAtA []byte) error
- func (m *BomberResult) XXX_DiscardUnknown()
- func (m *BomberResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BomberResult) XXX_Merge(src proto.Message)
- func (m *BomberResult) XXX_Size() int
- func (m *BomberResult) XXX_Unmarshal(b []byte) error
- type ConfigurationScript
- func (*ConfigurationScript) Descriptor() ([]byte, []int)
- func (m *ConfigurationScript) GetRps() int64
- func (m *ConfigurationScript) GetTime() int64
- func (m *ConfigurationScript) Marshal() (dAtA []byte, err error)
- func (m *ConfigurationScript) MarshalTo(dAtA []byte) (int, error)
- func (m *ConfigurationScript) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ConfigurationScript) ProtoMessage()
- func (m *ConfigurationScript) Reset()
- func (m *ConfigurationScript) Size() (n int)
- func (m *ConfigurationScript) String() string
- func (m *ConfigurationScript) Unmarshal(dAtA []byte) error
- func (m *ConfigurationScript) XXX_DiscardUnknown()
- func (m *ConfigurationScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ConfigurationScript) XXX_Merge(src proto.Message)
- func (m *ConfigurationScript) XXX_Size() int
- func (m *ConfigurationScript) XXX_Unmarshal(b []byte) error
- type DigitGeneratorConfig
- func (*DigitGeneratorConfig) Descriptor() ([]byte, []int)
- func (m *DigitGeneratorConfig) GetEndTo() int32
- func (m *DigitGeneratorConfig) GetStartFrom() int32
- func (m *DigitGeneratorConfig) Marshal() (dAtA []byte, err error)
- func (m *DigitGeneratorConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *DigitGeneratorConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*DigitGeneratorConfig) ProtoMessage()
- func (m *DigitGeneratorConfig) Reset()
- func (m *DigitGeneratorConfig) Size() (n int)
- func (m *DigitGeneratorConfig) String() string
- func (m *DigitGeneratorConfig) Unmarshal(dAtA []byte) error
- func (m *DigitGeneratorConfig) XXX_DiscardUnknown()
- func (m *DigitGeneratorConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DigitGeneratorConfig) XXX_Merge(src proto.Message)
- func (m *DigitGeneratorConfig) XXX_Size() int
- func (m *DigitGeneratorConfig) XXX_Unmarshal(b []byte) error
- type GeneratorConfig
- func (*GeneratorConfig) Descriptor() ([]byte, []int)
- func (m *GeneratorConfig) GetDigitGeneratorConfig() *DigitGeneratorConfig
- func (m *GeneratorConfig) GetRegexpConfig() *RegexpConfig
- func (m *GeneratorConfig) GetRes() isGeneratorConfig_Res
- func (m *GeneratorConfig) GetWordGeneratorConfig() *WordGeneratorConfig
- func (m *GeneratorConfig) Marshal() (dAtA []byte, err error)
- func (m *GeneratorConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *GeneratorConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GeneratorConfig) ProtoMessage()
- func (m *GeneratorConfig) Reset()
- func (m *GeneratorConfig) Size() (n int)
- func (m *GeneratorConfig) String() string
- func (m *GeneratorConfig) Unmarshal(dAtA []byte) error
- func (m *GeneratorConfig) XXX_DiscardUnknown()
- func (m *GeneratorConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GeneratorConfig) XXX_Merge(src proto.Message)
- func (*GeneratorConfig) XXX_OneofWrappers() []interface{}
- func (m *GeneratorConfig) XXX_Size() int
- func (m *GeneratorConfig) XXX_Unmarshal(b []byte) error
- type GeneratorConfig_DigitGeneratorConfig
- type GeneratorConfig_RegexpConfig
- type GeneratorConfig_WordGeneratorConfig
- type GeneratorType
- type InitBomberPayload
- func (*InitBomberPayload) Descriptor() ([]byte, []int)
- func (m *InitBomberPayload) GetBomberId() string
- func (m *InitBomberPayload) GetBomberIp() string
- func (m *InitBomberPayload) Marshal() (dAtA []byte, err error)
- func (m *InitBomberPayload) MarshalTo(dAtA []byte) (int, error)
- func (m *InitBomberPayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*InitBomberPayload) ProtoMessage()
- func (m *InitBomberPayload) Reset()
- func (m *InitBomberPayload) Size() (n int)
- func (m *InitBomberPayload) String() string
- func (m *InitBomberPayload) Unmarshal(dAtA []byte) error
- func (m *InitBomberPayload) XXX_DiscardUnknown()
- func (m *InitBomberPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InitBomberPayload) XXX_Merge(src proto.Message)
- func (m *InitBomberPayload) XXX_Size() int
- func (m *InitBomberPayload) XXX_Unmarshal(b []byte) error
- type Language
- type ListProperty
- func (*ListProperty) Descriptor() ([]byte, []int)
- func (m *ListProperty) GetValue() []*SimpleValue
- func (m *ListProperty) Marshal() (dAtA []byte, err error)
- func (m *ListProperty) MarshalTo(dAtA []byte) (int, error)
- func (m *ListProperty) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ListProperty) ProtoMessage()
- func (m *ListProperty) Reset()
- func (m *ListProperty) Size() (n int)
- func (m *ListProperty) String() string
- func (m *ListProperty) Unmarshal(dAtA []byte) error
- func (m *ListProperty) XXX_DiscardUnknown()
- func (m *ListProperty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ListProperty) XXX_Merge(src proto.Message)
- func (m *ListProperty) XXX_Size() int
- func (m *ListProperty) XXX_Unmarshal(b []byte) error
- type ObjectProperty
- func (*ObjectProperty) Descriptor() ([]byte, []int)
- func (m *ObjectProperty) GetProperties() map[string]*BodyParam
- func (m *ObjectProperty) Marshal() (dAtA []byte, err error)
- func (m *ObjectProperty) MarshalTo(dAtA []byte) (int, error)
- func (m *ObjectProperty) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*ObjectProperty) ProtoMessage()
- func (m *ObjectProperty) Reset()
- func (m *ObjectProperty) Size() (n int)
- func (m *ObjectProperty) String() string
- func (m *ObjectProperty) Unmarshal(dAtA []byte) error
- func (m *ObjectProperty) XXX_DiscardUnknown()
- func (m *ObjectProperty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ObjectProperty) XXX_Merge(src proto.Message)
- func (m *ObjectProperty) XXX_Size() int
- func (m *ObjectProperty) XXX_Unmarshal(b []byte) error
- type RegexpConfig
- func (*RegexpConfig) Descriptor() ([]byte, []int)
- func (m *RegexpConfig) GetPattern() string
- func (m *RegexpConfig) Marshal() (dAtA []byte, err error)
- func (m *RegexpConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *RegexpConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RegexpConfig) ProtoMessage()
- func (m *RegexpConfig) Reset()
- func (m *RegexpConfig) Size() (n int)
- func (m *RegexpConfig) String() string
- func (m *RegexpConfig) Unmarshal(dAtA []byte) error
- func (m *RegexpConfig) XXX_DiscardUnknown()
- func (m *RegexpConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RegexpConfig) XXX_Merge(src proto.Message)
- func (m *RegexpConfig) XXX_Size() int
- func (m *RegexpConfig) XXX_Unmarshal(b []byte) error
- type RequestParam
- func (*RequestParam) Descriptor() ([]byte, []int)
- func (m *RequestParam) GetGenerator() GeneratorType
- func (m *RequestParam) GetGeneratorConfig() *GeneratorConfig
- func (m *RequestParam) GetIsGeneratorNeed() bool
- func (m *RequestParam) GetName() string
- func (m *RequestParam) GetValue() string
- func (m *RequestParam) Marshal() (dAtA []byte, err error)
- func (m *RequestParam) MarshalTo(dAtA []byte) (int, error)
- func (m *RequestParam) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RequestParam) ProtoMessage()
- func (m *RequestParam) Reset()
- func (m *RequestParam) Size() (n int)
- func (m *RequestParam) String() string
- func (m *RequestParam) Unmarshal(dAtA []byte) error
- func (m *RequestParam) XXX_DiscardUnknown()
- func (m *RequestParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RequestParam) XXX_Merge(src proto.Message)
- func (m *RequestParam) XXX_Size() int
- func (m *RequestParam) XXX_Unmarshal(b []byte) error
- type RestSchema
- func (*RestSchema) Descriptor() ([]byte, []int)
- func (m *RestSchema) GetBody() []*BodyParam
- func (m *RestSchema) GetHeaders() map[string]string
- func (m *RestSchema) GetId() string
- func (m *RestSchema) GetPathVariables() map[string]string
- func (m *RestSchema) GetRequest() []*RequestParam
- func (m *RestSchema) Marshal() (dAtA []byte, err error)
- func (m *RestSchema) MarshalTo(dAtA []byte) (int, error)
- func (m *RestSchema) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RestSchema) ProtoMessage()
- func (m *RestSchema) Reset()
- func (m *RestSchema) Size() (n int)
- func (m *RestSchema) String() string
- func (m *RestSchema) Unmarshal(dAtA []byte) error
- func (m *RestSchema) XXX_DiscardUnknown()
- func (m *RestSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RestSchema) XXX_Merge(src proto.Message)
- func (m *RestSchema) XXX_Size() int
- func (m *RestSchema) XXX_Unmarshal(b []byte) error
- type RestScript
- func (*RestScript) Descriptor() ([]byte, []int)
- func (m *RestScript) GetAddress() string
- func (m *RestScript) GetConfig() *ConfigurationScript
- func (m *RestScript) GetRequestMethod() string
- func (m *RestScript) GetSchemeId() string
- func (m *RestScript) Marshal() (dAtA []byte, err error)
- func (m *RestScript) MarshalTo(dAtA []byte) (int, error)
- func (m *RestScript) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*RestScript) ProtoMessage()
- func (m *RestScript) Reset()
- func (m *RestScript) Size() (n int)
- func (m *RestScript) String() string
- func (m *RestScript) Unmarshal(dAtA []byte) error
- func (m *RestScript) XXX_DiscardUnknown()
- func (m *RestScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *RestScript) XXX_Merge(src proto.Message)
- func (m *RestScript) XXX_Size() int
- func (m *RestScript) XXX_Unmarshal(b []byte) error
- type Section
- func (*Section) Descriptor() ([]byte, []int)
- func (m *Section) GetMax() int32
- func (m *Section) GetMin() int32
- func (m *Section) Marshal() (dAtA []byte, err error)
- func (m *Section) MarshalTo(dAtA []byte) (int, error)
- func (m *Section) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Section) ProtoMessage()
- func (m *Section) Reset()
- func (m *Section) Size() (n int)
- func (m *Section) String() string
- func (m *Section) Unmarshal(dAtA []byte) error
- func (m *Section) XXX_DiscardUnknown()
- func (m *Section) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Section) XXX_Merge(src proto.Message)
- func (m *Section) XXX_Size() int
- func (m *Section) XXX_Unmarshal(b []byte) error
- type SimpleValue
- func (*SimpleValue) Descriptor() ([]byte, []int)
- func (m *SimpleValue) GetInt32Value() int32
- func (m *SimpleValue) GetInt64Value() int64
- func (m *SimpleValue) GetStringValue() string
- func (m *SimpleValue) GetValue() isSimpleValue_Value
- func (m *SimpleValue) Marshal() (dAtA []byte, err error)
- func (m *SimpleValue) MarshalTo(dAtA []byte) (int, error)
- func (m *SimpleValue) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SimpleValue) ProtoMessage()
- func (m *SimpleValue) Reset()
- func (m *SimpleValue) Size() (n int)
- func (m *SimpleValue) String() string
- func (m *SimpleValue) Unmarshal(dAtA []byte) error
- func (m *SimpleValue) XXX_DiscardUnknown()
- func (m *SimpleValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SimpleValue) XXX_Merge(src proto.Message)
- func (*SimpleValue) XXX_OneofWrappers() []interface{}
- func (m *SimpleValue) XXX_Size() int
- func (m *SimpleValue) XXX_Unmarshal(b []byte) error
- type SimpleValue_Int32Value
- type SimpleValue_Int64Value
- type SimpleValue_StringValue
- type Task
- func (*Task) Descriptor() ([]byte, []int)
- func (m *Task) GetFormId() string
- func (m *Task) GetSchema() *RestSchema
- func (m *Task) GetScript() *RestScript
- func (m *Task) Marshal() (dAtA []byte, err error)
- func (m *Task) MarshalTo(dAtA []byte) (int, error)
- func (m *Task) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Task) ProtoMessage()
- func (m *Task) Reset()
- func (m *Task) Size() (n int)
- func (m *Task) String() string
- func (m *Task) Unmarshal(dAtA []byte) error
- func (m *Task) XXX_DiscardUnknown()
- func (m *Task) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Task) XXX_Merge(src proto.Message)
- func (m *Task) XXX_Size() int
- func (m *Task) XXX_Unmarshal(b []byte) error
- type WordGeneratorConfig
- func (*WordGeneratorConfig) Descriptor() ([]byte, []int)
- func (m *WordGeneratorConfig) GetLanguage() Language
- func (m *WordGeneratorConfig) GetMaxLetters() int32
- func (m *WordGeneratorConfig) GetMinLetters() int32
- func (m *WordGeneratorConfig) Marshal() (dAtA []byte, err error)
- func (m *WordGeneratorConfig) MarshalTo(dAtA []byte) (int, error)
- func (m *WordGeneratorConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*WordGeneratorConfig) ProtoMessage()
- func (m *WordGeneratorConfig) Reset()
- func (m *WordGeneratorConfig) Size() (n int)
- func (m *WordGeneratorConfig) String() string
- func (m *WordGeneratorConfig) Unmarshal(dAtA []byte) error
- func (m *WordGeneratorConfig) XXX_DiscardUnknown()
- func (m *WordGeneratorConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *WordGeneratorConfig) XXX_Merge(src proto.Message)
- func (m *WordGeneratorConfig) XXX_Size() int
- func (m *WordGeneratorConfig) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidLengthInit = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowInit = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupInit = fmt.Errorf("proto: unexpected end of group") )
View Source
var ( ErrInvalidLengthResult = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowResult = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupResult = fmt.Errorf("proto: unexpected end of group") )
View Source
var ( ErrInvalidLengthScheme = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowScheme = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupScheme = fmt.Errorf("proto: unexpected end of group") )
View Source
var ( ErrInvalidLengthScript = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowScript = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupScript = fmt.Errorf("proto: unexpected end of group") )
View Source
var ( ErrInvalidLengthTask = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTask = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTask = fmt.Errorf("proto: unexpected end of group") )
View Source
var BodyParamType_name = map[int32]string{
0: "SIMPLE_PROPERTY",
1: "LIST",
2: "OBJECT",
}
View Source
var BodyParamType_value = map[string]int32{
"SIMPLE_PROPERTY": 0,
"LIST": 1,
"OBJECT": 2,
}
View Source
var GeneratorType_name = map[int32]string{
0: "WORD_GENERATOR",
1: "DIGIT_GENERATOR",
2: "REGEXP_GENERATOR",
}
View Source
var GeneratorType_value = map[string]int32{
"WORD_GENERATOR": 0,
"DIGIT_GENERATOR": 1,
"REGEXP_GENERATOR": 2,
}
View Source
var Language_name = map[int32]string{
0: "RU",
1: "EN",
}
View Source
var Language_value = map[string]int32{
"RU": 0,
"EN": 1,
}
Functions ¶
This section is empty.
Types ¶
type BodyParam ¶
type BodyParam struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type BodyParamType `protobuf:"varint,2,opt,name=type,proto3,enum=org.bomber.team.contracts.BodyParamType" json:"type,omitempty"` IsGenerated bool `protobuf:"varint,3,opt,name=isGenerated,proto3" json:"isGenerated,omitempty"` GeneratorType GeneratorType `protobuf:"varint,4,opt,name=generatorType,proto3,enum=org.bomber.team.contracts.GeneratorType" json:"generatorType,omitempty"` Config *GeneratorConfig `protobuf:"bytes,5,opt,name=config,proto3" json:"config,omitempty"` // Types that are valid to be assigned to Value: // *BodyParam_SimpleProperty // *BodyParam_ListProperty // *BodyParam_Properties Value isBodyParam_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BodyParam) Descriptor ¶
func (*BodyParam) GetConfig ¶
func (m *BodyParam) GetConfig() *GeneratorConfig
func (*BodyParam) GetGeneratorType ¶
func (m *BodyParam) GetGeneratorType() GeneratorType
func (*BodyParam) GetIsGenerated ¶
func (*BodyParam) GetListProperty ¶
func (m *BodyParam) GetListProperty() *ListProperty
func (*BodyParam) GetProperties ¶
func (m *BodyParam) GetProperties() *ObjectProperty
func (*BodyParam) GetSimpleProperty ¶
func (m *BodyParam) GetSimpleProperty() *SimpleValue
func (*BodyParam) GetType ¶
func (m *BodyParam) GetType() BodyParamType
func (*BodyParam) MarshalToSizedBuffer ¶
func (*BodyParam) ProtoMessage ¶
func (*BodyParam) ProtoMessage()
func (*BodyParam) XXX_DiscardUnknown ¶
func (m *BodyParam) XXX_DiscardUnknown()
func (*BodyParam) XXX_Marshal ¶
func (*BodyParam) XXX_OneofWrappers ¶
func (*BodyParam) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*BodyParam) XXX_Unmarshal ¶
type BodyParamType ¶
type BodyParamType int32
const ( BodyParamType_SIMPLE_PROPERTY BodyParamType = 0 BodyParamType_LIST BodyParamType = 1 BodyParamType_OBJECT BodyParamType = 2 )
func (BodyParamType) EnumDescriptor ¶
func (BodyParamType) EnumDescriptor() ([]byte, []int)
func (BodyParamType) String ¶
func (x BodyParamType) String() string
type BodyParam_ListProperty ¶
type BodyParam_ListProperty struct {
ListProperty *ListProperty `protobuf:"bytes,7,opt,name=listProperty,proto3,oneof" json:"listProperty,omitempty"`
}
func (*BodyParam_ListProperty) MarshalTo ¶
func (m *BodyParam_ListProperty) MarshalTo(dAtA []byte) (int, error)
func (*BodyParam_ListProperty) MarshalToSizedBuffer ¶
func (m *BodyParam_ListProperty) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BodyParam_ListProperty) Size ¶
func (m *BodyParam_ListProperty) Size() (n int)
type BodyParam_Properties ¶
type BodyParam_Properties struct {
Properties *ObjectProperty `protobuf:"bytes,8,opt,name=properties,proto3,oneof" json:"properties,omitempty"`
}
func (*BodyParam_Properties) MarshalTo ¶
func (m *BodyParam_Properties) MarshalTo(dAtA []byte) (int, error)
func (*BodyParam_Properties) MarshalToSizedBuffer ¶
func (m *BodyParam_Properties) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BodyParam_Properties) Size ¶
func (m *BodyParam_Properties) Size() (n int)
type BodyParam_SimpleProperty ¶
type BodyParam_SimpleProperty struct {
SimpleProperty *SimpleValue `protobuf:"bytes,6,opt,name=simpleProperty,proto3,oneof" json:"simpleProperty,omitempty"`
}
func (*BodyParam_SimpleProperty) MarshalTo ¶
func (m *BodyParam_SimpleProperty) MarshalTo(dAtA []byte) (int, error)
func (*BodyParam_SimpleProperty) MarshalToSizedBuffer ¶
func (m *BodyParam_SimpleProperty) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BodyParam_SimpleProperty) Size ¶
func (m *BodyParam_SimpleProperty) Size() (n int)
type BomberResult ¶
type BomberResult struct { BomberIp string `protobuf:"bytes,1,opt,name=bomberIp,proto3" json:"bomberIp,omitempty"` FormId string `protobuf:"bytes,2,opt,name=formId,proto3" json:"formId,omitempty"` AmountTimeoutsRequests int64 `protobuf:"varint,3,opt,name=amountTimeoutsRequests,proto3" json:"amountTimeoutsRequests,omitempty"` AmountStatusesPerStatus map[int32]int64 `` /* 189-byte string literal not displayed */ MsPerRequest []int64 `protobuf:"varint,5,rep,packed,name=msPerRequest,proto3" json:"msPerRequest,omitempty"` ElapsedTimeAttack int64 `protobuf:"varint,6,opt,name=elapsedTimeAttack,proto3" json:"elapsedTimeAttack,omitempty"` BomberId string `protobuf:"bytes,7,opt,name=bomberId,proto3" json:"bomberId,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BomberResult) Descriptor ¶
func (*BomberResult) Descriptor() ([]byte, []int)
func (*BomberResult) GetAmountStatusesPerStatus ¶ added in v0.2.4
func (m *BomberResult) GetAmountStatusesPerStatus() map[int32]int64
func (*BomberResult) GetAmountTimeoutsRequests ¶ added in v0.2.4
func (m *BomberResult) GetAmountTimeoutsRequests() int64
func (*BomberResult) GetBomberId ¶ added in v0.2.15
func (m *BomberResult) GetBomberId() string
func (*BomberResult) GetBomberIp ¶
func (m *BomberResult) GetBomberIp() string
func (*BomberResult) GetElapsedTimeAttack ¶ added in v0.2.13
func (m *BomberResult) GetElapsedTimeAttack() int64
func (*BomberResult) GetFormId ¶
func (m *BomberResult) GetFormId() string
func (*BomberResult) GetMsPerRequest ¶ added in v0.2.4
func (m *BomberResult) GetMsPerRequest() []int64
func (*BomberResult) Marshal ¶
func (m *BomberResult) Marshal() (dAtA []byte, err error)
func (*BomberResult) MarshalToSizedBuffer ¶
func (m *BomberResult) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*BomberResult) ProtoMessage ¶
func (*BomberResult) ProtoMessage()
func (*BomberResult) Reset ¶
func (m *BomberResult) Reset()
func (*BomberResult) Size ¶
func (m *BomberResult) Size() (n int)
func (*BomberResult) String ¶
func (m *BomberResult) String() string
func (*BomberResult) Unmarshal ¶
func (m *BomberResult) Unmarshal(dAtA []byte) error
func (*BomberResult) XXX_DiscardUnknown ¶
func (m *BomberResult) XXX_DiscardUnknown()
func (*BomberResult) XXX_Marshal ¶
func (m *BomberResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BomberResult) XXX_Merge ¶
func (m *BomberResult) XXX_Merge(src proto.Message)
func (*BomberResult) XXX_Size ¶
func (m *BomberResult) XXX_Size() int
func (*BomberResult) XXX_Unmarshal ¶
func (m *BomberResult) XXX_Unmarshal(b []byte) error
type ConfigurationScript ¶ added in v0.2.3
type ConfigurationScript struct { Rps int64 `protobuf:"varint,1,opt,name=rps,proto3" json:"rps,omitempty"` Time int64 `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ConfigurationScript) Descriptor ¶ added in v0.2.3
func (*ConfigurationScript) Descriptor() ([]byte, []int)
func (*ConfigurationScript) GetRps ¶ added in v0.2.3
func (m *ConfigurationScript) GetRps() int64
func (*ConfigurationScript) GetTime ¶ added in v0.2.3
func (m *ConfigurationScript) GetTime() int64
func (*ConfigurationScript) Marshal ¶ added in v0.2.3
func (m *ConfigurationScript) Marshal() (dAtA []byte, err error)
func (*ConfigurationScript) MarshalTo ¶ added in v0.2.3
func (m *ConfigurationScript) MarshalTo(dAtA []byte) (int, error)
func (*ConfigurationScript) MarshalToSizedBuffer ¶ added in v0.2.3
func (m *ConfigurationScript) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ConfigurationScript) ProtoMessage ¶ added in v0.2.3
func (*ConfigurationScript) ProtoMessage()
func (*ConfigurationScript) Reset ¶ added in v0.2.3
func (m *ConfigurationScript) Reset()
func (*ConfigurationScript) Size ¶ added in v0.2.3
func (m *ConfigurationScript) Size() (n int)
func (*ConfigurationScript) String ¶ added in v0.2.3
func (m *ConfigurationScript) String() string
func (*ConfigurationScript) Unmarshal ¶ added in v0.2.3
func (m *ConfigurationScript) Unmarshal(dAtA []byte) error
func (*ConfigurationScript) XXX_DiscardUnknown ¶ added in v0.2.3
func (m *ConfigurationScript) XXX_DiscardUnknown()
func (*ConfigurationScript) XXX_Marshal ¶ added in v0.2.3
func (m *ConfigurationScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigurationScript) XXX_Merge ¶ added in v0.2.3
func (m *ConfigurationScript) XXX_Merge(src proto.Message)
func (*ConfigurationScript) XXX_Size ¶ added in v0.2.3
func (m *ConfigurationScript) XXX_Size() int
func (*ConfigurationScript) XXX_Unmarshal ¶ added in v0.2.3
func (m *ConfigurationScript) XXX_Unmarshal(b []byte) error
type DigitGeneratorConfig ¶
type DigitGeneratorConfig struct { StartFrom int32 `protobuf:"varint,3,opt,name=startFrom,proto3" json:"startFrom,omitempty"` EndTo int32 `protobuf:"varint,4,opt,name=endTo,proto3" json:"endTo,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DigitGeneratorConfig) Descriptor ¶
func (*DigitGeneratorConfig) Descriptor() ([]byte, []int)
func (*DigitGeneratorConfig) GetEndTo ¶
func (m *DigitGeneratorConfig) GetEndTo() int32
func (*DigitGeneratorConfig) GetStartFrom ¶
func (m *DigitGeneratorConfig) GetStartFrom() int32
func (*DigitGeneratorConfig) Marshal ¶
func (m *DigitGeneratorConfig) Marshal() (dAtA []byte, err error)
func (*DigitGeneratorConfig) MarshalTo ¶
func (m *DigitGeneratorConfig) MarshalTo(dAtA []byte) (int, error)
func (*DigitGeneratorConfig) MarshalToSizedBuffer ¶
func (m *DigitGeneratorConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*DigitGeneratorConfig) ProtoMessage ¶
func (*DigitGeneratorConfig) ProtoMessage()
func (*DigitGeneratorConfig) Reset ¶
func (m *DigitGeneratorConfig) Reset()
func (*DigitGeneratorConfig) Size ¶
func (m *DigitGeneratorConfig) Size() (n int)
func (*DigitGeneratorConfig) String ¶
func (m *DigitGeneratorConfig) String() string
func (*DigitGeneratorConfig) Unmarshal ¶
func (m *DigitGeneratorConfig) Unmarshal(dAtA []byte) error
func (*DigitGeneratorConfig) XXX_DiscardUnknown ¶
func (m *DigitGeneratorConfig) XXX_DiscardUnknown()
func (*DigitGeneratorConfig) XXX_Marshal ¶
func (m *DigitGeneratorConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DigitGeneratorConfig) XXX_Merge ¶
func (m *DigitGeneratorConfig) XXX_Merge(src proto.Message)
func (*DigitGeneratorConfig) XXX_Size ¶
func (m *DigitGeneratorConfig) XXX_Size() int
func (*DigitGeneratorConfig) XXX_Unmarshal ¶
func (m *DigitGeneratorConfig) XXX_Unmarshal(b []byte) error
type GeneratorConfig ¶
type GeneratorConfig struct { // Types that are valid to be assigned to Res: // *GeneratorConfig_WordGeneratorConfig // *GeneratorConfig_RegexpConfig // *GeneratorConfig_DigitGeneratorConfig Res isGeneratorConfig_Res `protobuf_oneof:"res"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GeneratorConfig) Descriptor ¶
func (*GeneratorConfig) Descriptor() ([]byte, []int)
func (*GeneratorConfig) GetDigitGeneratorConfig ¶
func (m *GeneratorConfig) GetDigitGeneratorConfig() *DigitGeneratorConfig
func (*GeneratorConfig) GetRegexpConfig ¶
func (m *GeneratorConfig) GetRegexpConfig() *RegexpConfig
func (*GeneratorConfig) GetRes ¶
func (m *GeneratorConfig) GetRes() isGeneratorConfig_Res
func (*GeneratorConfig) GetWordGeneratorConfig ¶
func (m *GeneratorConfig) GetWordGeneratorConfig() *WordGeneratorConfig
func (*GeneratorConfig) Marshal ¶
func (m *GeneratorConfig) Marshal() (dAtA []byte, err error)
func (*GeneratorConfig) MarshalToSizedBuffer ¶
func (m *GeneratorConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GeneratorConfig) ProtoMessage ¶
func (*GeneratorConfig) ProtoMessage()
func (*GeneratorConfig) Reset ¶
func (m *GeneratorConfig) Reset()
func (*GeneratorConfig) Size ¶
func (m *GeneratorConfig) Size() (n int)
func (*GeneratorConfig) String ¶
func (m *GeneratorConfig) String() string
func (*GeneratorConfig) Unmarshal ¶
func (m *GeneratorConfig) Unmarshal(dAtA []byte) error
func (*GeneratorConfig) XXX_DiscardUnknown ¶
func (m *GeneratorConfig) XXX_DiscardUnknown()
func (*GeneratorConfig) XXX_Marshal ¶
func (m *GeneratorConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GeneratorConfig) XXX_Merge ¶
func (m *GeneratorConfig) XXX_Merge(src proto.Message)
func (*GeneratorConfig) XXX_OneofWrappers ¶
func (*GeneratorConfig) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*GeneratorConfig) XXX_Size ¶
func (m *GeneratorConfig) XXX_Size() int
func (*GeneratorConfig) XXX_Unmarshal ¶
func (m *GeneratorConfig) XXX_Unmarshal(b []byte) error
type GeneratorConfig_DigitGeneratorConfig ¶
type GeneratorConfig_DigitGeneratorConfig struct {
DigitGeneratorConfig *DigitGeneratorConfig `protobuf:"bytes,3,opt,name=digitGeneratorConfig,proto3,oneof" json:"digitGeneratorConfig,omitempty"`
}
func (*GeneratorConfig_DigitGeneratorConfig) MarshalTo ¶
func (m *GeneratorConfig_DigitGeneratorConfig) MarshalTo(dAtA []byte) (int, error)
func (*GeneratorConfig_DigitGeneratorConfig) MarshalToSizedBuffer ¶
func (m *GeneratorConfig_DigitGeneratorConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GeneratorConfig_DigitGeneratorConfig) Size ¶
func (m *GeneratorConfig_DigitGeneratorConfig) Size() (n int)
type GeneratorConfig_RegexpConfig ¶
type GeneratorConfig_RegexpConfig struct {
RegexpConfig *RegexpConfig `protobuf:"bytes,2,opt,name=regexpConfig,proto3,oneof" json:"regexpConfig,omitempty"`
}
func (*GeneratorConfig_RegexpConfig) MarshalTo ¶
func (m *GeneratorConfig_RegexpConfig) MarshalTo(dAtA []byte) (int, error)
func (*GeneratorConfig_RegexpConfig) MarshalToSizedBuffer ¶
func (m *GeneratorConfig_RegexpConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GeneratorConfig_RegexpConfig) Size ¶
func (m *GeneratorConfig_RegexpConfig) Size() (n int)
type GeneratorConfig_WordGeneratorConfig ¶
type GeneratorConfig_WordGeneratorConfig struct {
WordGeneratorConfig *WordGeneratorConfig `protobuf:"bytes,1,opt,name=wordGeneratorConfig,proto3,oneof" json:"wordGeneratorConfig,omitempty"`
}
func (*GeneratorConfig_WordGeneratorConfig) MarshalTo ¶
func (m *GeneratorConfig_WordGeneratorConfig) MarshalTo(dAtA []byte) (int, error)
func (*GeneratorConfig_WordGeneratorConfig) MarshalToSizedBuffer ¶
func (m *GeneratorConfig_WordGeneratorConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GeneratorConfig_WordGeneratorConfig) Size ¶
func (m *GeneratorConfig_WordGeneratorConfig) Size() (n int)
type GeneratorType ¶
type GeneratorType int32
const ( GeneratorType_WORD_GENERATOR GeneratorType = 0 GeneratorType_DIGIT_GENERATOR GeneratorType = 1 GeneratorType_REGEXP_GENERATOR GeneratorType = 2 )
func (GeneratorType) EnumDescriptor ¶
func (GeneratorType) EnumDescriptor() ([]byte, []int)
func (GeneratorType) String ¶
func (x GeneratorType) String() string
type InitBomberPayload ¶ added in v0.2.6
type InitBomberPayload struct { BomberIp string `protobuf:"bytes,1,opt,name=bomberIp,proto3" json:"bomberIp,omitempty"` BomberId string `protobuf:"bytes,2,opt,name=bomberId,proto3" json:"bomberId,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InitBomberPayload) Descriptor ¶ added in v0.2.6
func (*InitBomberPayload) Descriptor() ([]byte, []int)
func (*InitBomberPayload) GetBomberId ¶ added in v0.2.6
func (m *InitBomberPayload) GetBomberId() string
func (*InitBomberPayload) GetBomberIp ¶ added in v0.2.6
func (m *InitBomberPayload) GetBomberIp() string
func (*InitBomberPayload) Marshal ¶ added in v0.2.6
func (m *InitBomberPayload) Marshal() (dAtA []byte, err error)
func (*InitBomberPayload) MarshalTo ¶ added in v0.2.6
func (m *InitBomberPayload) MarshalTo(dAtA []byte) (int, error)
func (*InitBomberPayload) MarshalToSizedBuffer ¶ added in v0.2.6
func (m *InitBomberPayload) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*InitBomberPayload) ProtoMessage ¶ added in v0.2.6
func (*InitBomberPayload) ProtoMessage()
func (*InitBomberPayload) Reset ¶ added in v0.2.6
func (m *InitBomberPayload) Reset()
func (*InitBomberPayload) Size ¶ added in v0.2.6
func (m *InitBomberPayload) Size() (n int)
func (*InitBomberPayload) String ¶ added in v0.2.6
func (m *InitBomberPayload) String() string
func (*InitBomberPayload) Unmarshal ¶ added in v0.2.6
func (m *InitBomberPayload) Unmarshal(dAtA []byte) error
func (*InitBomberPayload) XXX_DiscardUnknown ¶ added in v0.2.6
func (m *InitBomberPayload) XXX_DiscardUnknown()
func (*InitBomberPayload) XXX_Marshal ¶ added in v0.2.6
func (m *InitBomberPayload) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InitBomberPayload) XXX_Merge ¶ added in v0.2.6
func (m *InitBomberPayload) XXX_Merge(src proto.Message)
func (*InitBomberPayload) XXX_Size ¶ added in v0.2.6
func (m *InitBomberPayload) XXX_Size() int
func (*InitBomberPayload) XXX_Unmarshal ¶ added in v0.2.6
func (m *InitBomberPayload) XXX_Unmarshal(b []byte) error
type ListProperty ¶
type ListProperty struct { Value []*SimpleValue `protobuf:"bytes,1,rep,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ListProperty) Descriptor ¶
func (*ListProperty) Descriptor() ([]byte, []int)
func (*ListProperty) GetValue ¶
func (m *ListProperty) GetValue() []*SimpleValue
func (*ListProperty) Marshal ¶
func (m *ListProperty) Marshal() (dAtA []byte, err error)
func (*ListProperty) MarshalToSizedBuffer ¶
func (m *ListProperty) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ListProperty) ProtoMessage ¶
func (*ListProperty) ProtoMessage()
func (*ListProperty) Reset ¶
func (m *ListProperty) Reset()
func (*ListProperty) Size ¶
func (m *ListProperty) Size() (n int)
func (*ListProperty) String ¶
func (m *ListProperty) String() string
func (*ListProperty) Unmarshal ¶
func (m *ListProperty) Unmarshal(dAtA []byte) error
func (*ListProperty) XXX_DiscardUnknown ¶
func (m *ListProperty) XXX_DiscardUnknown()
func (*ListProperty) XXX_Marshal ¶
func (m *ListProperty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ListProperty) XXX_Merge ¶
func (m *ListProperty) XXX_Merge(src proto.Message)
func (*ListProperty) XXX_Size ¶
func (m *ListProperty) XXX_Size() int
func (*ListProperty) XXX_Unmarshal ¶
func (m *ListProperty) XXX_Unmarshal(b []byte) error
type ObjectProperty ¶
type ObjectProperty struct { Properties map[string]*BodyParam `` /* 161-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ObjectProperty) Descriptor ¶
func (*ObjectProperty) Descriptor() ([]byte, []int)
func (*ObjectProperty) GetProperties ¶
func (m *ObjectProperty) GetProperties() map[string]*BodyParam
func (*ObjectProperty) Marshal ¶
func (m *ObjectProperty) Marshal() (dAtA []byte, err error)
func (*ObjectProperty) MarshalToSizedBuffer ¶
func (m *ObjectProperty) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*ObjectProperty) ProtoMessage ¶
func (*ObjectProperty) ProtoMessage()
func (*ObjectProperty) Reset ¶
func (m *ObjectProperty) Reset()
func (*ObjectProperty) Size ¶
func (m *ObjectProperty) Size() (n int)
func (*ObjectProperty) String ¶
func (m *ObjectProperty) String() string
func (*ObjectProperty) Unmarshal ¶
func (m *ObjectProperty) Unmarshal(dAtA []byte) error
func (*ObjectProperty) XXX_DiscardUnknown ¶
func (m *ObjectProperty) XXX_DiscardUnknown()
func (*ObjectProperty) XXX_Marshal ¶
func (m *ObjectProperty) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ObjectProperty) XXX_Merge ¶
func (m *ObjectProperty) XXX_Merge(src proto.Message)
func (*ObjectProperty) XXX_Size ¶
func (m *ObjectProperty) XXX_Size() int
func (*ObjectProperty) XXX_Unmarshal ¶
func (m *ObjectProperty) XXX_Unmarshal(b []byte) error
type RegexpConfig ¶
type RegexpConfig struct { Pattern string `protobuf:"bytes,1,opt,name=pattern,proto3" json:"pattern,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RegexpConfig) Descriptor ¶
func (*RegexpConfig) Descriptor() ([]byte, []int)
func (*RegexpConfig) GetPattern ¶
func (m *RegexpConfig) GetPattern() string
func (*RegexpConfig) Marshal ¶
func (m *RegexpConfig) Marshal() (dAtA []byte, err error)
func (*RegexpConfig) MarshalToSizedBuffer ¶
func (m *RegexpConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RegexpConfig) ProtoMessage ¶
func (*RegexpConfig) ProtoMessage()
func (*RegexpConfig) Reset ¶
func (m *RegexpConfig) Reset()
func (*RegexpConfig) Size ¶
func (m *RegexpConfig) Size() (n int)
func (*RegexpConfig) String ¶
func (m *RegexpConfig) String() string
func (*RegexpConfig) Unmarshal ¶
func (m *RegexpConfig) Unmarshal(dAtA []byte) error
func (*RegexpConfig) XXX_DiscardUnknown ¶
func (m *RegexpConfig) XXX_DiscardUnknown()
func (*RegexpConfig) XXX_Marshal ¶
func (m *RegexpConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RegexpConfig) XXX_Merge ¶
func (m *RegexpConfig) XXX_Merge(src proto.Message)
func (*RegexpConfig) XXX_Size ¶
func (m *RegexpConfig) XXX_Size() int
func (*RegexpConfig) XXX_Unmarshal ¶
func (m *RegexpConfig) XXX_Unmarshal(b []byte) error
type RequestParam ¶
type RequestParam struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` IsGeneratorNeed bool `protobuf:"varint,2,opt,name=isGeneratorNeed,proto3" json:"isGeneratorNeed,omitempty"` Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"` Generator GeneratorType `protobuf:"varint,5,opt,name=generator,proto3,enum=org.bomber.team.contracts.GeneratorType" json:"generator,omitempty"` GeneratorConfig *GeneratorConfig `protobuf:"bytes,6,opt,name=generatorConfig,proto3" json:"generatorConfig,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RequestParam) Descriptor ¶
func (*RequestParam) Descriptor() ([]byte, []int)
func (*RequestParam) GetGenerator ¶
func (m *RequestParam) GetGenerator() GeneratorType
func (*RequestParam) GetGeneratorConfig ¶
func (m *RequestParam) GetGeneratorConfig() *GeneratorConfig
func (*RequestParam) GetIsGeneratorNeed ¶
func (m *RequestParam) GetIsGeneratorNeed() bool
func (*RequestParam) GetName ¶
func (m *RequestParam) GetName() string
func (*RequestParam) GetValue ¶
func (m *RequestParam) GetValue() string
func (*RequestParam) Marshal ¶
func (m *RequestParam) Marshal() (dAtA []byte, err error)
func (*RequestParam) MarshalToSizedBuffer ¶
func (m *RequestParam) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RequestParam) ProtoMessage ¶
func (*RequestParam) ProtoMessage()
func (*RequestParam) Reset ¶
func (m *RequestParam) Reset()
func (*RequestParam) Size ¶
func (m *RequestParam) Size() (n int)
func (*RequestParam) String ¶
func (m *RequestParam) String() string
func (*RequestParam) Unmarshal ¶
func (m *RequestParam) Unmarshal(dAtA []byte) error
func (*RequestParam) XXX_DiscardUnknown ¶
func (m *RequestParam) XXX_DiscardUnknown()
func (*RequestParam) XXX_Marshal ¶
func (m *RequestParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RequestParam) XXX_Merge ¶
func (m *RequestParam) XXX_Merge(src proto.Message)
func (*RequestParam) XXX_Size ¶
func (m *RequestParam) XXX_Size() int
func (*RequestParam) XXX_Unmarshal ¶
func (m *RequestParam) XXX_Unmarshal(b []byte) error
type RestSchema ¶
type RestSchema struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` PathVariables map[string]string `` /* 167-byte string literal not displayed */ Headers map[string]string `` /* 155-byte string literal not displayed */ Request []*RequestParam `protobuf:"bytes,4,rep,name=request,proto3" json:"request,omitempty"` Body []*BodyParam `protobuf:"bytes,5,rep,name=body,proto3" json:"body,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RestSchema) Descriptor ¶
func (*RestSchema) Descriptor() ([]byte, []int)
func (*RestSchema) GetBody ¶
func (m *RestSchema) GetBody() []*BodyParam
func (*RestSchema) GetHeaders ¶
func (m *RestSchema) GetHeaders() map[string]string
func (*RestSchema) GetId ¶
func (m *RestSchema) GetId() string
func (*RestSchema) GetPathVariables ¶
func (m *RestSchema) GetPathVariables() map[string]string
func (*RestSchema) GetRequest ¶
func (m *RestSchema) GetRequest() []*RequestParam
func (*RestSchema) Marshal ¶
func (m *RestSchema) Marshal() (dAtA []byte, err error)
func (*RestSchema) MarshalToSizedBuffer ¶
func (m *RestSchema) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RestSchema) ProtoMessage ¶
func (*RestSchema) ProtoMessage()
func (*RestSchema) Reset ¶
func (m *RestSchema) Reset()
func (*RestSchema) Size ¶
func (m *RestSchema) Size() (n int)
func (*RestSchema) String ¶
func (m *RestSchema) String() string
func (*RestSchema) Unmarshal ¶
func (m *RestSchema) Unmarshal(dAtA []byte) error
func (*RestSchema) XXX_DiscardUnknown ¶
func (m *RestSchema) XXX_DiscardUnknown()
func (*RestSchema) XXX_Marshal ¶
func (m *RestSchema) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RestSchema) XXX_Merge ¶
func (m *RestSchema) XXX_Merge(src proto.Message)
func (*RestSchema) XXX_Size ¶
func (m *RestSchema) XXX_Size() int
func (*RestSchema) XXX_Unmarshal ¶
func (m *RestSchema) XXX_Unmarshal(b []byte) error
type RestScript ¶
type RestScript struct { SchemeId string `protobuf:"bytes,1,opt,name=schemeId,proto3" json:"schemeId,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` RequestMethod string `protobuf:"bytes,3,opt,name=requestMethod,proto3" json:"requestMethod,omitempty"` Config *ConfigurationScript `protobuf:"bytes,4,opt,name=config,proto3" json:"config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*RestScript) Descriptor ¶
func (*RestScript) Descriptor() ([]byte, []int)
func (*RestScript) GetAddress ¶
func (m *RestScript) GetAddress() string
func (*RestScript) GetConfig ¶ added in v0.2.3
func (m *RestScript) GetConfig() *ConfigurationScript
func (*RestScript) GetRequestMethod ¶
func (m *RestScript) GetRequestMethod() string
func (*RestScript) GetSchemeId ¶
func (m *RestScript) GetSchemeId() string
func (*RestScript) Marshal ¶
func (m *RestScript) Marshal() (dAtA []byte, err error)
func (*RestScript) MarshalToSizedBuffer ¶
func (m *RestScript) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*RestScript) ProtoMessage ¶
func (*RestScript) ProtoMessage()
func (*RestScript) Reset ¶
func (m *RestScript) Reset()
func (*RestScript) Size ¶
func (m *RestScript) Size() (n int)
func (*RestScript) String ¶
func (m *RestScript) String() string
func (*RestScript) Unmarshal ¶
func (m *RestScript) Unmarshal(dAtA []byte) error
func (*RestScript) XXX_DiscardUnknown ¶
func (m *RestScript) XXX_DiscardUnknown()
func (*RestScript) XXX_Marshal ¶
func (m *RestScript) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*RestScript) XXX_Merge ¶
func (m *RestScript) XXX_Merge(src proto.Message)
func (*RestScript) XXX_Size ¶
func (m *RestScript) XXX_Size() int
func (*RestScript) XXX_Unmarshal ¶
func (m *RestScript) XXX_Unmarshal(b []byte) error
type Section ¶
type Section struct { Min int32 `protobuf:"varint,1,opt,name=min,proto3" json:"min,omitempty"` Max int32 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Section) Descriptor ¶
func (*Section) MarshalToSizedBuffer ¶
func (*Section) ProtoMessage ¶
func (*Section) ProtoMessage()
func (*Section) XXX_DiscardUnknown ¶
func (m *Section) XXX_DiscardUnknown()
func (*Section) XXX_Marshal ¶
func (*Section) XXX_Unmarshal ¶
type SimpleValue ¶
type SimpleValue struct { // Types that are valid to be assigned to Value: // *SimpleValue_StringValue // *SimpleValue_Int32Value // *SimpleValue_Int64Value Value isSimpleValue_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SimpleValue) Descriptor ¶
func (*SimpleValue) Descriptor() ([]byte, []int)
func (*SimpleValue) GetInt32Value ¶
func (m *SimpleValue) GetInt32Value() int32
func (*SimpleValue) GetInt64Value ¶
func (m *SimpleValue) GetInt64Value() int64
func (*SimpleValue) GetStringValue ¶
func (m *SimpleValue) GetStringValue() string
func (*SimpleValue) GetValue ¶
func (m *SimpleValue) GetValue() isSimpleValue_Value
func (*SimpleValue) Marshal ¶
func (m *SimpleValue) Marshal() (dAtA []byte, err error)
func (*SimpleValue) MarshalToSizedBuffer ¶
func (m *SimpleValue) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SimpleValue) ProtoMessage ¶
func (*SimpleValue) ProtoMessage()
func (*SimpleValue) Reset ¶
func (m *SimpleValue) Reset()
func (*SimpleValue) Size ¶
func (m *SimpleValue) Size() (n int)
func (*SimpleValue) String ¶
func (m *SimpleValue) String() string
func (*SimpleValue) Unmarshal ¶
func (m *SimpleValue) Unmarshal(dAtA []byte) error
func (*SimpleValue) XXX_DiscardUnknown ¶
func (m *SimpleValue) XXX_DiscardUnknown()
func (*SimpleValue) XXX_Marshal ¶
func (m *SimpleValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SimpleValue) XXX_Merge ¶
func (m *SimpleValue) XXX_Merge(src proto.Message)
func (*SimpleValue) XXX_OneofWrappers ¶
func (*SimpleValue) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*SimpleValue) XXX_Size ¶
func (m *SimpleValue) XXX_Size() int
func (*SimpleValue) XXX_Unmarshal ¶
func (m *SimpleValue) XXX_Unmarshal(b []byte) error
type SimpleValue_Int32Value ¶
type SimpleValue_Int32Value struct {
Int32Value int32 `protobuf:"varint,2,opt,name=int32Value,proto3,oneof" json:"int32Value,omitempty"`
}
func (*SimpleValue_Int32Value) MarshalTo ¶
func (m *SimpleValue_Int32Value) MarshalTo(dAtA []byte) (int, error)
func (*SimpleValue_Int32Value) MarshalToSizedBuffer ¶
func (m *SimpleValue_Int32Value) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SimpleValue_Int32Value) Size ¶
func (m *SimpleValue_Int32Value) Size() (n int)
type SimpleValue_Int64Value ¶
type SimpleValue_Int64Value struct {
Int64Value int64 `protobuf:"varint,3,opt,name=int64Value,proto3,oneof" json:"int64Value,omitempty"`
}
func (*SimpleValue_Int64Value) MarshalTo ¶
func (m *SimpleValue_Int64Value) MarshalTo(dAtA []byte) (int, error)
func (*SimpleValue_Int64Value) MarshalToSizedBuffer ¶
func (m *SimpleValue_Int64Value) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SimpleValue_Int64Value) Size ¶
func (m *SimpleValue_Int64Value) Size() (n int)
type SimpleValue_StringValue ¶
type SimpleValue_StringValue struct {
StringValue string `protobuf:"bytes,1,opt,name=stringValue,proto3,oneof" json:"stringValue,omitempty"`
}
func (*SimpleValue_StringValue) MarshalTo ¶
func (m *SimpleValue_StringValue) MarshalTo(dAtA []byte) (int, error)
func (*SimpleValue_StringValue) MarshalToSizedBuffer ¶
func (m *SimpleValue_StringValue) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SimpleValue_StringValue) Size ¶
func (m *SimpleValue_StringValue) Size() (n int)
type Task ¶
type Task struct { FormId string `protobuf:"bytes,1,opt,name=formId,proto3" json:"formId,omitempty"` Script *RestScript `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` Schema *RestSchema `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
send from backend to our bomber as executed task
func (*Task) Descriptor ¶
func (*Task) GetSchema ¶
func (m *Task) GetSchema() *RestSchema
func (*Task) GetScript ¶
func (m *Task) GetScript() *RestScript
func (*Task) ProtoMessage ¶
func (*Task) ProtoMessage()
func (*Task) XXX_DiscardUnknown ¶
func (m *Task) XXX_DiscardUnknown()
func (*Task) XXX_Unmarshal ¶
type WordGeneratorConfig ¶
type WordGeneratorConfig struct { MinLetters int32 `protobuf:"varint,1,opt,name=minLetters,proto3" json:"minLetters,omitempty"` MaxLetters int32 `protobuf:"varint,2,opt,name=maxLetters,proto3" json:"maxLetters,omitempty"` Language Language `protobuf:"varint,3,opt,name=language,proto3,enum=org.bomber.team.contracts.Language" json:"language,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*WordGeneratorConfig) Descriptor ¶
func (*WordGeneratorConfig) Descriptor() ([]byte, []int)
func (*WordGeneratorConfig) GetLanguage ¶
func (m *WordGeneratorConfig) GetLanguage() Language
func (*WordGeneratorConfig) GetMaxLetters ¶
func (m *WordGeneratorConfig) GetMaxLetters() int32
func (*WordGeneratorConfig) GetMinLetters ¶
func (m *WordGeneratorConfig) GetMinLetters() int32
func (*WordGeneratorConfig) Marshal ¶
func (m *WordGeneratorConfig) Marshal() (dAtA []byte, err error)
func (*WordGeneratorConfig) MarshalTo ¶
func (m *WordGeneratorConfig) MarshalTo(dAtA []byte) (int, error)
func (*WordGeneratorConfig) MarshalToSizedBuffer ¶
func (m *WordGeneratorConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*WordGeneratorConfig) ProtoMessage ¶
func (*WordGeneratorConfig) ProtoMessage()
func (*WordGeneratorConfig) Reset ¶
func (m *WordGeneratorConfig) Reset()
func (*WordGeneratorConfig) Size ¶
func (m *WordGeneratorConfig) Size() (n int)
func (*WordGeneratorConfig) String ¶
func (m *WordGeneratorConfig) String() string
func (*WordGeneratorConfig) Unmarshal ¶
func (m *WordGeneratorConfig) Unmarshal(dAtA []byte) error
func (*WordGeneratorConfig) XXX_DiscardUnknown ¶
func (m *WordGeneratorConfig) XXX_DiscardUnknown()
func (*WordGeneratorConfig) XXX_Marshal ¶
func (m *WordGeneratorConfig) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*WordGeneratorConfig) XXX_Merge ¶
func (m *WordGeneratorConfig) XXX_Merge(src proto.Message)
func (*WordGeneratorConfig) XXX_Size ¶
func (m *WordGeneratorConfig) XXX_Size() int
func (*WordGeneratorConfig) XXX_Unmarshal ¶
func (m *WordGeneratorConfig) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.