fortedpb

package
v0.0.0-...-7d0a2b6 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2021 License: Apache-2.0 Imports: 13 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthForted        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowForted          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupForted = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterFortedServer

func RegisterFortedServer(s *grpc.Server, srv FortedServer)

Types

type Bet

type Bet struct {
	Status     string  `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	StatusInfo string  `protobuf:"bytes,2,opt,name=status_info,json=statusInfo,proto3" json:"status_info,omitempty"`
	Start      int64   `protobuf:"varint,3,opt,name=start,proto3" json:"start,omitempty"`
	Done       int64   `protobuf:"varint,6,opt,name=done,proto3" json:"done,omitempty"`
	Price      float64 `protobuf:"fixed64,4,opt,name=price,proto3" json:"price,omitempty"`
	Stake      float64 `protobuf:"fixed64,5,opt,name=stake,proto3" json:"stake,omitempty"`
	ApiBetId   string  `protobuf:"bytes,7,opt,name=api_bet_id,json=apiBetId,proto3" json:"api_bet_id,omitempty"`
}

func (*Bet) Descriptor

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

func (*Bet) Equal

func (this *Bet) Equal(that interface{}) bool

func (*Bet) GetApiBetId

func (m *Bet) GetApiBetId() string

func (*Bet) GetDone

func (m *Bet) GetDone() int64

func (*Bet) GetPrice

func (m *Bet) GetPrice() float64

func (*Bet) GetStake

func (m *Bet) GetStake() float64

func (*Bet) GetStart

func (m *Bet) GetStart() int64

func (*Bet) GetStatus

func (m *Bet) GetStatus() string

func (*Bet) GetStatusInfo

func (m *Bet) GetStatusInfo() string

func (*Bet) GoString

func (this *Bet) GoString() string

func (*Bet) Marshal

func (m *Bet) Marshal() (dAtA []byte, err error)

func (*Bet) MarshalTo

func (m *Bet) MarshalTo(dAtA []byte) (int, error)

func (*Bet) MarshalToSizedBuffer

func (m *Bet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Bet) ProtoMessage

func (*Bet) ProtoMessage()

func (*Bet) Reset

func (m *Bet) Reset()

func (*Bet) Size

func (m *Bet) Size() (n int)

func (*Bet) String

func (this *Bet) String() string

func (*Bet) Unmarshal

func (m *Bet) Unmarshal(dAtA []byte) error

func (*Bet) XXX_DiscardUnknown

func (m *Bet) XXX_DiscardUnknown()

func (*Bet) XXX_Marshal

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

func (*Bet) XXX_Merge

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

func (*Bet) XXX_Size

func (m *Bet) XXX_Size() int

func (*Bet) XXX_Unmarshal

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

type BetConfig

type BetConfig struct {
	ServiceName    string  `protobuf:"bytes,8,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	Regime         string  `protobuf:"bytes,11,opt,name=regime,proto3" json:"regime,omitempty"`
	Priority       int64   `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	MaxCountLine   int64   `protobuf:"varint,4,opt,name=max_count_line,json=maxCountLine,proto3" json:"max_count_line,omitempty"`
	MaxCountEvent  int64   `protobuf:"varint,5,opt,name=max_count_event,json=maxCountEvent,proto3" json:"max_count_event,omitempty"`
	MinStake       int64   `protobuf:"varint,9,opt,name=min_stake,json=minStake,proto3" json:"min_stake,omitempty"`
	MaxStake       int64   `protobuf:"varint,10,opt,name=max_stake,json=maxStake,proto3" json:"max_stake,omitempty"`
	MaxWin         int64   `protobuf:"varint,12,opt,name=max_win,json=maxWin,proto3" json:"max_win,omitempty"`
	MinPercent     float64 `protobuf:"fixed64,1,opt,name=min_percent,json=minPercent,proto3" json:"min_percent,omitempty"`
	MaxPercent     int64   `protobuf:"varint,2,opt,name=max_percent,json=maxPercent,proto3" json:"max_percent,omitempty"`
	MaxAmountEvent int64   `protobuf:"varint,6,opt,name=max_amount_event,json=maxAmountEvent,proto3" json:"max_amount_event,omitempty"`
	MaxAmountLine  int64   `protobuf:"varint,13,opt,name=max_amount_line,json=maxAmountLine,proto3" json:"max_amount_line,omitempty"`
	RoundValue     float64 `protobuf:"fixed64,7,opt,name=round_value,json=roundValue,proto3" json:"round_value,omitempty"`
	MinRoi         int64   `protobuf:"varint,14,opt,name=min_roi,json=minRoi,proto3" json:"min_roi,omitempty"`
	SubName        string  `protobuf:"bytes,15,opt,name=sub_name,json=subName,proto3" json:"sub_name,omitempty"`
}

func (*BetConfig) Descriptor

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

func (*BetConfig) Equal

func (this *BetConfig) Equal(that interface{}) bool

func (*BetConfig) GetMaxAmountEvent

func (m *BetConfig) GetMaxAmountEvent() int64

func (*BetConfig) GetMaxAmountLine

func (m *BetConfig) GetMaxAmountLine() int64

func (*BetConfig) GetMaxCountEvent

func (m *BetConfig) GetMaxCountEvent() int64

func (*BetConfig) GetMaxCountLine

func (m *BetConfig) GetMaxCountLine() int64

func (*BetConfig) GetMaxPercent

func (m *BetConfig) GetMaxPercent() int64

func (*BetConfig) GetMaxStake

func (m *BetConfig) GetMaxStake() int64

func (*BetConfig) GetMaxWin

func (m *BetConfig) GetMaxWin() int64

func (*BetConfig) GetMinPercent

func (m *BetConfig) GetMinPercent() float64

func (*BetConfig) GetMinRoi

func (m *BetConfig) GetMinRoi() int64

func (*BetConfig) GetMinStake

func (m *BetConfig) GetMinStake() int64

func (*BetConfig) GetPriority

func (m *BetConfig) GetPriority() int64

func (*BetConfig) GetRegime

func (m *BetConfig) GetRegime() string

func (*BetConfig) GetRoundValue

func (m *BetConfig) GetRoundValue() float64

func (*BetConfig) GetServiceName

func (m *BetConfig) GetServiceName() string

func (*BetConfig) GetSubName

func (m *BetConfig) GetSubName() string

func (*BetConfig) GoString

func (this *BetConfig) GoString() string

func (*BetConfig) Marshal

func (m *BetConfig) Marshal() (dAtA []byte, err error)

func (*BetConfig) MarshalTo

func (m *BetConfig) MarshalTo(dAtA []byte) (int, error)

func (*BetConfig) MarshalToSizedBuffer

func (m *BetConfig) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BetConfig) ProtoMessage

func (*BetConfig) ProtoMessage()

func (*BetConfig) Reset

func (m *BetConfig) Reset()

func (*BetConfig) Size

func (m *BetConfig) Size() (n int)

func (*BetConfig) String

func (this *BetConfig) String() string

func (*BetConfig) Unmarshal

func (m *BetConfig) Unmarshal(dAtA []byte) error

func (*BetConfig) XXX_DiscardUnknown

func (m *BetConfig) XXX_DiscardUnknown()

func (*BetConfig) XXX_Marshal

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

func (*BetConfig) XXX_Merge

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

func (*BetConfig) XXX_Size

func (m *BetConfig) XXX_Size() int

func (*BetConfig) XXX_Unmarshal

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

type BetResult

type BetResult struct {
	SurebetId    int64   `protobuf:"varint,1,opt,name=surebet_id,json=surebetId,proto3" json:"surebet_id,omitempty"`
	SideIndex    int64   `protobuf:"varint,2,opt,name=side_index,json=sideIndex,proto3" json:"side_index,omitempty"`
	BetId        int64   `protobuf:"varint,3,opt,name=bet_id,json=betId,proto3" json:"bet_id,omitempty"`
	Price        float64 `protobuf:"fixed64,4,opt,name=price,proto3" json:"price,omitempty"`
	Stake        float64 `protobuf:"fixed64,5,opt,name=stake,proto3" json:"stake,omitempty"`
	WinLoss      float64 `protobuf:"fixed64,6,opt,name=win_loss,json=winLoss,proto3" json:"win_loss,omitempty"`
	ApiBetId     string  `protobuf:"bytes,7,opt,name=api_bet_id,json=apiBetId,proto3" json:"api_bet_id,omitempty"`
	ApiBetStatus string  `protobuf:"bytes,8,opt,name=api_bet_status,json=apiBetStatus,proto3" json:"api_bet_status,omitempty"`
}

func (*BetResult) Descriptor

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

func (*BetResult) Equal

func (this *BetResult) Equal(that interface{}) bool

func (*BetResult) GetApiBetId

func (m *BetResult) GetApiBetId() string

func (*BetResult) GetApiBetStatus

func (m *BetResult) GetApiBetStatus() string

func (*BetResult) GetBetId

func (m *BetResult) GetBetId() int64

func (*BetResult) GetPrice

func (m *BetResult) GetPrice() float64

func (*BetResult) GetSideIndex

func (m *BetResult) GetSideIndex() int64

func (*BetResult) GetStake

func (m *BetResult) GetStake() float64

func (*BetResult) GetSurebetId

func (m *BetResult) GetSurebetId() int64

func (*BetResult) GetWinLoss

func (m *BetResult) GetWinLoss() float64

func (*BetResult) GoString

func (this *BetResult) GoString() string

func (*BetResult) Marshal

func (m *BetResult) Marshal() (dAtA []byte, err error)

func (*BetResult) MarshalTo

func (m *BetResult) MarshalTo(dAtA []byte) (int, error)

func (*BetResult) MarshalToSizedBuffer

func (m *BetResult) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*BetResult) ProtoMessage

func (*BetResult) ProtoMessage()

func (*BetResult) Reset

func (m *BetResult) Reset()

func (*BetResult) Size

func (m *BetResult) Size() (n int)

func (*BetResult) String

func (this *BetResult) String() string

func (*BetResult) Unmarshal

func (m *BetResult) Unmarshal(dAtA []byte) error

func (*BetResult) XXX_DiscardUnknown

func (m *BetResult) XXX_DiscardUnknown()

func (*BetResult) XXX_Marshal

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

func (*BetResult) XXX_Merge

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

func (*BetResult) XXX_Size

func (m *BetResult) XXX_Size() int

func (*BetResult) XXX_Unmarshal

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

type Calc

type Calc struct {
	Profit           float64 `protobuf:"fixed64,1,opt,name=profit,proto3" json:"profit,omitempty"`
	FirstName        string  `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	SecondName       string  `protobuf:"bytes,3,opt,name=second_name,json=secondName,proto3" json:"second_name,omitempty"`
	LowerWinIndex    int64   `protobuf:"varint,4,opt,name=lower_win_index,json=lowerWinIndex,proto3" json:"lower_win_index,omitempty"`
	HigherWinIndex   int64   `protobuf:"varint,5,opt,name=higher_win_index,json=higherWinIndex,proto3" json:"higher_win_index,omitempty"`
	FirstIndex       int64   `protobuf:"varint,8,opt,name=first_index,json=firstIndex,proto3" json:"first_index,omitempty"`
	SecondIndex      int64   `protobuf:"varint,9,opt,name=second_index,json=secondIndex,proto3" json:"second_index,omitempty"`
	WinDiff          float64 `protobuf:"fixed64,6,opt,name=win_diff,json=winDiff,proto3" json:"win_diff,omitempty"`
	WinDiffRel       float64 `protobuf:"fixed64,7,opt,name=win_diff_rel,json=winDiffRel,proto3" json:"win_diff_rel,omitempty"`
	MiddleDiff       float64 `protobuf:"fixed64,10,opt,name=middle_diff,json=middleDiff,proto3" json:"middle_diff,omitempty"`
	SurebetType      string  `protobuf:"bytes,11,opt,name=surebet_type,json=surebetType,proto3" json:"surebet_type,omitempty"`
	Gross            float64 `protobuf:"fixed64,12,opt,name=gross,proto3" json:"gross,omitempty"`
	HoursBeforeEvent float64 `protobuf:"fixed64,13,opt,name=hours_before_event,json=hoursBeforeEvent,proto3" json:"hours_before_event,omitempty"`
	EffectiveProfit  float64 `protobuf:"fixed64,14,opt,name=effective_profit,json=effectiveProfit,proto3" json:"effective_profit,omitempty"`
	MiddleMargin     float64 `protobuf:"fixed64,15,opt,name=middle_margin,json=middleMargin,proto3" json:"middle_margin,omitempty"`
	Roi              int64   `protobuf:"varint,16,opt,name=roi,proto3" json:"roi,omitempty"`
}

func (*Calc) Descriptor

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

func (*Calc) Equal

func (this *Calc) Equal(that interface{}) bool

func (*Calc) GetEffectiveProfit

func (m *Calc) GetEffectiveProfit() float64

func (*Calc) GetFirstIndex

func (m *Calc) GetFirstIndex() int64

func (*Calc) GetFirstName

func (m *Calc) GetFirstName() string

func (*Calc) GetGross

func (m *Calc) GetGross() float64

func (*Calc) GetHigherWinIndex

func (m *Calc) GetHigherWinIndex() int64

func (*Calc) GetHoursBeforeEvent

func (m *Calc) GetHoursBeforeEvent() float64

func (*Calc) GetLowerWinIndex

func (m *Calc) GetLowerWinIndex() int64

func (*Calc) GetMiddleDiff

func (m *Calc) GetMiddleDiff() float64

func (*Calc) GetMiddleMargin

func (m *Calc) GetMiddleMargin() float64

func (*Calc) GetProfit

func (m *Calc) GetProfit() float64

func (*Calc) GetRoi

func (m *Calc) GetRoi() int64

func (*Calc) GetSecondIndex

func (m *Calc) GetSecondIndex() int64

func (*Calc) GetSecondName

func (m *Calc) GetSecondName() string

func (*Calc) GetSurebetType

func (m *Calc) GetSurebetType() string

func (*Calc) GetWinDiff

func (m *Calc) GetWinDiff() float64

func (*Calc) GetWinDiffRel

func (m *Calc) GetWinDiffRel() float64

func (*Calc) GoString

func (this *Calc) GoString() string

func (*Calc) Marshal

func (m *Calc) Marshal() (dAtA []byte, err error)

func (*Calc) MarshalTo

func (m *Calc) MarshalTo(dAtA []byte) (int, error)

func (*Calc) MarshalToSizedBuffer

func (m *Calc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Calc) ProtoMessage

func (*Calc) ProtoMessage()

func (*Calc) Reset

func (m *Calc) Reset()

func (*Calc) Size

func (m *Calc) Size() (n int)

func (*Calc) String

func (this *Calc) String() string

func (*Calc) Unmarshal

func (m *Calc) Unmarshal(dAtA []byte) error

func (*Calc) XXX_DiscardUnknown

func (m *Calc) XXX_DiscardUnknown()

func (*Calc) XXX_Marshal

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

func (*Calc) XXX_Merge

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

func (*Calc) XXX_Size

func (m *Calc) XXX_Size() int

func (*Calc) XXX_Unmarshal

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

type Check

type Check struct {
	Status       string  `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	StatusInfo   string  `protobuf:"bytes,9,opt,name=status_info,json=statusInfo,proto3" json:"status_info,omitempty"`
	Id           int64   `protobuf:"varint,11,opt,name=id,proto3" json:"id,omitempty"`
	AccountId    int64   `protobuf:"varint,13,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	AccountLogin string  `protobuf:"bytes,14,opt,name=account_login,json=accountLogin,proto3" json:"account_login,omitempty"`
	CountLine    int64   `protobuf:"varint,2,opt,name=count_line,json=countLine,proto3" json:"count_line,omitempty"`
	CountEvent   int64   `protobuf:"varint,3,opt,name=count_event,json=countEvent,proto3" json:"count_event,omitempty"`
	AmountEvent  int64   `protobuf:"varint,4,opt,name=amount_event,json=amountEvent,proto3" json:"amount_event,omitempty"`
	AmountLine   int64   `protobuf:"varint,15,opt,name=amount_line,json=amountLine,proto3" json:"amount_line,omitempty"`
	MinBet       float64 `protobuf:"fixed64,5,opt,name=min_bet,json=minBet,proto3" json:"min_bet,omitempty"`
	MaxBet       float64 `protobuf:"fixed64,6,opt,name=max_bet,json=maxBet,proto3" json:"max_bet,omitempty"`
	Balance      int64   `protobuf:"varint,7,opt,name=balance,proto3" json:"balance,omitempty"`
	Price        float64 `protobuf:"fixed64,8,opt,name=price,proto3" json:"price,omitempty"`
	Currency     float64 `protobuf:"fixed64,12,opt,name=currency,proto3" json:"currency,omitempty"`
	Done         int64   `protobuf:"varint,10,opt,name=done,proto3" json:"done,omitempty"`
	MiddleMargin float64 `protobuf:"fixed64,16,opt,name=middle_margin,json=middleMargin,proto3" json:"middle_margin,omitempty"`
	SubService   string  `protobuf:"bytes,17,opt,name=sub_service,json=subService,proto3" json:"sub_service,omitempty"`
	FillFactor   float64 `protobuf:"fixed64,18,opt,name=fill_factor,json=fillFactor,proto3" json:"fill_factor,omitempty"`
}

func (*Check) Descriptor

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

func (*Check) Equal

func (this *Check) Equal(that interface{}) bool

func (*Check) GetAccountId

func (m *Check) GetAccountId() int64

func (*Check) GetAccountLogin

func (m *Check) GetAccountLogin() string

func (*Check) GetAmountEvent

func (m *Check) GetAmountEvent() int64

func (*Check) GetAmountLine

func (m *Check) GetAmountLine() int64

func (*Check) GetBalance

func (m *Check) GetBalance() int64

func (*Check) GetCountEvent

func (m *Check) GetCountEvent() int64

func (*Check) GetCountLine

func (m *Check) GetCountLine() int64

func (*Check) GetCurrency

func (m *Check) GetCurrency() float64

func (*Check) GetDone

func (m *Check) GetDone() int64

func (*Check) GetFillFactor

func (m *Check) GetFillFactor() float64

func (*Check) GetId

func (m *Check) GetId() int64

func (*Check) GetMaxBet

func (m *Check) GetMaxBet() float64

func (*Check) GetMiddleMargin

func (m *Check) GetMiddleMargin() float64

func (*Check) GetMinBet

func (m *Check) GetMinBet() float64

func (*Check) GetPrice

func (m *Check) GetPrice() float64

func (*Check) GetStatus

func (m *Check) GetStatus() string

func (*Check) GetStatusInfo

func (m *Check) GetStatusInfo() string

func (*Check) GetSubService

func (m *Check) GetSubService() string

func (*Check) GoString

func (this *Check) GoString() string

func (*Check) Marshal

func (m *Check) Marshal() (dAtA []byte, err error)

func (*Check) MarshalTo

func (m *Check) MarshalTo(dAtA []byte) (int, error)

func (*Check) MarshalToSizedBuffer

func (m *Check) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Check) ProtoMessage

func (*Check) ProtoMessage()

func (*Check) Reset

func (m *Check) Reset()

func (*Check) Size

func (m *Check) Size() (n int)

func (*Check) String

func (this *Check) String() string

func (*Check) Unmarshal

func (m *Check) Unmarshal(dAtA []byte) error

func (*Check) XXX_DiscardUnknown

func (m *Check) XXX_DiscardUnknown()

func (*Check) XXX_Marshal

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

func (*Check) XXX_Merge

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

func (*Check) XXX_Size

func (m *Check) XXX_Size() int

func (*Check) XXX_Unmarshal

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

type CheckCalc

type CheckCalc struct {
	Status   string  `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	MaxStake float64 `protobuf:"fixed64,2,opt,name=max_stake,json=maxStake,proto3" json:"max_stake,omitempty"`
	MinStake float64 `protobuf:"fixed64,3,opt,name=min_stake,json=minStake,proto3" json:"min_stake,omitempty"`
	MaxWin   float64 `protobuf:"fixed64,4,opt,name=max_win,json=maxWin,proto3" json:"max_win,omitempty"`
	Stake    float64 `protobuf:"fixed64,5,opt,name=stake,proto3" json:"stake,omitempty"`
	Win      float64 `protobuf:"fixed64,6,opt,name=win,proto3" json:"win,omitempty"`
	IsFirst  bool    `protobuf:"varint,7,opt,name=is_first,json=isFirst,proto3" json:"is_first,omitempty"`
}

func (*CheckCalc) Descriptor

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

func (*CheckCalc) Equal

func (this *CheckCalc) Equal(that interface{}) bool

func (*CheckCalc) GetIsFirst

func (m *CheckCalc) GetIsFirst() bool

func (*CheckCalc) GetMaxStake

func (m *CheckCalc) GetMaxStake() float64

func (*CheckCalc) GetMaxWin

func (m *CheckCalc) GetMaxWin() float64

func (*CheckCalc) GetMinStake

func (m *CheckCalc) GetMinStake() float64

func (*CheckCalc) GetStake

func (m *CheckCalc) GetStake() float64

func (*CheckCalc) GetStatus

func (m *CheckCalc) GetStatus() string

func (*CheckCalc) GetWin

func (m *CheckCalc) GetWin() float64

func (*CheckCalc) GoString

func (this *CheckCalc) GoString() string

func (*CheckCalc) Marshal

func (m *CheckCalc) Marshal() (dAtA []byte, err error)

func (*CheckCalc) MarshalTo

func (m *CheckCalc) MarshalTo(dAtA []byte) (int, error)

func (*CheckCalc) MarshalToSizedBuffer

func (m *CheckCalc) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CheckCalc) ProtoMessage

func (*CheckCalc) ProtoMessage()

func (*CheckCalc) Reset

func (m *CheckCalc) Reset()

func (*CheckCalc) Size

func (m *CheckCalc) Size() (n int)

func (*CheckCalc) String

func (this *CheckCalc) String() string

func (*CheckCalc) Unmarshal

func (m *CheckCalc) Unmarshal(dAtA []byte) error

func (*CheckCalc) XXX_DiscardUnknown

func (m *CheckCalc) XXX_DiscardUnknown()

func (*CheckCalc) XXX_Marshal

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

func (*CheckCalc) XXX_Merge

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

func (*CheckCalc) XXX_Size

func (m *CheckCalc) XXX_Size() int

func (*CheckCalc) XXX_Unmarshal

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

type CheckLineRequest

type CheckLineRequest struct {
	Surebet *Surebet `protobuf:"bytes,2,opt,name=surebet,proto3" json:"surebet,omitempty"`
}

func (*CheckLineRequest) Descriptor

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

func (*CheckLineRequest) Equal

func (this *CheckLineRequest) Equal(that interface{}) bool

func (*CheckLineRequest) GetSurebet

func (m *CheckLineRequest) GetSurebet() *Surebet

func (*CheckLineRequest) GoString

func (this *CheckLineRequest) GoString() string

func (*CheckLineRequest) Marshal

func (m *CheckLineRequest) Marshal() (dAtA []byte, err error)

func (*CheckLineRequest) MarshalTo

func (m *CheckLineRequest) MarshalTo(dAtA []byte) (int, error)

func (*CheckLineRequest) MarshalToSizedBuffer

func (m *CheckLineRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CheckLineRequest) ProtoMessage

func (*CheckLineRequest) ProtoMessage()

func (*CheckLineRequest) Reset

func (m *CheckLineRequest) Reset()

func (*CheckLineRequest) Size

func (m *CheckLineRequest) Size() (n int)

func (*CheckLineRequest) String

func (this *CheckLineRequest) String() string

func (*CheckLineRequest) Unmarshal

func (m *CheckLineRequest) Unmarshal(dAtA []byte) error

func (*CheckLineRequest) XXX_DiscardUnknown

func (m *CheckLineRequest) XXX_DiscardUnknown()

func (*CheckLineRequest) XXX_Marshal

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

func (*CheckLineRequest) XXX_Merge

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

func (*CheckLineRequest) XXX_Size

func (m *CheckLineRequest) XXX_Size() int

func (*CheckLineRequest) XXX_Unmarshal

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

type CheckLineResponse

type CheckLineResponse struct {
	Side *SurebetSide `protobuf:"bytes,1,opt,name=side,proto3" json:"side,omitempty"`
}

func (*CheckLineResponse) Descriptor

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

func (*CheckLineResponse) Equal

func (this *CheckLineResponse) Equal(that interface{}) bool

func (*CheckLineResponse) GetSide

func (m *CheckLineResponse) GetSide() *SurebetSide

func (*CheckLineResponse) GoString

func (this *CheckLineResponse) GoString() string

func (*CheckLineResponse) Marshal

func (m *CheckLineResponse) Marshal() (dAtA []byte, err error)

func (*CheckLineResponse) MarshalTo

func (m *CheckLineResponse) MarshalTo(dAtA []byte) (int, error)

func (*CheckLineResponse) MarshalToSizedBuffer

func (m *CheckLineResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CheckLineResponse) ProtoMessage

func (*CheckLineResponse) ProtoMessage()

func (*CheckLineResponse) Reset

func (m *CheckLineResponse) Reset()

func (*CheckLineResponse) Size

func (m *CheckLineResponse) Size() (n int)

func (*CheckLineResponse) String

func (this *CheckLineResponse) String() string

func (*CheckLineResponse) Unmarshal

func (m *CheckLineResponse) Unmarshal(dAtA []byte) error

func (*CheckLineResponse) XXX_DiscardUnknown

func (m *CheckLineResponse) XXX_DiscardUnknown()

func (*CheckLineResponse) XXX_Marshal

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

func (*CheckLineResponse) XXX_Merge

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

func (*CheckLineResponse) XXX_Size

func (m *CheckLineResponse) XXX_Size() int

func (*CheckLineResponse) XXX_Unmarshal

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

type CreateSurebetManyRequest

type CreateSurebetManyRequest struct {
	Surebet []*Surebet `protobuf:"bytes,1,rep,name=surebet,proto3" json:"surebet,omitempty"`
}

func (*CreateSurebetManyRequest) Descriptor

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

func (*CreateSurebetManyRequest) Equal

func (this *CreateSurebetManyRequest) Equal(that interface{}) bool

func (*CreateSurebetManyRequest) GetSurebet

func (m *CreateSurebetManyRequest) GetSurebet() []*Surebet

func (*CreateSurebetManyRequest) GoString

func (this *CreateSurebetManyRequest) GoString() string

func (*CreateSurebetManyRequest) Marshal

func (m *CreateSurebetManyRequest) Marshal() (dAtA []byte, err error)

func (*CreateSurebetManyRequest) MarshalTo

func (m *CreateSurebetManyRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateSurebetManyRequest) MarshalToSizedBuffer

func (m *CreateSurebetManyRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateSurebetManyRequest) ProtoMessage

func (*CreateSurebetManyRequest) ProtoMessage()

func (*CreateSurebetManyRequest) Reset

func (m *CreateSurebetManyRequest) Reset()

func (*CreateSurebetManyRequest) Size

func (m *CreateSurebetManyRequest) Size() (n int)

func (*CreateSurebetManyRequest) String

func (this *CreateSurebetManyRequest) String() string

func (*CreateSurebetManyRequest) Unmarshal

func (m *CreateSurebetManyRequest) Unmarshal(dAtA []byte) error

func (*CreateSurebetManyRequest) XXX_DiscardUnknown

func (m *CreateSurebetManyRequest) XXX_DiscardUnknown()

func (*CreateSurebetManyRequest) XXX_Marshal

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

func (*CreateSurebetManyRequest) XXX_Merge

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

func (*CreateSurebetManyRequest) XXX_Size

func (m *CreateSurebetManyRequest) XXX_Size() int

func (*CreateSurebetManyRequest) XXX_Unmarshal

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

type CreateSurebetManyResponse

type CreateSurebetManyResponse struct {
	SurebetCount int64 `protobuf:"varint,1,opt,name=surebet_count,json=surebetCount,proto3" json:"surebet_count,omitempty"`
}

func (*CreateSurebetManyResponse) Descriptor

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

func (*CreateSurebetManyResponse) Equal

func (this *CreateSurebetManyResponse) Equal(that interface{}) bool

func (*CreateSurebetManyResponse) GetSurebetCount

func (m *CreateSurebetManyResponse) GetSurebetCount() int64

func (*CreateSurebetManyResponse) GoString

func (this *CreateSurebetManyResponse) GoString() string

func (*CreateSurebetManyResponse) Marshal

func (m *CreateSurebetManyResponse) Marshal() (dAtA []byte, err error)

func (*CreateSurebetManyResponse) MarshalTo

func (m *CreateSurebetManyResponse) MarshalTo(dAtA []byte) (int, error)

func (*CreateSurebetManyResponse) MarshalToSizedBuffer

func (m *CreateSurebetManyResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateSurebetManyResponse) ProtoMessage

func (*CreateSurebetManyResponse) ProtoMessage()

func (*CreateSurebetManyResponse) Reset

func (m *CreateSurebetManyResponse) Reset()

func (*CreateSurebetManyResponse) Size

func (m *CreateSurebetManyResponse) Size() (n int)

func (*CreateSurebetManyResponse) String

func (this *CreateSurebetManyResponse) String() string

func (*CreateSurebetManyResponse) Unmarshal

func (m *CreateSurebetManyResponse) Unmarshal(dAtA []byte) error

func (*CreateSurebetManyResponse) XXX_DiscardUnknown

func (m *CreateSurebetManyResponse) XXX_DiscardUnknown()

func (*CreateSurebetManyResponse) XXX_Marshal

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

func (*CreateSurebetManyResponse) XXX_Merge

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

func (*CreateSurebetManyResponse) XXX_Size

func (m *CreateSurebetManyResponse) XXX_Size() int

func (*CreateSurebetManyResponse) XXX_Unmarshal

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

type CreateSurebetRequest

type CreateSurebetRequest struct {
	Surebet *Surebet `protobuf:"bytes,1,opt,name=surebet,proto3" json:"surebet,omitempty"`
}

func (*CreateSurebetRequest) Descriptor

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

func (*CreateSurebetRequest) Equal

func (this *CreateSurebetRequest) Equal(that interface{}) bool

func (*CreateSurebetRequest) GetSurebet

func (m *CreateSurebetRequest) GetSurebet() *Surebet

func (*CreateSurebetRequest) GoString

func (this *CreateSurebetRequest) GoString() string

func (*CreateSurebetRequest) Marshal

func (m *CreateSurebetRequest) Marshal() (dAtA []byte, err error)

func (*CreateSurebetRequest) MarshalTo

func (m *CreateSurebetRequest) MarshalTo(dAtA []byte) (int, error)

func (*CreateSurebetRequest) MarshalToSizedBuffer

func (m *CreateSurebetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateSurebetRequest) ProtoMessage

func (*CreateSurebetRequest) ProtoMessage()

func (*CreateSurebetRequest) Reset

func (m *CreateSurebetRequest) Reset()

func (*CreateSurebetRequest) Size

func (m *CreateSurebetRequest) Size() (n int)

func (*CreateSurebetRequest) String

func (this *CreateSurebetRequest) String() string

func (*CreateSurebetRequest) Unmarshal

func (m *CreateSurebetRequest) Unmarshal(dAtA []byte) error

func (*CreateSurebetRequest) XXX_DiscardUnknown

func (m *CreateSurebetRequest) XXX_DiscardUnknown()

func (*CreateSurebetRequest) XXX_Marshal

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

func (*CreateSurebetRequest) XXX_Merge

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

func (*CreateSurebetRequest) XXX_Size

func (m *CreateSurebetRequest) XXX_Size() int

func (*CreateSurebetRequest) XXX_Unmarshal

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

type CreateSurebetResponse

type CreateSurebetResponse struct {
	SurebetId   int64 `protobuf:"varint,1,opt,name=surebet_id,json=surebetId,proto3" json:"surebet_id,omitempty"`
	SurebetHash int64 `protobuf:"varint,2,opt,name=surebet_hash,json=surebetHash,proto3" json:"surebet_hash,omitempty"`
}

func (*CreateSurebetResponse) Descriptor

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

func (*CreateSurebetResponse) Equal

func (this *CreateSurebetResponse) Equal(that interface{}) bool

func (*CreateSurebetResponse) GetSurebetHash

func (m *CreateSurebetResponse) GetSurebetHash() int64

func (*CreateSurebetResponse) GetSurebetId

func (m *CreateSurebetResponse) GetSurebetId() int64

func (*CreateSurebetResponse) GoString

func (this *CreateSurebetResponse) GoString() string

func (*CreateSurebetResponse) Marshal

func (m *CreateSurebetResponse) Marshal() (dAtA []byte, err error)

func (*CreateSurebetResponse) MarshalTo

func (m *CreateSurebetResponse) MarshalTo(dAtA []byte) (int, error)

func (*CreateSurebetResponse) MarshalToSizedBuffer

func (m *CreateSurebetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CreateSurebetResponse) ProtoMessage

func (*CreateSurebetResponse) ProtoMessage()

func (*CreateSurebetResponse) Reset

func (m *CreateSurebetResponse) Reset()

func (*CreateSurebetResponse) Size

func (m *CreateSurebetResponse) Size() (n int)

func (*CreateSurebetResponse) String

func (this *CreateSurebetResponse) String() string

func (*CreateSurebetResponse) Unmarshal

func (m *CreateSurebetResponse) Unmarshal(dAtA []byte) error

func (*CreateSurebetResponse) XXX_DiscardUnknown

func (m *CreateSurebetResponse) XXX_DiscardUnknown()

func (*CreateSurebetResponse) XXX_Marshal

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

func (*CreateSurebetResponse) XXX_Merge

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

func (*CreateSurebetResponse) XXX_Size

func (m *CreateSurebetResponse) XXX_Size() int

func (*CreateSurebetResponse) XXX_Unmarshal

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

type Currency

type Currency struct {
	Code  string  `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	Value float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
}

func (*Currency) Descriptor

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

func (*Currency) Equal

func (this *Currency) Equal(that interface{}) bool

func (*Currency) GetCode

func (m *Currency) GetCode() string

func (*Currency) GetValue

func (m *Currency) GetValue() float64

func (*Currency) GoString

func (this *Currency) GoString() string

func (*Currency) Marshal

func (m *Currency) Marshal() (dAtA []byte, err error)

func (*Currency) MarshalTo

func (m *Currency) MarshalTo(dAtA []byte) (int, error)

func (*Currency) MarshalToSizedBuffer

func (m *Currency) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Currency) ProtoMessage

func (*Currency) ProtoMessage()

func (*Currency) Reset

func (m *Currency) Reset()

func (*Currency) Size

func (m *Currency) Size() (n int)

func (*Currency) String

func (this *Currency) String() string

func (*Currency) Unmarshal

func (m *Currency) Unmarshal(dAtA []byte) error

func (*Currency) XXX_DiscardUnknown

func (m *Currency) XXX_DiscardUnknown()

func (*Currency) XXX_Marshal

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

func (*Currency) XXX_Merge

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

func (*Currency) XXX_Size

func (m *Currency) XXX_Size() int

func (*Currency) XXX_Unmarshal

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

type FortedClient

FortedClient is the client API for Forted service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewFortedClient

func NewFortedClient(cc *grpc.ClientConn) FortedClient

type FortedIds

type FortedIds struct {
	ServiceId int64 `protobuf:"varint,1,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	SportId   int64 `protobuf:"varint,2,opt,name=sport_id,json=sportId,proto3" json:"sport_id,omitempty"`
	LeagueId  int64 `protobuf:"varint,3,opt,name=league_id,json=leagueId,proto3" json:"league_id,omitempty"`
	HomeId    int64 `protobuf:"varint,4,opt,name=home_id,json=homeId,proto3" json:"home_id,omitempty"`
	AwayId    int64 `protobuf:"varint,5,opt,name=away_id,json=awayId,proto3" json:"away_id,omitempty"`
	EventId   int64 `protobuf:"varint,18,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	MarketId  int64 `protobuf:"varint,16,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	PriceId   int64 `protobuf:"varint,17,opt,name=price_id,json=priceId,proto3" json:"price_id,omitempty"`
}

func (*FortedIds) Descriptor

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

func (*FortedIds) Equal

func (this *FortedIds) Equal(that interface{}) bool

func (*FortedIds) GetAwayId

func (m *FortedIds) GetAwayId() int64

func (*FortedIds) GetEventId

func (m *FortedIds) GetEventId() int64

func (*FortedIds) GetHomeId

func (m *FortedIds) GetHomeId() int64

func (*FortedIds) GetLeagueId

func (m *FortedIds) GetLeagueId() int64

func (*FortedIds) GetMarketId

func (m *FortedIds) GetMarketId() int64

func (*FortedIds) GetPriceId

func (m *FortedIds) GetPriceId() int64

func (*FortedIds) GetServiceId

func (m *FortedIds) GetServiceId() int64

func (*FortedIds) GetSportId

func (m *FortedIds) GetSportId() int64

func (*FortedIds) GoString

func (this *FortedIds) GoString() string

func (*FortedIds) Marshal

func (m *FortedIds) Marshal() (dAtA []byte, err error)

func (*FortedIds) MarshalTo

func (m *FortedIds) MarshalTo(dAtA []byte) (int, error)

func (*FortedIds) MarshalToSizedBuffer

func (m *FortedIds) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*FortedIds) ProtoMessage

func (*FortedIds) ProtoMessage()

func (*FortedIds) Reset

func (m *FortedIds) Reset()

func (*FortedIds) Size

func (m *FortedIds) Size() (n int)

func (*FortedIds) String

func (this *FortedIds) String() string

func (*FortedIds) Unmarshal

func (m *FortedIds) Unmarshal(dAtA []byte) error

func (*FortedIds) XXX_DiscardUnknown

func (m *FortedIds) XXX_DiscardUnknown()

func (*FortedIds) XXX_Marshal

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

func (*FortedIds) XXX_Merge

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

func (*FortedIds) XXX_Size

func (m *FortedIds) XXX_Size() int

func (*FortedIds) XXX_Unmarshal

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

type GetResultsRequest

type GetResultsRequest struct {
}
message ServiceConfig {
   int64 grpc_port = 1;
}

func (*GetResultsRequest) Descriptor

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

func (*GetResultsRequest) Equal

func (this *GetResultsRequest) Equal(that interface{}) bool

func (*GetResultsRequest) GoString

func (this *GetResultsRequest) GoString() string

func (*GetResultsRequest) Marshal

func (m *GetResultsRequest) Marshal() (dAtA []byte, err error)

func (*GetResultsRequest) MarshalTo

func (m *GetResultsRequest) MarshalTo(dAtA []byte) (int, error)

func (*GetResultsRequest) MarshalToSizedBuffer

func (m *GetResultsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetResultsRequest) ProtoMessage

func (*GetResultsRequest) ProtoMessage()

func (*GetResultsRequest) Reset

func (m *GetResultsRequest) Reset()

func (*GetResultsRequest) Size

func (m *GetResultsRequest) Size() (n int)

func (*GetResultsRequest) String

func (this *GetResultsRequest) String() string

func (*GetResultsRequest) Unmarshal

func (m *GetResultsRequest) Unmarshal(dAtA []byte) error

func (*GetResultsRequest) XXX_DiscardUnknown

func (m *GetResultsRequest) XXX_DiscardUnknown()

func (*GetResultsRequest) XXX_Marshal

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

func (*GetResultsRequest) XXX_Merge

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

func (*GetResultsRequest) XXX_Size

func (m *GetResultsRequest) XXX_Size() int

func (*GetResultsRequest) XXX_Unmarshal

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

type GetResultsResponse

type GetResultsResponse struct {
	Results []BetResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results"`
}

func (*GetResultsResponse) Descriptor

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

func (*GetResultsResponse) Equal

func (this *GetResultsResponse) Equal(that interface{}) bool

func (*GetResultsResponse) GetResults

func (m *GetResultsResponse) GetResults() []BetResult

func (*GetResultsResponse) GoString

func (this *GetResultsResponse) GoString() string

func (*GetResultsResponse) Marshal

func (m *GetResultsResponse) Marshal() (dAtA []byte, err error)

func (*GetResultsResponse) MarshalTo

func (m *GetResultsResponse) MarshalTo(dAtA []byte) (int, error)

func (*GetResultsResponse) MarshalToSizedBuffer

func (m *GetResultsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GetResultsResponse) ProtoMessage

func (*GetResultsResponse) ProtoMessage()

func (*GetResultsResponse) Reset

func (m *GetResultsResponse) Reset()

func (*GetResultsResponse) Size

func (m *GetResultsResponse) Size() (n int)

func (*GetResultsResponse) String

func (this *GetResultsResponse) String() string

func (*GetResultsResponse) Unmarshal

func (m *GetResultsResponse) Unmarshal(dAtA []byte) error

func (*GetResultsResponse) XXX_DiscardUnknown

func (m *GetResultsResponse) XXX_DiscardUnknown()

func (*GetResultsResponse) XXX_Marshal

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

func (*GetResultsResponse) XXX_Merge

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

func (*GetResultsResponse) XXX_Size

func (m *GetResultsResponse) XXX_Size() int

func (*GetResultsResponse) XXX_Unmarshal

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

type Market

type Market struct {
	BetType  string  `protobuf:"bytes,1,opt,name=bet_type,json=betType,proto3" json:"bet_type,omitempty"`
	Special  string  `protobuf:"bytes,2,opt,name=special,proto3" json:"special,omitempty"`
	Period   int64   `protobuf:"varint,3,opt,name=period,proto3" json:"period,omitempty"`
	Handicap float64 `protobuf:"fixed64,4,opt,name=handicap,proto3" json:"handicap,omitempty"`
	Side     string  `protobuf:"bytes,5,opt,name=side,proto3" json:"side,omitempty"`
	Team     string  `protobuf:"bytes,6,opt,name=team,proto3" json:"team,omitempty"`
	IsLay    bool    `protobuf:"varint,7,opt,name=is_lay,json=isLay,proto3" json:"is_lay,omitempty"`
}

func (*Market) Descriptor

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

func (*Market) Equal

func (this *Market) Equal(that interface{}) bool

func (*Market) GetBetType

func (m *Market) GetBetType() string

func (*Market) GetHandicap

func (m *Market) GetHandicap() float64

func (*Market) GetIsLay

func (m *Market) GetIsLay() bool

func (*Market) GetPeriod

func (m *Market) GetPeriod() int64

func (*Market) GetSide

func (m *Market) GetSide() string

func (*Market) GetSpecial

func (m *Market) GetSpecial() string

func (*Market) GetTeam

func (m *Market) GetTeam() string

func (*Market) GoString

func (this *Market) GoString() string

func (*Market) Marshal

func (m *Market) Marshal() (dAtA []byte, err error)

func (*Market) MarshalTo

func (m *Market) MarshalTo(dAtA []byte) (int, error)

func (*Market) MarshalToSizedBuffer

func (m *Market) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Market) ProtoMessage

func (*Market) ProtoMessage()

func (*Market) Reset

func (m *Market) Reset()

func (*Market) Size

func (m *Market) Size() (n int)

func (*Market) String

func (this *Market) String() string

func (*Market) Unmarshal

func (m *Market) Unmarshal(dAtA []byte) error

func (*Market) XXX_DiscardUnknown

func (m *Market) XXX_DiscardUnknown()

func (*Market) XXX_Marshal

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

func (*Market) XXX_Merge

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

func (*Market) XXX_Size

func (m *Market) XXX_Size() int

func (*Market) XXX_Unmarshal

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

type PingRequest

type PingRequest struct {
}

func (*PingRequest) Descriptor

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

func (*PingRequest) Equal

func (this *PingRequest) Equal(that interface{}) bool

func (*PingRequest) GoString

func (this *PingRequest) GoString() string

func (*PingRequest) Marshal

func (m *PingRequest) Marshal() (dAtA []byte, err error)

func (*PingRequest) MarshalTo

func (m *PingRequest) MarshalTo(dAtA []byte) (int, error)

func (*PingRequest) MarshalToSizedBuffer

func (m *PingRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) Reset

func (m *PingRequest) Reset()

func (*PingRequest) Size

func (m *PingRequest) Size() (n int)

func (*PingRequest) String

func (this *PingRequest) String() string

func (*PingRequest) Unmarshal

func (m *PingRequest) Unmarshal(dAtA []byte) error

func (*PingRequest) XXX_DiscardUnknown

func (m *PingRequest) XXX_DiscardUnknown()

func (*PingRequest) XXX_Marshal

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

func (*PingRequest) XXX_Merge

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

func (*PingRequest) XXX_Size

func (m *PingRequest) XXX_Size() int

func (*PingRequest) XXX_Unmarshal

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

type PingResponse

type PingResponse struct {
}

func (*PingResponse) Descriptor

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

func (*PingResponse) Equal

func (this *PingResponse) Equal(that interface{}) bool

func (*PingResponse) GoString

func (this *PingResponse) GoString() string

func (*PingResponse) Marshal

func (m *PingResponse) Marshal() (dAtA []byte, err error)

func (*PingResponse) MarshalTo

func (m *PingResponse) MarshalTo(dAtA []byte) (int, error)

func (*PingResponse) MarshalToSizedBuffer

func (m *PingResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) Reset

func (m *PingResponse) Reset()

func (*PingResponse) Size

func (m *PingResponse) Size() (n int)

func (*PingResponse) String

func (this *PingResponse) String() string

func (*PingResponse) Unmarshal

func (m *PingResponse) Unmarshal(dAtA []byte) error

func (*PingResponse) XXX_DiscardUnknown

func (m *PingResponse) XXX_DiscardUnknown()

func (*PingResponse) XXX_Marshal

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

func (*PingResponse) XXX_Merge

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

func (*PingResponse) XXX_Size

func (m *PingResponse) XXX_Size() int

func (*PingResponse) XXX_Unmarshal

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

type PlaceBetRequest

type PlaceBetRequest struct {
	Surebet *Surebet `protobuf:"bytes,2,opt,name=surebet,proto3" json:"surebet,omitempty"`
}

func (*PlaceBetRequest) Descriptor

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

func (*PlaceBetRequest) Equal

func (this *PlaceBetRequest) Equal(that interface{}) bool

func (*PlaceBetRequest) GetSurebet

func (m *PlaceBetRequest) GetSurebet() *Surebet

func (*PlaceBetRequest) GoString

func (this *PlaceBetRequest) GoString() string

func (*PlaceBetRequest) Marshal

func (m *PlaceBetRequest) Marshal() (dAtA []byte, err error)

func (*PlaceBetRequest) MarshalTo

func (m *PlaceBetRequest) MarshalTo(dAtA []byte) (int, error)

func (*PlaceBetRequest) MarshalToSizedBuffer

func (m *PlaceBetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PlaceBetRequest) ProtoMessage

func (*PlaceBetRequest) ProtoMessage()

func (*PlaceBetRequest) Reset

func (m *PlaceBetRequest) Reset()

func (*PlaceBetRequest) Size

func (m *PlaceBetRequest) Size() (n int)

func (*PlaceBetRequest) String

func (this *PlaceBetRequest) String() string

func (*PlaceBetRequest) Unmarshal

func (m *PlaceBetRequest) Unmarshal(dAtA []byte) error

func (*PlaceBetRequest) XXX_DiscardUnknown

func (m *PlaceBetRequest) XXX_DiscardUnknown()

func (*PlaceBetRequest) XXX_Marshal

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

func (*PlaceBetRequest) XXX_Merge

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

func (*PlaceBetRequest) XXX_Size

func (m *PlaceBetRequest) XXX_Size() int

func (*PlaceBetRequest) XXX_Unmarshal

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

type PlaceBetResponse

type PlaceBetResponse struct {
	Side *SurebetSide `protobuf:"bytes,1,opt,name=side,proto3" json:"side,omitempty"`
}

func (*PlaceBetResponse) Descriptor

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

func (*PlaceBetResponse) Equal

func (this *PlaceBetResponse) Equal(that interface{}) bool

func (*PlaceBetResponse) GetSide

func (m *PlaceBetResponse) GetSide() *SurebetSide

func (*PlaceBetResponse) GoString

func (this *PlaceBetResponse) GoString() string

func (*PlaceBetResponse) Marshal

func (m *PlaceBetResponse) Marshal() (dAtA []byte, err error)

func (*PlaceBetResponse) MarshalTo

func (m *PlaceBetResponse) MarshalTo(dAtA []byte) (int, error)

func (*PlaceBetResponse) MarshalToSizedBuffer

func (m *PlaceBetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PlaceBetResponse) ProtoMessage

func (*PlaceBetResponse) ProtoMessage()

func (*PlaceBetResponse) Reset

func (m *PlaceBetResponse) Reset()

func (*PlaceBetResponse) Size

func (m *PlaceBetResponse) Size() (n int)

func (*PlaceBetResponse) String

func (this *PlaceBetResponse) String() string

func (*PlaceBetResponse) Unmarshal

func (m *PlaceBetResponse) Unmarshal(dAtA []byte) error

func (*PlaceBetResponse) XXX_DiscardUnknown

func (m *PlaceBetResponse) XXX_DiscardUnknown()

func (*PlaceBetResponse) XXX_Marshal

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

func (*PlaceBetResponse) XXX_Merge

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

func (*PlaceBetResponse) XXX_Size

func (m *PlaceBetResponse) XXX_Size() int

func (*PlaceBetResponse) XXX_Unmarshal

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

type PlaceSurebetRequest

type PlaceSurebetRequest struct {
	Surebet *Surebet `protobuf:"bytes,1,opt,name=surebet,proto3" json:"surebet,omitempty"`
}

func (*PlaceSurebetRequest) Descriptor

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

func (*PlaceSurebetRequest) Equal

func (this *PlaceSurebetRequest) Equal(that interface{}) bool

func (*PlaceSurebetRequest) GetSurebet

func (m *PlaceSurebetRequest) GetSurebet() *Surebet

func (*PlaceSurebetRequest) GoString

func (this *PlaceSurebetRequest) GoString() string

func (*PlaceSurebetRequest) Marshal

func (m *PlaceSurebetRequest) Marshal() (dAtA []byte, err error)

func (*PlaceSurebetRequest) MarshalTo

func (m *PlaceSurebetRequest) MarshalTo(dAtA []byte) (int, error)

func (*PlaceSurebetRequest) MarshalToSizedBuffer

func (m *PlaceSurebetRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PlaceSurebetRequest) ProtoMessage

func (*PlaceSurebetRequest) ProtoMessage()

func (*PlaceSurebetRequest) Reset

func (m *PlaceSurebetRequest) Reset()

func (*PlaceSurebetRequest) Size

func (m *PlaceSurebetRequest) Size() (n int)

func (*PlaceSurebetRequest) String

func (this *PlaceSurebetRequest) String() string

func (*PlaceSurebetRequest) Unmarshal

func (m *PlaceSurebetRequest) Unmarshal(dAtA []byte) error

func (*PlaceSurebetRequest) XXX_DiscardUnknown

func (m *PlaceSurebetRequest) XXX_DiscardUnknown()

func (*PlaceSurebetRequest) XXX_Marshal

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

func (*PlaceSurebetRequest) XXX_Merge

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

func (*PlaceSurebetRequest) XXX_Size

func (m *PlaceSurebetRequest) XXX_Size() int

func (*PlaceSurebetRequest) XXX_Unmarshal

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

type PlaceSurebetResponse

type PlaceSurebetResponse struct {
}

func (*PlaceSurebetResponse) Descriptor

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

func (*PlaceSurebetResponse) Equal

func (this *PlaceSurebetResponse) Equal(that interface{}) bool

func (*PlaceSurebetResponse) GoString

func (this *PlaceSurebetResponse) GoString() string

func (*PlaceSurebetResponse) Marshal

func (m *PlaceSurebetResponse) Marshal() (dAtA []byte, err error)

func (*PlaceSurebetResponse) MarshalTo

func (m *PlaceSurebetResponse) MarshalTo(dAtA []byte) (int, error)

func (*PlaceSurebetResponse) MarshalToSizedBuffer

func (m *PlaceSurebetResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*PlaceSurebetResponse) ProtoMessage

func (*PlaceSurebetResponse) ProtoMessage()

func (*PlaceSurebetResponse) Reset

func (m *PlaceSurebetResponse) Reset()

func (*PlaceSurebetResponse) Size

func (m *PlaceSurebetResponse) Size() (n int)

func (*PlaceSurebetResponse) String

func (this *PlaceSurebetResponse) String() string

func (*PlaceSurebetResponse) Unmarshal

func (m *PlaceSurebetResponse) Unmarshal(dAtA []byte) error

func (*PlaceSurebetResponse) XXX_DiscardUnknown

func (m *PlaceSurebetResponse) XXX_DiscardUnknown()

func (*PlaceSurebetResponse) XXX_Marshal

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

func (*PlaceSurebetResponse) XXX_Merge

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

func (*PlaceSurebetResponse) XXX_Size

func (m *PlaceSurebetResponse) XXX_Size() int

func (*PlaceSurebetResponse) XXX_Unmarshal

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

type ReleaseCheckRequest

type ReleaseCheckRequest struct {
	Surebet *Surebet `protobuf:"bytes,1,opt,name=surebet,proto3" json:"surebet,omitempty"`
}

func (*ReleaseCheckRequest) Descriptor

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

func (*ReleaseCheckRequest) Equal

func (this *ReleaseCheckRequest) Equal(that interface{}) bool

func (*ReleaseCheckRequest) GetSurebet

func (m *ReleaseCheckRequest) GetSurebet() *Surebet

func (*ReleaseCheckRequest) GoString

func (this *ReleaseCheckRequest) GoString() string

func (*ReleaseCheckRequest) Marshal

func (m *ReleaseCheckRequest) Marshal() (dAtA []byte, err error)

func (*ReleaseCheckRequest) MarshalTo

func (m *ReleaseCheckRequest) MarshalTo(dAtA []byte) (int, error)

func (*ReleaseCheckRequest) MarshalToSizedBuffer

func (m *ReleaseCheckRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReleaseCheckRequest) ProtoMessage

func (*ReleaseCheckRequest) ProtoMessage()

func (*ReleaseCheckRequest) Reset

func (m *ReleaseCheckRequest) Reset()

func (*ReleaseCheckRequest) Size

func (m *ReleaseCheckRequest) Size() (n int)

func (*ReleaseCheckRequest) String

func (this *ReleaseCheckRequest) String() string

func (*ReleaseCheckRequest) Unmarshal

func (m *ReleaseCheckRequest) Unmarshal(dAtA []byte) error

func (*ReleaseCheckRequest) XXX_DiscardUnknown

func (m *ReleaseCheckRequest) XXX_DiscardUnknown()

func (*ReleaseCheckRequest) XXX_Marshal

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

func (*ReleaseCheckRequest) XXX_Merge

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

func (*ReleaseCheckRequest) XXX_Size

func (m *ReleaseCheckRequest) XXX_Size() int

func (*ReleaseCheckRequest) XXX_Unmarshal

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

type ReleaseCheckResponse

type ReleaseCheckResponse struct {
}

func (*ReleaseCheckResponse) Descriptor

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

func (*ReleaseCheckResponse) Equal

func (this *ReleaseCheckResponse) Equal(that interface{}) bool

func (*ReleaseCheckResponse) GoString

func (this *ReleaseCheckResponse) GoString() string

func (*ReleaseCheckResponse) Marshal

func (m *ReleaseCheckResponse) Marshal() (dAtA []byte, err error)

func (*ReleaseCheckResponse) MarshalTo

func (m *ReleaseCheckResponse) MarshalTo(dAtA []byte) (int, error)

func (*ReleaseCheckResponse) MarshalToSizedBuffer

func (m *ReleaseCheckResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ReleaseCheckResponse) ProtoMessage

func (*ReleaseCheckResponse) ProtoMessage()

func (*ReleaseCheckResponse) Reset

func (m *ReleaseCheckResponse) Reset()

func (*ReleaseCheckResponse) Size

func (m *ReleaseCheckResponse) Size() (n int)

func (*ReleaseCheckResponse) String

func (this *ReleaseCheckResponse) String() string

func (*ReleaseCheckResponse) Unmarshal

func (m *ReleaseCheckResponse) Unmarshal(dAtA []byte) error

func (*ReleaseCheckResponse) XXX_DiscardUnknown

func (m *ReleaseCheckResponse) XXX_DiscardUnknown()

func (*ReleaseCheckResponse) XXX_Marshal

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

func (*ReleaseCheckResponse) XXX_Merge

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

func (*ReleaseCheckResponse) XXX_Size

func (m *ReleaseCheckResponse) XXX_Size() int

func (*ReleaseCheckResponse) XXX_Unmarshal

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

type Surebet

type Surebet struct {
	CreatedAt       string         `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Starts          string         `protobuf:"bytes,3,opt,name=starts,proto3" json:"starts,omitempty"`
	FortedHome      string         `protobuf:"bytes,4,opt,name=forted_home,json=fortedHome,proto3" json:"forted_home,omitempty"`
	FortedAway      string         `protobuf:"bytes,5,opt,name=forted_away,json=fortedAway,proto3" json:"forted_away,omitempty"`
	FortedProfit    float64        `protobuf:"fixed64,6,opt,name=forted_profit,json=fortedProfit,proto3" json:"forted_profit,omitempty"`
	FortedSport     string         `protobuf:"bytes,7,opt,name=forted_sport,json=fortedSport,proto3" json:"forted_sport,omitempty"`
	FortedLeague    string         `protobuf:"bytes,8,opt,name=forted_league,json=fortedLeague,proto3" json:"forted_league,omitempty"`
	FilterName      string         `protobuf:"bytes,9,opt,name=filter_name,json=filterName,proto3" json:"filter_name,omitempty"`
	SkynetId        int64          `protobuf:"varint,10,opt,name=skynet_id,json=skynetId,proto3" json:"skynet_id,omitempty"`
	FortedSurebetId int64          `protobuf:"varint,2,opt,name=forted_surebet_id,json=fortedSurebetId,proto3" json:"forted_surebet_id,omitempty"`
	SurebetId       int64          `protobuf:"varint,11,opt,name=surebet_id,json=surebetId,proto3" json:"surebet_id,omitempty"`
	LogId           int64          `protobuf:"varint,12,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	Calc            Calc           `protobuf:"bytes,13,opt,name=calc,proto3" json:"calc"`
	Currency        []Currency     `protobuf:"bytes,14,rep,name=currency,proto3" json:"currency"`
	Members         []*SurebetSide `protobuf:"bytes,15,rep,name=members,proto3" json:"members,omitempty"`
}

func (*Surebet) Descriptor

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

func (*Surebet) Equal

func (this *Surebet) Equal(that interface{}) bool

func (*Surebet) GetCalc

func (m *Surebet) GetCalc() Calc

func (*Surebet) GetCreatedAt

func (m *Surebet) GetCreatedAt() string

func (*Surebet) GetCurrency

func (m *Surebet) GetCurrency() []Currency

func (*Surebet) GetFilterName

func (m *Surebet) GetFilterName() string

func (*Surebet) GetFortedAway

func (m *Surebet) GetFortedAway() string

func (*Surebet) GetFortedHome

func (m *Surebet) GetFortedHome() string

func (*Surebet) GetFortedLeague

func (m *Surebet) GetFortedLeague() string

func (*Surebet) GetFortedProfit

func (m *Surebet) GetFortedProfit() float64

func (*Surebet) GetFortedSport

func (m *Surebet) GetFortedSport() string

func (*Surebet) GetFortedSurebetId

func (m *Surebet) GetFortedSurebetId() int64

func (*Surebet) GetLogId

func (m *Surebet) GetLogId() int64

func (*Surebet) GetMembers

func (m *Surebet) GetMembers() []*SurebetSide

func (*Surebet) GetSkynetId

func (m *Surebet) GetSkynetId() int64

func (*Surebet) GetStarts

func (m *Surebet) GetStarts() string

func (*Surebet) GetSurebetId

func (m *Surebet) GetSurebetId() int64

func (*Surebet) GoString

func (this *Surebet) GoString() string

func (*Surebet) Marshal

func (m *Surebet) Marshal() (dAtA []byte, err error)

func (*Surebet) MarshalTo

func (m *Surebet) MarshalTo(dAtA []byte) (int, error)

func (*Surebet) MarshalToSizedBuffer

func (m *Surebet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Surebet) ProtoMessage

func (*Surebet) ProtoMessage()

func (*Surebet) Reset

func (m *Surebet) Reset()

func (*Surebet) Size

func (m *Surebet) Size() (n int)

func (*Surebet) String

func (this *Surebet) String() string

func (*Surebet) Unmarshal

func (m *Surebet) Unmarshal(dAtA []byte) error

func (*Surebet) XXX_DiscardUnknown

func (m *Surebet) XXX_DiscardUnknown()

func (*Surebet) XXX_Marshal

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

func (*Surebet) XXX_Merge

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

func (*Surebet) XXX_Size

func (m *Surebet) XXX_Size() int

func (*Surebet) XXX_Unmarshal

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

type SurebetSide

type SurebetSide struct {
	Num         int64      `protobuf:"varint,1,opt,name=num,proto3" json:"num,omitempty"`
	ServiceName string     `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	Origin      string     `protobuf:"bytes,26,opt,name=origin,proto3" json:"origin,omitempty"`
	ServiceId   int64      `protobuf:"varint,11,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	SportName   string     `protobuf:"bytes,3,opt,name=sport_name,json=sportName,proto3" json:"sport_name,omitempty"`
	SportId     int64      `protobuf:"varint,12,opt,name=sport_id,json=sportId,proto3" json:"sport_id,omitempty"`
	LeagueName  string     `protobuf:"bytes,4,opt,name=league_name,json=leagueName,proto3" json:"league_name,omitempty"`
	LeagueId    int64      `protobuf:"varint,13,opt,name=league_id,json=leagueId,proto3" json:"league_id,omitempty"`
	Home        string     `protobuf:"bytes,5,opt,name=home,proto3" json:"home,omitempty"`
	HomeId      int64      `protobuf:"varint,14,opt,name=home_id,json=homeId,proto3" json:"home_id,omitempty"`
	Away        string     `protobuf:"bytes,6,opt,name=away,proto3" json:"away,omitempty"`
	AwayId      int64      `protobuf:"varint,15,opt,name=away_id,json=awayId,proto3" json:"away_id,omitempty"`
	MarketName  string     `protobuf:"bytes,7,opt,name=market_name,json=marketName,proto3" json:"market_name,omitempty"`
	MarketId    int64      `protobuf:"varint,16,opt,name=market_id,json=marketId,proto3" json:"market_id,omitempty"`
	Starts      string     `protobuf:"bytes,25,opt,name=starts,proto3" json:"starts,omitempty"`
	Price       float64    `protobuf:"fixed64,8,opt,name=price,proto3" json:"price,omitempty"`
	PriceId     int64      `protobuf:"varint,17,opt,name=price_id,json=priceId,proto3" json:"price_id,omitempty"`
	Url         string     `protobuf:"bytes,9,opt,name=url,proto3" json:"url,omitempty"`
	Initiator   bool       `protobuf:"varint,10,opt,name=initiator,proto3" json:"initiator,omitempty"`
	EventId     string     `protobuf:"bytes,18,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	Forted      FortedIds  `protobuf:"bytes,24,opt,name=forted,proto3" json:"forted"`
	Check       *Check     `protobuf:"bytes,19,opt,name=check,proto3" json:"check,omitempty"`
	BetConfig   *BetConfig `protobuf:"bytes,20,opt,name=bet_config,json=betConfig,proto3" json:"bet_config,omitempty"`
	CheckCalc   *CheckCalc `protobuf:"bytes,21,opt,name=check_calc,json=checkCalc,proto3" json:"check_calc,omitempty"`
	ToBet       *ToBet     `protobuf:"bytes,22,opt,name=to_bet,json=toBet,proto3" json:"to_bet,omitempty"`
	Bet         *Bet       `protobuf:"bytes,23,opt,name=bet,proto3" json:"bet,omitempty"`
	Market      *Market    `protobuf:"bytes,27,opt,name=market,proto3" json:"market,omitempty"`
}

func (*SurebetSide) Descriptor

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

func (*SurebetSide) Equal

func (this *SurebetSide) Equal(that interface{}) bool

func (*SurebetSide) GetAway

func (m *SurebetSide) GetAway() string

func (*SurebetSide) GetAwayId

func (m *SurebetSide) GetAwayId() int64

func (*SurebetSide) GetBet

func (m *SurebetSide) GetBet() *Bet

func (*SurebetSide) GetBetConfig

func (m *SurebetSide) GetBetConfig() *BetConfig

func (*SurebetSide) GetCheck

func (m *SurebetSide) GetCheck() *Check

func (*SurebetSide) GetCheckCalc

func (m *SurebetSide) GetCheckCalc() *CheckCalc

func (*SurebetSide) GetEventId

func (m *SurebetSide) GetEventId() string

func (*SurebetSide) GetForted

func (m *SurebetSide) GetForted() FortedIds

func (*SurebetSide) GetHome

func (m *SurebetSide) GetHome() string

func (*SurebetSide) GetHomeId

func (m *SurebetSide) GetHomeId() int64

func (*SurebetSide) GetInitiator

func (m *SurebetSide) GetInitiator() bool

func (*SurebetSide) GetLeagueId

func (m *SurebetSide) GetLeagueId() int64

func (*SurebetSide) GetLeagueName

func (m *SurebetSide) GetLeagueName() string

func (*SurebetSide) GetMarket

func (m *SurebetSide) GetMarket() *Market

func (*SurebetSide) GetMarketId

func (m *SurebetSide) GetMarketId() int64

func (*SurebetSide) GetMarketName

func (m *SurebetSide) GetMarketName() string

func (*SurebetSide) GetNum

func (m *SurebetSide) GetNum() int64

func (*SurebetSide) GetOrigin

func (m *SurebetSide) GetOrigin() string

func (*SurebetSide) GetPrice

func (m *SurebetSide) GetPrice() float64

func (*SurebetSide) GetPriceId

func (m *SurebetSide) GetPriceId() int64

func (*SurebetSide) GetServiceId

func (m *SurebetSide) GetServiceId() int64

func (*SurebetSide) GetServiceName

func (m *SurebetSide) GetServiceName() string

func (*SurebetSide) GetSportId

func (m *SurebetSide) GetSportId() int64

func (*SurebetSide) GetSportName

func (m *SurebetSide) GetSportName() string

func (*SurebetSide) GetStarts

func (m *SurebetSide) GetStarts() string

func (*SurebetSide) GetToBet

func (m *SurebetSide) GetToBet() *ToBet

func (*SurebetSide) GetUrl

func (m *SurebetSide) GetUrl() string

func (*SurebetSide) GoString

func (this *SurebetSide) GoString() string

func (*SurebetSide) Marshal

func (m *SurebetSide) Marshal() (dAtA []byte, err error)

func (*SurebetSide) MarshalTo

func (m *SurebetSide) MarshalTo(dAtA []byte) (int, error)

func (*SurebetSide) MarshalToSizedBuffer

func (m *SurebetSide) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SurebetSide) ProtoMessage

func (*SurebetSide) ProtoMessage()

func (*SurebetSide) Reset

func (m *SurebetSide) Reset()

func (*SurebetSide) Size

func (m *SurebetSide) Size() (n int)

func (*SurebetSide) String

func (this *SurebetSide) String() string

func (*SurebetSide) Unmarshal

func (m *SurebetSide) Unmarshal(dAtA []byte) error

func (*SurebetSide) XXX_DiscardUnknown

func (m *SurebetSide) XXX_DiscardUnknown()

func (*SurebetSide) XXX_Marshal

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

func (*SurebetSide) XXX_Merge

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

func (*SurebetSide) XXX_Size

func (m *SurebetSide) XXX_Size() int

func (*SurebetSide) XXX_Unmarshal

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

type ToBet

type ToBet struct {
	Id       int64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	TryCount int64 `protobuf:"varint,6,opt,name=try_count,json=tryCount,proto3" json:"try_count,omitempty"`
}

func (*ToBet) Descriptor

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

func (*ToBet) Equal

func (this *ToBet) Equal(that interface{}) bool

func (*ToBet) GetId

func (m *ToBet) GetId() int64

func (*ToBet) GetTryCount

func (m *ToBet) GetTryCount() int64

func (*ToBet) GoString

func (this *ToBet) GoString() string

func (*ToBet) Marshal

func (m *ToBet) Marshal() (dAtA []byte, err error)

func (*ToBet) MarshalTo

func (m *ToBet) MarshalTo(dAtA []byte) (int, error)

func (*ToBet) MarshalToSizedBuffer

func (m *ToBet) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ToBet) ProtoMessage

func (*ToBet) ProtoMessage()

func (*ToBet) Reset

func (m *ToBet) Reset()

func (*ToBet) Size

func (m *ToBet) Size() (n int)

func (*ToBet) String

func (this *ToBet) String() string

func (*ToBet) Unmarshal

func (m *ToBet) Unmarshal(dAtA []byte) error

func (*ToBet) XXX_DiscardUnknown

func (m *ToBet) XXX_DiscardUnknown()

func (*ToBet) XXX_Marshal

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

func (*ToBet) XXX_Merge

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

func (*ToBet) XXX_Size

func (m *ToBet) XXX_Size() int

func (*ToBet) XXX_Unmarshal

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

type UnimplementedFortedServer

type UnimplementedFortedServer struct {
}

UnimplementedFortedServer can be embedded to have forward compatible implementations.

func (*UnimplementedFortedServer) CheckLine

func (*UnimplementedFortedServer) CreateSurebet

func (*UnimplementedFortedServer) CreateSurebetMany

func (*UnimplementedFortedServer) GetResults

func (*UnimplementedFortedServer) Ping

func (*UnimplementedFortedServer) PlaceBet

func (*UnimplementedFortedServer) PlaceSurebet

func (*UnimplementedFortedServer) ReleaseCheck

Jump to

Keyboard shortcuts

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