statproto

package
v1.67.0 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2025 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DarkGRpc_GetHealth_FullMethodName          = "/statproto.DarkGRpc/GetHealth"
	DarkGRpc_GetBases_FullMethodName           = "/statproto.DarkGRpc/GetBases"
	DarkGRpc_GetPoBs_FullMethodName            = "/statproto.DarkGRpc/GetPoBs"
	DarkGRpc_GetPoBGoods_FullMethodName        = "/statproto.DarkGRpc/GetPoBGoods"
	DarkGRpc_GetPoBBases_FullMethodName        = "/statproto.DarkGRpc/GetPoBBases"
	DarkGRpc_GetCommodities_FullMethodName     = "/statproto.DarkGRpc/GetCommodities"
	DarkGRpc_GetAmmos_FullMethodName           = "/statproto.DarkGRpc/GetAmmos"
	DarkGRpc_GetCounterMeasures_FullMethodName = "/statproto.DarkGRpc/GetCounterMeasures"
	DarkGRpc_GetEngines_FullMethodName         = "/statproto.DarkGRpc/GetEngines"
	DarkGRpc_GetGraphPaths_FullMethodName      = "/statproto.DarkGRpc/GetGraphPaths"
)

Variables

View Source
var DarkGRpc_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "statproto.DarkGRpc",
	HandlerType: (*DarkGRpcServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetHealth",
			Handler:    _DarkGRpc_GetHealth_Handler,
		},
		{
			MethodName: "GetBases",
			Handler:    _DarkGRpc_GetBases_Handler,
		},
		{
			MethodName: "GetPoBs",
			Handler:    _DarkGRpc_GetPoBs_Handler,
		},
		{
			MethodName: "GetPoBGoods",
			Handler:    _DarkGRpc_GetPoBGoods_Handler,
		},
		{
			MethodName: "GetPoBBases",
			Handler:    _DarkGRpc_GetPoBBases_Handler,
		},
		{
			MethodName: "GetCommodities",
			Handler:    _DarkGRpc_GetCommodities_Handler,
		},
		{
			MethodName: "GetAmmos",
			Handler:    _DarkGRpc_GetAmmos_Handler,
		},
		{
			MethodName: "GetCounterMeasures",
			Handler:    _DarkGRpc_GetCounterMeasures_Handler,
		},
		{
			MethodName: "GetEngines",
			Handler:    _DarkGRpc_GetEngines_Handler,
		},
		{
			MethodName: "GetGraphPaths",
			Handler:    _DarkGRpc_GetGraphPaths_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "main.proto",
}

DarkGRpc_ServiceDesc is the grpc.ServiceDesc for DarkGRpc service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterDarkGRpcServer

func RegisterDarkGRpcServer(s grpc.ServiceRegistrar, srv DarkGRpcServer)

Types

type Ammo

type Ammo struct {
	Name                string                 `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Price               int64                  `protobuf:"varint,2,opt,name=Price,proto3" json:"Price,omitempty"`
	HitPts              int64                  `protobuf:"varint,3,opt,name=HitPts,proto3" json:"HitPts,omitempty"`
	Volume              float64                `protobuf:"fixed64,4,opt,name=Volume,proto3" json:"Volume,omitempty"`
	MunitionLifetime    float64                `protobuf:"fixed64,5,opt,name=MunitionLifetime,proto3" json:"MunitionLifetime,omitempty"`
	Nickname            string                 `protobuf:"bytes,6,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	NameID              int64                  `protobuf:"varint,7,opt,name=NameID,proto3" json:"NameID,omitempty"`
	InfoID              int64                  `protobuf:"varint,8,opt,name=InfoID,proto3" json:"InfoID,omitempty"`
	SeekerType          string                 `protobuf:"bytes,9,opt,name=SeekerType,proto3" json:"SeekerType,omitempty"`
	SeekerRange         int64                  `protobuf:"varint,10,opt,name=SeekerRange,proto3" json:"SeekerRange,omitempty"`
	SeekerFovDeg        int64                  `protobuf:"varint,11,opt,name=SeekerFovDeg,proto3" json:"SeekerFovDeg,omitempty"`
	Bases               map[string]*MarketGood `` /* 138-byte string literal not displayed */
	DiscoveryTechCompat *DiscoveryTechCompat   `protobuf:"bytes,13,opt,name=DiscoveryTechCompat,proto3,oneof" json:"DiscoveryTechCompat,omitempty"`
	AmountInCatridge    *int64                 `protobuf:"varint,14,opt,name=AmountInCatridge,proto3,oneof" json:"AmountInCatridge,omitempty"`
	MaxCatridges        *int64                 `protobuf:"varint,15,opt,name=MaxCatridges,proto3,oneof" json:"MaxCatridges,omitempty"`
	Mass                float64                `protobuf:"fixed64,16,opt,name=Mass,proto3" json:"Mass,omitempty"`
	// contains filtered or unexported fields
}

func (*Ammo) Descriptor deprecated

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

Deprecated: Use Ammo.ProtoReflect.Descriptor instead.

func (*Ammo) GetAmountInCatridge

func (x *Ammo) GetAmountInCatridge() int64

func (*Ammo) GetBases

func (x *Ammo) GetBases() map[string]*MarketGood

func (*Ammo) GetDiscoveryTechCompat

func (x *Ammo) GetDiscoveryTechCompat() *DiscoveryTechCompat

func (*Ammo) GetHitPts

func (x *Ammo) GetHitPts() int64

func (*Ammo) GetInfoID

func (x *Ammo) GetInfoID() int64

func (*Ammo) GetMass

func (x *Ammo) GetMass() float64

func (*Ammo) GetMaxCatridges

func (x *Ammo) GetMaxCatridges() int64

func (*Ammo) GetMunitionLifetime

func (x *Ammo) GetMunitionLifetime() float64

func (*Ammo) GetName

func (x *Ammo) GetName() string

func (*Ammo) GetNameID

func (x *Ammo) GetNameID() int64

func (*Ammo) GetNickname

func (x *Ammo) GetNickname() string

func (*Ammo) GetPrice

func (x *Ammo) GetPrice() int64

func (*Ammo) GetSeekerFovDeg

func (x *Ammo) GetSeekerFovDeg() int64

func (*Ammo) GetSeekerRange

func (x *Ammo) GetSeekerRange() int64

func (*Ammo) GetSeekerType

func (x *Ammo) GetSeekerType() string

func (*Ammo) GetVolume

func (x *Ammo) GetVolume() float64

func (*Ammo) ProtoMessage

func (*Ammo) ProtoMessage()

func (*Ammo) ProtoReflect

func (x *Ammo) ProtoReflect() protoreflect.Message

func (*Ammo) Reset

func (x *Ammo) Reset()

func (*Ammo) String

func (x *Ammo) String() string

type Base

type Base struct {
	Name                   string                 `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Archetypes             []string               `protobuf:"bytes,2,rep,name=Archetypes,proto3" json:"Archetypes,omitempty"`
	Nickname               string                 `protobuf:"bytes,3,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	FactionName            string                 `protobuf:"bytes,5,opt,name=FactionName,proto3" json:"FactionName,omitempty"`
	System                 string                 `protobuf:"bytes,6,opt,name=System,proto3" json:"System,omitempty"`
	SystemNickname         string                 `protobuf:"bytes,7,opt,name=SystemNickname,proto3" json:"SystemNickname,omitempty"`
	Region                 string                 `protobuf:"bytes,9,opt,name=Region,proto3" json:"Region,omitempty"`
	StridName              int64                  `protobuf:"varint,10,opt,name=StridName,proto3" json:"StridName,omitempty"`
	InfocardID             int64                  `protobuf:"varint,11,opt,name=InfocardID,proto3" json:"InfocardID,omitempty"`
	File                   string                 `protobuf:"bytes,12,opt,name=File,proto3" json:"File,omitempty"`
	BGCSBaseRunBy          string                 `protobuf:"bytes,13,opt,name=BGCS_base_run_by,json=BGCSBaseRunBy,proto3" json:"BGCS_base_run_by,omitempty"`
	Pos                    *Pos                   `protobuf:"bytes,14,opt,name=Pos,proto3" json:"Pos,omitempty"`
	SectorCoord            string                 `protobuf:"bytes,15,opt,name=SectorCoord,proto3" json:"SectorCoord,omitempty"`
	IsTransportUnreachable bool                   `protobuf:"varint,16,opt,name=IsTransportUnreachable,proto3" json:"IsTransportUnreachable,omitempty"`
	Reachable              bool                   `protobuf:"varint,18,opt,name=Reachable,proto3" json:"Reachable,omitempty"`
	IsPob                  bool                   `protobuf:"varint,19,opt,name=IsPob,proto3" json:"IsPob,omitempty"`
	MarketGoodsPerNick     map[string]*MarketGood `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

The response message containing the greetings

func (*Base) Descriptor deprecated

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

Deprecated: Use Base.ProtoReflect.Descriptor instead.

func (*Base) GetArchetypes

func (x *Base) GetArchetypes() []string

func (*Base) GetBGCSBaseRunBy

func (x *Base) GetBGCSBaseRunBy() string

func (*Base) GetFactionName

func (x *Base) GetFactionName() string

func (*Base) GetFile

func (x *Base) GetFile() string

func (*Base) GetInfocardID

func (x *Base) GetInfocardID() int64

func (*Base) GetIsPob

func (x *Base) GetIsPob() bool

func (*Base) GetIsTransportUnreachable

func (x *Base) GetIsTransportUnreachable() bool

func (*Base) GetMarketGoodsPerNick

func (x *Base) GetMarketGoodsPerNick() map[string]*MarketGood

func (*Base) GetName

func (x *Base) GetName() string

func (*Base) GetNickname

func (x *Base) GetNickname() string

func (*Base) GetPos

func (x *Base) GetPos() *Pos

func (*Base) GetReachable

func (x *Base) GetReachable() bool

func (*Base) GetRegion

func (x *Base) GetRegion() string

func (*Base) GetSectorCoord

func (x *Base) GetSectorCoord() string

func (*Base) GetStridName

func (x *Base) GetStridName() int64

func (*Base) GetSystem

func (x *Base) GetSystem() string

func (*Base) GetSystemNickname

func (x *Base) GetSystemNickname() string

func (*Base) ProtoMessage

func (*Base) ProtoMessage()

func (*Base) ProtoReflect

func (x *Base) ProtoReflect() protoreflect.Message

func (*Base) Reset

func (x *Base) Reset()

func (*Base) String

func (x *Base) String() string

type Commodity

type Commodity struct {
	Nickname              string                 `protobuf:"bytes,1,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	PriceBase             int64                  `protobuf:"varint,2,opt,name=PriceBase,proto3" json:"PriceBase,omitempty"`
	Name                  string                 `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
	Combinable            bool                   `protobuf:"varint,4,opt,name=Combinable,proto3" json:"Combinable,omitempty"`
	Volume                float64                `protobuf:"fixed64,5,opt,name=Volume,proto3" json:"Volume,omitempty"`
	ShipClass             int64                  `protobuf:"varint,6,opt,name=ShipClass,proto3" json:"ShipClass,omitempty"`
	NameID                int64                  `protobuf:"varint,7,opt,name=NameID,proto3" json:"NameID,omitempty"`
	InfocardID            int64                  `protobuf:"varint,8,opt,name=InfocardID,proto3" json:"InfocardID,omitempty"`
	Bases                 map[string]*MarketGood `` /* 137-byte string literal not displayed */
	PriceBestBaseBuysFor  int64                  `protobuf:"varint,10,opt,name=PriceBestBaseBuysFor,proto3" json:"PriceBestBaseBuysFor,omitempty"`
	PriceBestBaseSellsFor int64                  `protobuf:"varint,11,opt,name=PriceBestBaseSellsFor,proto3" json:"PriceBestBaseSellsFor,omitempty"`
	ProffitMargin         int64                  `protobuf:"varint,12,opt,name=ProffitMargin,proto3" json:"ProffitMargin,omitempty"`
	Mass                  float64                `protobuf:"fixed64,13,opt,name=Mass,proto3" json:"Mass,omitempty"`
	// contains filtered or unexported fields
}

func (*Commodity) Descriptor deprecated

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

Deprecated: Use Commodity.ProtoReflect.Descriptor instead.

func (*Commodity) GetBases

func (x *Commodity) GetBases() map[string]*MarketGood

func (*Commodity) GetCombinable

func (x *Commodity) GetCombinable() bool

func (*Commodity) GetInfocardID

func (x *Commodity) GetInfocardID() int64

func (*Commodity) GetMass

func (x *Commodity) GetMass() float64

func (*Commodity) GetName

func (x *Commodity) GetName() string

func (*Commodity) GetNameID

func (x *Commodity) GetNameID() int64

func (*Commodity) GetNickname

func (x *Commodity) GetNickname() string

func (*Commodity) GetPriceBase

func (x *Commodity) GetPriceBase() int64

func (*Commodity) GetPriceBestBaseBuysFor

func (x *Commodity) GetPriceBestBaseBuysFor() int64

func (*Commodity) GetPriceBestBaseSellsFor

func (x *Commodity) GetPriceBestBaseSellsFor() int64

func (*Commodity) GetProffitMargin

func (x *Commodity) GetProffitMargin() int64

func (*Commodity) GetShipClass

func (x *Commodity) GetShipClass() int64

func (*Commodity) GetVolume

func (x *Commodity) GetVolume() float64

func (*Commodity) ProtoMessage

func (*Commodity) ProtoMessage()

func (*Commodity) ProtoReflect

func (x *Commodity) ProtoReflect() protoreflect.Message

func (*Commodity) Reset

func (x *Commodity) Reset()

func (*Commodity) String

func (x *Commodity) String() string

type CounterMeasure

type CounterMeasure struct {
	Name                string                 `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Price               int64                  `protobuf:"varint,2,opt,name=Price,proto3" json:"Price,omitempty"`
	HitPts              int64                  `protobuf:"varint,3,opt,name=HitPts,proto3" json:"HitPts,omitempty"`
	AIRange             int64                  `protobuf:"varint,4,opt,name=AIRange,proto3" json:"AIRange,omitempty"`
	Lifetime            int64                  `protobuf:"varint,5,opt,name=Lifetime,proto3" json:"Lifetime,omitempty"`
	Range               int64                  `protobuf:"varint,6,opt,name=Range,proto3" json:"Range,omitempty"`
	DiversionPctg       int64                  `protobuf:"varint,7,opt,name=DiversionPctg,proto3" json:"DiversionPctg,omitempty"`
	Lootable            bool                   `protobuf:"varint,8,opt,name=Lootable,proto3" json:"Lootable,omitempty"`
	Nickname            string                 `protobuf:"bytes,9,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	NameID              int64                  `protobuf:"varint,10,opt,name=NameID,proto3" json:"NameID,omitempty"`
	InfoID              int64                  `protobuf:"varint,11,opt,name=InfoID,proto3" json:"InfoID,omitempty"`
	Bases               map[string]*MarketGood `` /* 138-byte string literal not displayed */
	DiscoveryTechCompat *DiscoveryTechCompat   `protobuf:"bytes,13,opt,name=DiscoveryTechCompat,proto3,oneof" json:"DiscoveryTechCompat,omitempty"`
	AmountInCatridge    *int64                 `protobuf:"varint,14,opt,name=AmountInCatridge,proto3,oneof" json:"AmountInCatridge,omitempty"`
	MaxCatridges        *int64                 `protobuf:"varint,15,opt,name=MaxCatridges,proto3,oneof" json:"MaxCatridges,omitempty"`
	Mass                float64                `protobuf:"fixed64,16,opt,name=Mass,proto3" json:"Mass,omitempty"`
	// contains filtered or unexported fields
}

func (*CounterMeasure) Descriptor deprecated

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

Deprecated: Use CounterMeasure.ProtoReflect.Descriptor instead.

func (*CounterMeasure) GetAIRange

func (x *CounterMeasure) GetAIRange() int64

func (*CounterMeasure) GetAmountInCatridge

func (x *CounterMeasure) GetAmountInCatridge() int64

func (*CounterMeasure) GetBases

func (x *CounterMeasure) GetBases() map[string]*MarketGood

func (*CounterMeasure) GetDiscoveryTechCompat

func (x *CounterMeasure) GetDiscoveryTechCompat() *DiscoveryTechCompat

func (*CounterMeasure) GetDiversionPctg

func (x *CounterMeasure) GetDiversionPctg() int64

func (*CounterMeasure) GetHitPts

func (x *CounterMeasure) GetHitPts() int64

func (*CounterMeasure) GetInfoID

func (x *CounterMeasure) GetInfoID() int64

func (*CounterMeasure) GetLifetime

func (x *CounterMeasure) GetLifetime() int64

func (*CounterMeasure) GetLootable

func (x *CounterMeasure) GetLootable() bool

func (*CounterMeasure) GetMass

func (x *CounterMeasure) GetMass() float64

func (*CounterMeasure) GetMaxCatridges

func (x *CounterMeasure) GetMaxCatridges() int64

func (*CounterMeasure) GetName

func (x *CounterMeasure) GetName() string

func (*CounterMeasure) GetNameID

func (x *CounterMeasure) GetNameID() int64

func (*CounterMeasure) GetNickname

func (x *CounterMeasure) GetNickname() string

func (*CounterMeasure) GetPrice

func (x *CounterMeasure) GetPrice() int64

func (*CounterMeasure) GetRange

func (x *CounterMeasure) GetRange() int64

func (*CounterMeasure) ProtoMessage

func (*CounterMeasure) ProtoMessage()

func (*CounterMeasure) ProtoReflect

func (x *CounterMeasure) ProtoReflect() protoreflect.Message

func (*CounterMeasure) Reset

func (x *CounterMeasure) Reset()

func (*CounterMeasure) String

func (x *CounterMeasure) String() string

type DarkGRpcClient

type DarkGRpcClient interface {
	// Sends a greeting
	GetHealth(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*HealthReply, error)
	GetBases(ctx context.Context, in *GetBasesInput, opts ...grpc.CallOption) (*GetBasesReply, error)
	GetPoBs(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetPoBsReply, error)
	GetPoBGoods(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*GetPoBGoodsReply, error)
	GetPoBBases(ctx context.Context, in *GetBasesInput, opts ...grpc.CallOption) (*GetBasesReply, error)
	GetCommodities(ctx context.Context, in *GetCommoditiesInput, opts ...grpc.CallOption) (*GetCommoditiesReply, error)
	GetAmmos(ctx context.Context, in *GetEquipmentInput, opts ...grpc.CallOption) (*GetAmmoReply, error)
	GetCounterMeasures(ctx context.Context, in *GetEquipmentInput, opts ...grpc.CallOption) (*GetCounterMeasuresReply, error)
	GetEngines(ctx context.Context, in *GetEquipmentInput, opts ...grpc.CallOption) (*GetEnginesReply, error)
	GetGraphPaths(ctx context.Context, in *GetGraphPathsInput, opts ...grpc.CallOption) (*GetGraphPathsReply, error)
}

DarkGRpcClient is the client API for DarkGRpc service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The greeter service definition.

func NewDarkGRpcClient

func NewDarkGRpcClient(cc grpc.ClientConnInterface) DarkGRpcClient

type DarkGRpcServer

type DarkGRpcServer interface {
	// Sends a greeting
	GetHealth(context.Context, *Empty) (*HealthReply, error)
	GetBases(context.Context, *GetBasesInput) (*GetBasesReply, error)
	GetPoBs(context.Context, *Empty) (*GetPoBsReply, error)
	GetPoBGoods(context.Context, *Empty) (*GetPoBGoodsReply, error)
	GetPoBBases(context.Context, *GetBasesInput) (*GetBasesReply, error)
	GetCommodities(context.Context, *GetCommoditiesInput) (*GetCommoditiesReply, error)
	GetAmmos(context.Context, *GetEquipmentInput) (*GetAmmoReply, error)
	GetCounterMeasures(context.Context, *GetEquipmentInput) (*GetCounterMeasuresReply, error)
	GetEngines(context.Context, *GetEquipmentInput) (*GetEnginesReply, error)
	GetGraphPaths(context.Context, *GetGraphPathsInput) (*GetGraphPathsReply, error)
	// contains filtered or unexported methods
}

DarkGRpcServer is the server API for DarkGRpc service. All implementations must embed UnimplementedDarkGRpcServer for forward compatibility.

The greeter service definition.

type DiscoveryTechCompat

type DiscoveryTechCompat struct {
	TechcompatByID map[string]float64 `` /* 157-byte string literal not displayed */
	TechCell       string             `protobuf:"bytes,2,opt,name=TechCell,proto3" json:"TechCell,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscoveryTechCompat) Descriptor deprecated

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

Deprecated: Use DiscoveryTechCompat.ProtoReflect.Descriptor instead.

func (*DiscoveryTechCompat) GetTechCell

func (x *DiscoveryTechCompat) GetTechCell() string

func (*DiscoveryTechCompat) GetTechcompatByID

func (x *DiscoveryTechCompat) GetTechcompatByID() map[string]float64

func (*DiscoveryTechCompat) ProtoMessage

func (*DiscoveryTechCompat) ProtoMessage()

func (*DiscoveryTechCompat) ProtoReflect

func (x *DiscoveryTechCompat) ProtoReflect() protoreflect.Message

func (*DiscoveryTechCompat) Reset

func (x *DiscoveryTechCompat) Reset()

func (*DiscoveryTechCompat) String

func (x *DiscoveryTechCompat) String() string

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

The request message containing the user's name.

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

func (x *Empty) ProtoReflect() protoreflect.Message

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type Engine

type Engine struct {
	Name                string                 `protobuf:"bytes,1,opt,name=Name,proto3" json:"Name,omitempty"`
	Price               int64                  `protobuf:"varint,2,opt,name=Price,proto3" json:"Price,omitempty"`
	CruiseSpeed         int64                  `protobuf:"varint,3,opt,name=CruiseSpeed,proto3" json:"CruiseSpeed,omitempty"`
	CruiseChargeTime    int64                  `protobuf:"varint,4,opt,name=CruiseChargeTime,proto3" json:"CruiseChargeTime,omitempty"`
	LinearDrag          int64                  `protobuf:"varint,5,opt,name=LinearDrag,proto3" json:"LinearDrag,omitempty"`
	MaxForce            int64                  `protobuf:"varint,6,opt,name=MaxForce,proto3" json:"MaxForce,omitempty"`
	ReverseFraction     float64                `protobuf:"fixed64,7,opt,name=ReverseFraction,proto3" json:"ReverseFraction,omitempty"`
	ImpulseSpeed        float64                `protobuf:"fixed64,8,opt,name=ImpulseSpeed,proto3" json:"ImpulseSpeed,omitempty"`
	HpType              string                 `protobuf:"bytes,9,opt,name=HpType,proto3" json:"HpType,omitempty"`
	FlameEffect         string                 `protobuf:"bytes,10,opt,name=FlameEffect,proto3" json:"FlameEffect,omitempty"`
	TrailEffect         string                 `protobuf:"bytes,11,opt,name=TrailEffect,proto3" json:"TrailEffect,omitempty"`
	Nickname            string                 `protobuf:"bytes,12,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	NameID              int64                  `protobuf:"varint,13,opt,name=NameID,proto3" json:"NameID,omitempty"`
	InfoID              int64                  `protobuf:"varint,14,opt,name=InfoID,proto3" json:"InfoID,omitempty"`
	Bases               map[string]*MarketGood `` /* 138-byte string literal not displayed */
	DiscoveryTechCompat *DiscoveryTechCompat   `protobuf:"bytes,16,opt,name=DiscoveryTechCompat,proto3,oneof" json:"DiscoveryTechCompat,omitempty"`
	Mass                float64                `protobuf:"fixed64,17,opt,name=Mass,proto3" json:"Mass,omitempty"`
	// contains filtered or unexported fields
}

func (*Engine) Descriptor deprecated

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

Deprecated: Use Engine.ProtoReflect.Descriptor instead.

func (*Engine) GetBases

func (x *Engine) GetBases() map[string]*MarketGood

func (*Engine) GetCruiseChargeTime

func (x *Engine) GetCruiseChargeTime() int64

func (*Engine) GetCruiseSpeed

func (x *Engine) GetCruiseSpeed() int64

func (*Engine) GetDiscoveryTechCompat

func (x *Engine) GetDiscoveryTechCompat() *DiscoveryTechCompat

func (*Engine) GetFlameEffect

func (x *Engine) GetFlameEffect() string

func (*Engine) GetHpType

func (x *Engine) GetHpType() string

func (*Engine) GetImpulseSpeed

func (x *Engine) GetImpulseSpeed() float64

func (*Engine) GetInfoID

func (x *Engine) GetInfoID() int64

func (*Engine) GetLinearDrag

func (x *Engine) GetLinearDrag() int64

func (*Engine) GetMass

func (x *Engine) GetMass() float64

func (*Engine) GetMaxForce

func (x *Engine) GetMaxForce() int64

func (*Engine) GetName

func (x *Engine) GetName() string

func (*Engine) GetNameID

func (x *Engine) GetNameID() int64

func (*Engine) GetNickname

func (x *Engine) GetNickname() string

func (*Engine) GetPrice

func (x *Engine) GetPrice() int64

func (*Engine) GetReverseFraction

func (x *Engine) GetReverseFraction() float64

func (*Engine) GetTrailEffect

func (x *Engine) GetTrailEffect() string

func (*Engine) ProtoMessage

func (*Engine) ProtoMessage()

func (*Engine) ProtoReflect

func (x *Engine) ProtoReflect() protoreflect.Message

func (*Engine) Reset

func (x *Engine) Reset()

func (*Engine) String

func (x *Engine) String() string

type Faction

type Faction struct {
	// contains filtered or unexported fields
}

func (*Faction) Descriptor deprecated

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

Deprecated: Use Faction.ProtoReflect.Descriptor instead.

func (*Faction) ProtoMessage

func (*Faction) ProtoMessage()

func (*Faction) ProtoReflect

func (x *Faction) ProtoReflect() protoreflect.Message

func (*Faction) Reset

func (x *Faction) Reset()

func (*Faction) String

func (x *Faction) String() string

type GetAmmoReply

type GetAmmoReply struct {
	Items []*Ammo `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAmmoReply) Descriptor deprecated

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

Deprecated: Use GetAmmoReply.ProtoReflect.Descriptor instead.

func (*GetAmmoReply) GetItems

func (x *GetAmmoReply) GetItems() []*Ammo

func (*GetAmmoReply) ProtoMessage

func (*GetAmmoReply) ProtoMessage()

func (*GetAmmoReply) ProtoReflect

func (x *GetAmmoReply) ProtoReflect() protoreflect.Message

func (*GetAmmoReply) Reset

func (x *GetAmmoReply) Reset()

func (*GetAmmoReply) String

func (x *GetAmmoReply) String() string

type GetBasesInput

type GetBasesInput struct {
	IncludeMarketGoods bool `protobuf:"varint,1,opt,name=IncludeMarketGoods,proto3" json:"IncludeMarketGoods,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBasesInput) Descriptor deprecated

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

Deprecated: Use GetBasesInput.ProtoReflect.Descriptor instead.

func (*GetBasesInput) GetIncludeMarketGoods

func (x *GetBasesInput) GetIncludeMarketGoods() bool

func (*GetBasesInput) ProtoMessage

func (*GetBasesInput) ProtoMessage()

func (*GetBasesInput) ProtoReflect

func (x *GetBasesInput) ProtoReflect() protoreflect.Message

func (*GetBasesInput) Reset

func (x *GetBasesInput) Reset()

func (*GetBasesInput) String

func (x *GetBasesInput) String() string

type GetBasesReply

type GetBasesReply struct {
	Items []*Base `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBasesReply) Descriptor deprecated

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

Deprecated: Use GetBasesReply.ProtoReflect.Descriptor instead.

func (*GetBasesReply) GetItems

func (x *GetBasesReply) GetItems() []*Base

func (*GetBasesReply) ProtoMessage

func (*GetBasesReply) ProtoMessage()

func (*GetBasesReply) ProtoReflect

func (x *GetBasesReply) ProtoReflect() protoreflect.Message

func (*GetBasesReply) Reset

func (x *GetBasesReply) Reset()

func (*GetBasesReply) String

func (x *GetBasesReply) String() string

type GetCommoditiesInput

type GetCommoditiesInput struct {
	IncludeMarketGoods bool `protobuf:"varint,1,opt,name=IncludeMarketGoods,proto3" json:"IncludeMarketGoods,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommoditiesInput) Descriptor deprecated

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

Deprecated: Use GetCommoditiesInput.ProtoReflect.Descriptor instead.

func (*GetCommoditiesInput) GetIncludeMarketGoods

func (x *GetCommoditiesInput) GetIncludeMarketGoods() bool

func (*GetCommoditiesInput) ProtoMessage

func (*GetCommoditiesInput) ProtoMessage()

func (*GetCommoditiesInput) ProtoReflect

func (x *GetCommoditiesInput) ProtoReflect() protoreflect.Message

func (*GetCommoditiesInput) Reset

func (x *GetCommoditiesInput) Reset()

func (*GetCommoditiesInput) String

func (x *GetCommoditiesInput) String() string

type GetCommoditiesReply

type GetCommoditiesReply struct {
	Items []*Commodity `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCommoditiesReply) Descriptor deprecated

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

Deprecated: Use GetCommoditiesReply.ProtoReflect.Descriptor instead.

func (*GetCommoditiesReply) GetItems

func (x *GetCommoditiesReply) GetItems() []*Commodity

func (*GetCommoditiesReply) ProtoMessage

func (*GetCommoditiesReply) ProtoMessage()

func (*GetCommoditiesReply) ProtoReflect

func (x *GetCommoditiesReply) ProtoReflect() protoreflect.Message

func (*GetCommoditiesReply) Reset

func (x *GetCommoditiesReply) Reset()

func (*GetCommoditiesReply) String

func (x *GetCommoditiesReply) String() string

type GetCounterMeasuresReply

type GetCounterMeasuresReply struct {
	Items []*CounterMeasure `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCounterMeasuresReply) Descriptor deprecated

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

Deprecated: Use GetCounterMeasuresReply.ProtoReflect.Descriptor instead.

func (*GetCounterMeasuresReply) GetItems

func (x *GetCounterMeasuresReply) GetItems() []*CounterMeasure

func (*GetCounterMeasuresReply) ProtoMessage

func (*GetCounterMeasuresReply) ProtoMessage()

func (*GetCounterMeasuresReply) ProtoReflect

func (x *GetCounterMeasuresReply) ProtoReflect() protoreflect.Message

func (*GetCounterMeasuresReply) Reset

func (x *GetCounterMeasuresReply) Reset()

func (*GetCounterMeasuresReply) String

func (x *GetCounterMeasuresReply) String() string

type GetEnginesReply

type GetEnginesReply struct {
	Items []*Engine `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEnginesReply) Descriptor deprecated

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

Deprecated: Use GetEnginesReply.ProtoReflect.Descriptor instead.

func (*GetEnginesReply) GetItems

func (x *GetEnginesReply) GetItems() []*Engine

func (*GetEnginesReply) ProtoMessage

func (*GetEnginesReply) ProtoMessage()

func (*GetEnginesReply) ProtoReflect

func (x *GetEnginesReply) ProtoReflect() protoreflect.Message

func (*GetEnginesReply) Reset

func (x *GetEnginesReply) Reset()

func (*GetEnginesReply) String

func (x *GetEnginesReply) String() string

type GetEquipmentInput

type GetEquipmentInput struct {
	IncludeMarketGoods bool `protobuf:"varint,1,opt,name=IncludeMarketGoods,proto3" json:"IncludeMarketGoods,omitempty"`
	IncludeTechCompat  bool `protobuf:"varint,2,opt,name=IncludeTechCompat,proto3" json:"IncludeTechCompat,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEquipmentInput) Descriptor deprecated

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

Deprecated: Use GetEquipmentInput.ProtoReflect.Descriptor instead.

func (*GetEquipmentInput) GetIncludeMarketGoods

func (x *GetEquipmentInput) GetIncludeMarketGoods() bool

func (*GetEquipmentInput) GetIncludeTechCompat

func (x *GetEquipmentInput) GetIncludeTechCompat() bool

func (*GetEquipmentInput) ProtoMessage

func (*GetEquipmentInput) ProtoMessage()

func (*GetEquipmentInput) ProtoReflect

func (x *GetEquipmentInput) ProtoReflect() protoreflect.Message

func (*GetEquipmentInput) Reset

func (x *GetEquipmentInput) Reset()

func (*GetEquipmentInput) String

func (x *GetEquipmentInput) String() string

type GetFactionsReply

type GetFactionsReply struct {
	Items []*Faction `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFactionsReply) Descriptor deprecated

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

Deprecated: Use GetFactionsReply.ProtoReflect.Descriptor instead.

func (*GetFactionsReply) GetItems

func (x *GetFactionsReply) GetItems() []*Faction

func (*GetFactionsReply) ProtoMessage

func (*GetFactionsReply) ProtoMessage()

func (*GetFactionsReply) ProtoReflect

func (x *GetFactionsReply) ProtoReflect() protoreflect.Message

func (*GetFactionsReply) Reset

func (x *GetFactionsReply) Reset()

func (*GetFactionsReply) String

func (x *GetFactionsReply) String() string

type GetGraphPathsAnswer

type GetGraphPathsAnswer struct {
	Route *GraphPathQuery `protobuf:"bytes,1,opt,name=Route,proto3" json:"Route,omitempty"`
	Time  *GraphPathTime  `protobuf:"bytes,2,opt,name=Time,proto3,oneof" json:"Time,omitempty"`
	Error *string         `protobuf:"bytes,3,opt,name=Error,proto3,oneof" json:"Error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGraphPathsAnswer) Descriptor deprecated

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

Deprecated: Use GetGraphPathsAnswer.ProtoReflect.Descriptor instead.

func (*GetGraphPathsAnswer) GetError

func (x *GetGraphPathsAnswer) GetError() string

func (*GetGraphPathsAnswer) GetRoute

func (x *GetGraphPathsAnswer) GetRoute() *GraphPathQuery

func (*GetGraphPathsAnswer) GetTime

func (x *GetGraphPathsAnswer) GetTime() *GraphPathTime

func (*GetGraphPathsAnswer) ProtoMessage

func (*GetGraphPathsAnswer) ProtoMessage()

func (*GetGraphPathsAnswer) ProtoReflect

func (x *GetGraphPathsAnswer) ProtoReflect() protoreflect.Message

func (*GetGraphPathsAnswer) Reset

func (x *GetGraphPathsAnswer) Reset()

func (*GetGraphPathsAnswer) String

func (x *GetGraphPathsAnswer) String() string

type GetGraphPathsInput

type GetGraphPathsInput struct {
	Queries []*GraphPathQuery `protobuf:"bytes,1,rep,name=Queries,proto3" json:"Queries,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGraphPathsInput) Descriptor deprecated

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

Deprecated: Use GetGraphPathsInput.ProtoReflect.Descriptor instead.

func (*GetGraphPathsInput) GetQueries

func (x *GetGraphPathsInput) GetQueries() []*GraphPathQuery

func (*GetGraphPathsInput) ProtoMessage

func (*GetGraphPathsInput) ProtoMessage()

func (*GetGraphPathsInput) ProtoReflect

func (x *GetGraphPathsInput) ProtoReflect() protoreflect.Message

func (*GetGraphPathsInput) Reset

func (x *GetGraphPathsInput) Reset()

func (*GetGraphPathsInput) String

func (x *GetGraphPathsInput) String() string

type GetGraphPathsReply

type GetGraphPathsReply struct {
	Answers []*GetGraphPathsAnswer `protobuf:"bytes,1,rep,name=Answers,proto3" json:"Answers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGraphPathsReply) Descriptor deprecated

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

Deprecated: Use GetGraphPathsReply.ProtoReflect.Descriptor instead.

func (*GetGraphPathsReply) GetAnswers

func (x *GetGraphPathsReply) GetAnswers() []*GetGraphPathsAnswer

func (*GetGraphPathsReply) ProtoMessage

func (*GetGraphPathsReply) ProtoMessage()

func (*GetGraphPathsReply) ProtoReflect

func (x *GetGraphPathsReply) ProtoReflect() protoreflect.Message

func (*GetGraphPathsReply) Reset

func (x *GetGraphPathsReply) Reset()

func (*GetGraphPathsReply) String

func (x *GetGraphPathsReply) String() string

type GetGunsReply

type GetGunsReply struct {
	Items []*Gun `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGunsReply) Descriptor deprecated

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

Deprecated: Use GetGunsReply.ProtoReflect.Descriptor instead.

func (*GetGunsReply) GetItems

func (x *GetGunsReply) GetItems() []*Gun

func (*GetGunsReply) ProtoMessage

func (*GetGunsReply) ProtoMessage()

func (*GetGunsReply) ProtoReflect

func (x *GetGunsReply) ProtoReflect() protoreflect.Message

func (*GetGunsReply) Reset

func (x *GetGunsReply) Reset()

func (*GetGunsReply) String

func (x *GetGunsReply) String() string

type GetHashesReply

type GetHashesReply struct {
	// contains filtered or unexported fields
}

func (*GetHashesReply) Descriptor deprecated

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

Deprecated: Use GetHashesReply.ProtoReflect.Descriptor instead.

func (*GetHashesReply) ProtoMessage

func (*GetHashesReply) ProtoMessage()

func (*GetHashesReply) ProtoReflect

func (x *GetHashesReply) ProtoReflect() protoreflect.Message

func (*GetHashesReply) Reset

func (x *GetHashesReply) Reset()

func (*GetHashesReply) String

func (x *GetHashesReply) String() string

type GetMinesReply

type GetMinesReply struct {
	Items []*Mine `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMinesReply) Descriptor deprecated

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

Deprecated: Use GetMinesReply.ProtoReflect.Descriptor instead.

func (*GetMinesReply) GetItems

func (x *GetMinesReply) GetItems() []*Mine

func (*GetMinesReply) ProtoMessage

func (*GetMinesReply) ProtoMessage()

func (*GetMinesReply) ProtoReflect

func (x *GetMinesReply) ProtoReflect() protoreflect.Message

func (*GetMinesReply) Reset

func (x *GetMinesReply) Reset()

func (*GetMinesReply) String

func (x *GetMinesReply) String() string

type GetPoBGoodsReply

type GetPoBGoodsReply struct {
	Items []*PoBGood `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPoBGoodsReply) Descriptor deprecated

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

Deprecated: Use GetPoBGoodsReply.ProtoReflect.Descriptor instead.

func (*GetPoBGoodsReply) GetItems

func (x *GetPoBGoodsReply) GetItems() []*PoBGood

func (*GetPoBGoodsReply) ProtoMessage

func (*GetPoBGoodsReply) ProtoMessage()

func (*GetPoBGoodsReply) ProtoReflect

func (x *GetPoBGoodsReply) ProtoReflect() protoreflect.Message

func (*GetPoBGoodsReply) Reset

func (x *GetPoBGoodsReply) Reset()

func (*GetPoBGoodsReply) String

func (x *GetPoBGoodsReply) String() string

type GetPoBsReply

type GetPoBsReply struct {
	Items []*PoB `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPoBsReply) Descriptor deprecated

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

Deprecated: Use GetPoBsReply.ProtoReflect.Descriptor instead.

func (*GetPoBsReply) GetItems

func (x *GetPoBsReply) GetItems() []*PoB

func (*GetPoBsReply) ProtoMessage

func (*GetPoBsReply) ProtoMessage()

func (*GetPoBsReply) ProtoReflect

func (x *GetPoBsReply) ProtoReflect() protoreflect.Message

func (*GetPoBsReply) Reset

func (x *GetPoBsReply) Reset()

func (*GetPoBsReply) String

func (x *GetPoBsReply) String() string

type GetScannersReply

type GetScannersReply struct {
	Items []*Scanner `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetScannersReply) Descriptor deprecated

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

Deprecated: Use GetScannersReply.ProtoReflect.Descriptor instead.

func (*GetScannersReply) GetItems

func (x *GetScannersReply) GetItems() []*Scanner

func (*GetScannersReply) ProtoMessage

func (*GetScannersReply) ProtoMessage()

func (*GetScannersReply) ProtoReflect

func (x *GetScannersReply) ProtoReflect() protoreflect.Message

func (*GetScannersReply) Reset

func (x *GetScannersReply) Reset()

func (*GetScannersReply) String

func (x *GetScannersReply) String() string

type GetShieldsReply

type GetShieldsReply struct {
	Items []*Shield `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShieldsReply) Descriptor deprecated

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

Deprecated: Use GetShieldsReply.ProtoReflect.Descriptor instead.

func (*GetShieldsReply) GetItems

func (x *GetShieldsReply) GetItems() []*Shield

func (*GetShieldsReply) ProtoMessage

func (*GetShieldsReply) ProtoMessage()

func (*GetShieldsReply) ProtoReflect

func (x *GetShieldsReply) ProtoReflect() protoreflect.Message

func (*GetShieldsReply) Reset

func (x *GetShieldsReply) Reset()

func (*GetShieldsReply) String

func (x *GetShieldsReply) String() string

type GetShipsReply

type GetShipsReply struct {
	Items []*Ship `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShipsReply) Descriptor deprecated

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

Deprecated: Use GetShipsReply.ProtoReflect.Descriptor instead.

func (*GetShipsReply) GetItems

func (x *GetShipsReply) GetItems() []*Ship

func (*GetShipsReply) ProtoMessage

func (*GetShipsReply) ProtoMessage()

func (*GetShipsReply) ProtoReflect

func (x *GetShipsReply) ProtoReflect() protoreflect.Message

func (*GetShipsReply) Reset

func (x *GetShipsReply) Reset()

func (*GetShipsReply) String

func (x *GetShipsReply) String() string

type GetTechCompatInput

type GetTechCompatInput struct {
	Nicknames []string `protobuf:"bytes,1,rep,name=Nicknames,proto3" json:"Nicknames,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTechCompatInput) Descriptor deprecated

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

Deprecated: Use GetTechCompatInput.ProtoReflect.Descriptor instead.

func (*GetTechCompatInput) GetNicknames

func (x *GetTechCompatInput) GetNicknames() []string

func (*GetTechCompatInput) ProtoMessage

func (*GetTechCompatInput) ProtoMessage()

func (*GetTechCompatInput) ProtoReflect

func (x *GetTechCompatInput) ProtoReflect() protoreflect.Message

func (*GetTechCompatInput) Reset

func (x *GetTechCompatInput) Reset()

func (*GetTechCompatInput) String

func (x *GetTechCompatInput) String() string

type GetTechCompatReply

type GetTechCompatReply struct {
	Answers []*TechCompatAnswer `protobuf:"bytes,1,rep,name=Answers,proto3" json:"Answers,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTechCompatReply) Descriptor deprecated

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

Deprecated: Use GetTechCompatReply.ProtoReflect.Descriptor instead.

func (*GetTechCompatReply) GetAnswers

func (x *GetTechCompatReply) GetAnswers() []*TechCompatAnswer

func (*GetTechCompatReply) ProtoMessage

func (*GetTechCompatReply) ProtoMessage()

func (*GetTechCompatReply) ProtoReflect

func (x *GetTechCompatReply) ProtoReflect() protoreflect.Message

func (*GetTechCompatReply) Reset

func (x *GetTechCompatReply) Reset()

func (*GetTechCompatReply) String

func (x *GetTechCompatReply) String() string

type GetThrustersReply

type GetThrustersReply struct {
	Items []*Thruster `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetThrustersReply) Descriptor deprecated

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

Deprecated: Use GetThrustersReply.ProtoReflect.Descriptor instead.

func (*GetThrustersReply) GetItems

func (x *GetThrustersReply) GetItems() []*Thruster

func (*GetThrustersReply) ProtoMessage

func (*GetThrustersReply) ProtoMessage()

func (*GetThrustersReply) ProtoReflect

func (x *GetThrustersReply) ProtoReflect() protoreflect.Message

func (*GetThrustersReply) Reset

func (x *GetThrustersReply) Reset()

func (*GetThrustersReply) String

func (x *GetThrustersReply) String() string

type GetTractorsReply

type GetTractorsReply struct {
	Items []*Tractor `protobuf:"bytes,1,rep,name=Items,proto3" json:"Items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTractorsReply) Descriptor deprecated

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

Deprecated: Use GetTractorsReply.ProtoReflect.Descriptor instead.

func (*GetTractorsReply) GetItems

func (x *GetTractorsReply) GetItems() []*Tractor

func (*GetTractorsReply) ProtoMessage

func (*GetTractorsReply) ProtoMessage()

func (*GetTractorsReply) ProtoReflect

func (x *GetTractorsReply) ProtoReflect() protoreflect.Message

func (*GetTractorsReply) Reset

func (x *GetTractorsReply) Reset()

func (*GetTractorsReply) String

func (x *GetTractorsReply) String() string

type GraphPathQuery

type GraphPathQuery struct {
	From string `protobuf:"bytes,1,opt,name=From,proto3" json:"From,omitempty"`
	To   string `protobuf:"bytes,2,opt,name=To,proto3" json:"To,omitempty"`
	// contains filtered or unexported fields
}

func (*GraphPathQuery) Descriptor deprecated

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

Deprecated: Use GraphPathQuery.ProtoReflect.Descriptor instead.

func (*GraphPathQuery) GetFrom

func (x *GraphPathQuery) GetFrom() string

func (*GraphPathQuery) GetTo

func (x *GraphPathQuery) GetTo() string

func (*GraphPathQuery) ProtoMessage

func (*GraphPathQuery) ProtoMessage()

func (*GraphPathQuery) ProtoReflect

func (x *GraphPathQuery) ProtoReflect() protoreflect.Message

func (*GraphPathQuery) Reset

func (x *GraphPathQuery) Reset()

func (*GraphPathQuery) String

func (x *GraphPathQuery) String() string

type GraphPathTime

type GraphPathTime struct {
	Transport *int64 `protobuf:"varint,1,opt,name=Transport,proto3,oneof" json:"Transport,omitempty"`
	Frigate   *int64 `protobuf:"varint,2,opt,name=Frigate,proto3,oneof" json:"Frigate,omitempty"`
	Freighter *int64 `protobuf:"varint,3,opt,name=Freighter,proto3,oneof" json:"Freighter,omitempty"`
	// contains filtered or unexported fields
}

func (*GraphPathTime) Descriptor deprecated

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

Deprecated: Use GraphPathTime.ProtoReflect.Descriptor instead.

func (*GraphPathTime) GetFreighter

func (x *GraphPathTime) GetFreighter() int64

func (*GraphPathTime) GetFrigate

func (x *GraphPathTime) GetFrigate() int64

func (*GraphPathTime) GetTransport

func (x *GraphPathTime) GetTransport() int64

func (*GraphPathTime) ProtoMessage

func (*GraphPathTime) ProtoMessage()

func (*GraphPathTime) ProtoReflect

func (x *GraphPathTime) ProtoReflect() protoreflect.Message

func (*GraphPathTime) Reset

func (x *GraphPathTime) Reset()

func (*GraphPathTime) String

func (x *GraphPathTime) String() string

type Gun

type Gun struct {
	// contains filtered or unexported fields
}

func (*Gun) Descriptor deprecated

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

Deprecated: Use Gun.ProtoReflect.Descriptor instead.

func (*Gun) ProtoMessage

func (*Gun) ProtoMessage()

func (*Gun) ProtoReflect

func (x *Gun) ProtoReflect() protoreflect.Message

func (*Gun) Reset

func (x *Gun) Reset()

func (*Gun) String

func (x *Gun) String() string

type HealthReply

type HealthReply struct {
	IsHealthy bool `protobuf:"varint,1,opt,name=is_healthy,json=isHealthy,proto3" json:"is_healthy,omitempty"`
	// contains filtered or unexported fields
}

func (*HealthReply) Descriptor deprecated

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

Deprecated: Use HealthReply.ProtoReflect.Descriptor instead.

func (*HealthReply) GetIsHealthy

func (x *HealthReply) GetIsHealthy() bool

func (*HealthReply) ProtoMessage

func (*HealthReply) ProtoMessage()

func (*HealthReply) ProtoReflect

func (x *HealthReply) ProtoReflect() protoreflect.Message

func (*HealthReply) Reset

func (x *HealthReply) Reset()

func (*HealthReply) String

func (x *HealthReply) String() string

type MarketGood

type MarketGood struct {
	Nickname               string  `protobuf:"bytes,1,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	ShipNickname           string  `protobuf:"bytes,2,opt,name=ShipNickname,proto3" json:"ShipNickname,omitempty"`
	Name                   string  `protobuf:"bytes,3,opt,name=Name,proto3" json:"Name,omitempty"`
	PriceBase              int64   `protobuf:"varint,4,opt,name=PriceBase,proto3" json:"PriceBase,omitempty"`
	HpType                 string  `protobuf:"bytes,5,opt,name=HpType,proto3" json:"HpType,omitempty"`
	Category               string  `protobuf:"bytes,6,opt,name=Category,proto3" json:"Category,omitempty"`
	LevelRequired          int64   `protobuf:"varint,7,opt,name=LevelRequired,proto3" json:"LevelRequired,omitempty"`
	RepRequired            float64 `protobuf:"fixed64,8,opt,name=RepRequired,proto3" json:"RepRequired,omitempty"`
	PriceBaseBuysFor       *int64  `protobuf:"varint,9,opt,name=PriceBaseBuysFor,proto3,oneof" json:"PriceBaseBuysFor,omitempty"`
	PriceBaseSellsFor      int64   `protobuf:"varint,10,opt,name=PriceBaseSellsFor,proto3" json:"PriceBaseSellsFor,omitempty"`
	Volume                 float64 `protobuf:"fixed64,11,opt,name=Volume,proto3" json:"Volume,omitempty"`
	ShipClass              int64   `protobuf:"varint,12,opt,name=ShipClass,proto3" json:"ShipClass,omitempty"`
	BaseSells              bool    `protobuf:"varint,13,opt,name=BaseSells,proto3" json:"BaseSells,omitempty"`
	IsServerSideOverride   bool    `protobuf:"varint,14,opt,name=IsServerSideOverride,proto3" json:"IsServerSideOverride,omitempty"`
	NotBuyable             bool    `protobuf:"varint,15,opt,name=NotBuyable,proto3" json:"NotBuyable,omitempty"`
	IsTransportUnreachable bool    `protobuf:"varint,16,opt,name=IsTransportUnreachable,proto3" json:"IsTransportUnreachable,omitempty"`
	BaseNickname           string  `protobuf:"bytes,17,opt,name=BaseNickname,proto3" json:"BaseNickname,omitempty"`
	BaseName               string  `protobuf:"bytes,18,opt,name=BaseName,proto3" json:"BaseName,omitempty"`
	SystemName             string  `protobuf:"bytes,19,opt,name=SystemName,proto3" json:"SystemName,omitempty"`
	Region                 string  `protobuf:"bytes,20,opt,name=Region,proto3" json:"Region,omitempty"`
	FactionName            string  `protobuf:"bytes,21,opt,name=FactionName,proto3" json:"FactionName,omitempty"`
	BasePos                *Pos    `protobuf:"bytes,22,opt,name=BasePos,proto3" json:"BasePos,omitempty"`
	SectorCoord            string  `protobuf:"bytes,23,opt,name=SectorCoord,proto3" json:"SectorCoord,omitempty"`
	// contains filtered or unexported fields
}

func (*MarketGood) Descriptor deprecated

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

Deprecated: Use MarketGood.ProtoReflect.Descriptor instead.

func (*MarketGood) GetBaseName

func (x *MarketGood) GetBaseName() string

func (*MarketGood) GetBaseNickname

func (x *MarketGood) GetBaseNickname() string

func (*MarketGood) GetBasePos

func (x *MarketGood) GetBasePos() *Pos

func (*MarketGood) GetBaseSells

func (x *MarketGood) GetBaseSells() bool

func (*MarketGood) GetCategory

func (x *MarketGood) GetCategory() string

func (*MarketGood) GetFactionName

func (x *MarketGood) GetFactionName() string

func (*MarketGood) GetHpType

func (x *MarketGood) GetHpType() string

func (*MarketGood) GetIsServerSideOverride

func (x *MarketGood) GetIsServerSideOverride() bool

func (*MarketGood) GetIsTransportUnreachable

func (x *MarketGood) GetIsTransportUnreachable() bool

func (*MarketGood) GetLevelRequired

func (x *MarketGood) GetLevelRequired() int64

func (*MarketGood) GetName

func (x *MarketGood) GetName() string

func (*MarketGood) GetNickname

func (x *MarketGood) GetNickname() string

func (*MarketGood) GetNotBuyable

func (x *MarketGood) GetNotBuyable() bool

func (*MarketGood) GetPriceBase

func (x *MarketGood) GetPriceBase() int64

func (*MarketGood) GetPriceBaseBuysFor

func (x *MarketGood) GetPriceBaseBuysFor() int64

func (*MarketGood) GetPriceBaseSellsFor

func (x *MarketGood) GetPriceBaseSellsFor() int64

func (*MarketGood) GetRegion

func (x *MarketGood) GetRegion() string

func (*MarketGood) GetRepRequired

func (x *MarketGood) GetRepRequired() float64

func (*MarketGood) GetSectorCoord

func (x *MarketGood) GetSectorCoord() string

func (*MarketGood) GetShipClass

func (x *MarketGood) GetShipClass() int64

func (*MarketGood) GetShipNickname

func (x *MarketGood) GetShipNickname() string

func (*MarketGood) GetSystemName

func (x *MarketGood) GetSystemName() string

func (*MarketGood) GetVolume

func (x *MarketGood) GetVolume() float64

func (*MarketGood) ProtoMessage

func (*MarketGood) ProtoMessage()

func (*MarketGood) ProtoReflect

func (x *MarketGood) ProtoReflect() protoreflect.Message

func (*MarketGood) Reset

func (x *MarketGood) Reset()

func (*MarketGood) String

func (x *MarketGood) String() string

type Mine

type Mine struct {
	// contains filtered or unexported fields
}

func (*Mine) Descriptor deprecated

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

Deprecated: Use Mine.ProtoReflect.Descriptor instead.

func (*Mine) ProtoMessage

func (*Mine) ProtoMessage()

func (*Mine) ProtoReflect

func (x *Mine) ProtoReflect() protoreflect.Message

func (*Mine) Reset

func (x *Mine) Reset()

func (*Mine) String

func (x *Mine) String() string

type MiningInfo

type MiningInfo struct {
	DynamicLootMin        int64       `protobuf:"varint,1,opt,name=DynamicLootMin,proto3" json:"DynamicLootMin,omitempty"`
	DynamicLootMax        int64       `protobuf:"varint,2,opt,name=DynamicLootMax,proto3" json:"DynamicLootMax,omitempty"`
	DynamicLootDifficulty int64       `protobuf:"varint,3,opt,name=DynamicLootDifficulty,proto3" json:"DynamicLootDifficulty,omitempty"`
	MinedGood             *MarketGood `protobuf:"bytes,4,opt,name=MinedGood,proto3,oneof" json:"MinedGood,omitempty"`
	// contains filtered or unexported fields
}

func (*MiningInfo) Descriptor deprecated

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

Deprecated: Use MiningInfo.ProtoReflect.Descriptor instead.

func (*MiningInfo) GetDynamicLootDifficulty

func (x *MiningInfo) GetDynamicLootDifficulty() int64

func (*MiningInfo) GetDynamicLootMax

func (x *MiningInfo) GetDynamicLootMax() int64

func (*MiningInfo) GetDynamicLootMin

func (x *MiningInfo) GetDynamicLootMin() int64

func (*MiningInfo) GetMinedGood

func (x *MiningInfo) GetMinedGood() *MarketGood

func (*MiningInfo) ProtoMessage

func (*MiningInfo) ProtoMessage()

func (*MiningInfo) ProtoReflect

func (x *MiningInfo) ProtoReflect() protoreflect.Message

func (*MiningInfo) Reset

func (x *MiningInfo) Reset()

func (*MiningInfo) String

func (x *MiningInfo) String() string

type PoB

type PoB struct {
	Core      *PoBCore    `protobuf:"bytes,1,opt,name=Core,proto3" json:"Core,omitempty"`
	ShopItems []*ShopItem `protobuf:"bytes,2,rep,name=ShopItems,proto3" json:"ShopItems,omitempty"`
	// contains filtered or unexported fields
}

func (*PoB) Descriptor deprecated

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

Deprecated: Use PoB.ProtoReflect.Descriptor instead.

func (*PoB) GetCore

func (x *PoB) GetCore() *PoBCore

func (*PoB) GetShopItems

func (x *PoB) GetShopItems() []*ShopItem

func (*PoB) ProtoMessage

func (*PoB) ProtoMessage()

func (*PoB) ProtoReflect

func (x *PoB) ProtoReflect() protoreflect.Message

func (*PoB) Reset

func (x *PoB) Reset()

func (*PoB) String

func (x *PoB) String() string

type PoBCore

type PoBCore struct {
	Nickname       string   `protobuf:"bytes,1,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	Name           string   `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Pos            *string  `protobuf:"bytes,3,opt,name=Pos,proto3,oneof" json:"Pos,omitempty"`
	Level          *int64   `protobuf:"varint,4,opt,name=Level,proto3,oneof" json:"Level,omitempty"`
	Money          *int64   `protobuf:"varint,5,opt,name=Money,proto3,oneof" json:"Money,omitempty"`
	Health         *float64 `protobuf:"fixed64,6,opt,name=Health,proto3,oneof" json:"Health,omitempty"`
	DefenseMode    *int64   `protobuf:"varint,7,opt,name=DefenseMode,proto3,oneof" json:"DefenseMode,omitempty"`
	SystemNick     *string  `protobuf:"bytes,8,opt,name=SystemNick,proto3,oneof" json:"SystemNick,omitempty"`
	SystemName     *string  `protobuf:"bytes,9,opt,name=SystemName,proto3,oneof" json:"SystemName,omitempty"`
	FactionNick    *string  `protobuf:"bytes,10,opt,name=FactionNick,proto3,oneof" json:"FactionNick,omitempty"`
	FactionName    *string  `protobuf:"bytes,11,opt,name=FactionName,proto3,oneof" json:"FactionName,omitempty"`
	ForumThreadUrl *string  `protobuf:"bytes,12,opt,name=ForumThreadUrl,proto3,oneof" json:"ForumThreadUrl,omitempty"`
	CargoSpaceLeft *int64   `protobuf:"varint,13,opt,name=CargoSpaceLeft,proto3,oneof" json:"CargoSpaceLeft,omitempty"`
	BasePos        *Pos     `protobuf:"bytes,14,opt,name=BasePos,proto3,oneof" json:"BasePos,omitempty"`
	SectorCoord    *string  `protobuf:"bytes,15,opt,name=SectorCoord,proto3,oneof" json:"SectorCoord,omitempty"`
	Region         *string  `protobuf:"bytes,16,opt,name=Region,proto3,oneof" json:"Region,omitempty"`
	// contains filtered or unexported fields
}

func (*PoBCore) Descriptor deprecated

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

Deprecated: Use PoBCore.ProtoReflect.Descriptor instead.

func (*PoBCore) GetBasePos

func (x *PoBCore) GetBasePos() *Pos

func (*PoBCore) GetCargoSpaceLeft

func (x *PoBCore) GetCargoSpaceLeft() int64

func (*PoBCore) GetDefenseMode

func (x *PoBCore) GetDefenseMode() int64

func (*PoBCore) GetFactionName

func (x *PoBCore) GetFactionName() string

func (*PoBCore) GetFactionNick

func (x *PoBCore) GetFactionNick() string

func (*PoBCore) GetForumThreadUrl

func (x *PoBCore) GetForumThreadUrl() string

func (*PoBCore) GetHealth

func (x *PoBCore) GetHealth() float64

func (*PoBCore) GetLevel

func (x *PoBCore) GetLevel() int64

func (*PoBCore) GetMoney

func (x *PoBCore) GetMoney() int64

func (*PoBCore) GetName

func (x *PoBCore) GetName() string

func (*PoBCore) GetNickname

func (x *PoBCore) GetNickname() string

func (*PoBCore) GetPos

func (x *PoBCore) GetPos() string

func (*PoBCore) GetRegion

func (x *PoBCore) GetRegion() string

func (*PoBCore) GetSectorCoord

func (x *PoBCore) GetSectorCoord() string

func (*PoBCore) GetSystemName

func (x *PoBCore) GetSystemName() string

func (*PoBCore) GetSystemNick

func (x *PoBCore) GetSystemNick() string

func (*PoBCore) ProtoMessage

func (*PoBCore) ProtoMessage()

func (*PoBCore) ProtoReflect

func (x *PoBCore) ProtoReflect() protoreflect.Message

func (*PoBCore) Reset

func (x *PoBCore) Reset()

func (*PoBCore) String

func (x *PoBCore) String() string

type PoBGood

type PoBGood struct {
	Nickname              string         `protobuf:"bytes,1,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	Name                  string         `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	TotalBuyableFromBases int64          `protobuf:"varint,3,opt,name=TotalBuyableFromBases,proto3" json:"TotalBuyableFromBases,omitempty"`
	TotalSellableToBases  int64          `protobuf:"varint,4,opt,name=TotalSellableToBases,proto3" json:"TotalSellableToBases,omitempty"`
	BestPriceToBuy        *int64         `protobuf:"varint,5,opt,name=BestPriceToBuy,proto3,oneof" json:"BestPriceToBuy,omitempty"`
	BestPriceToSell       *int64         `protobuf:"varint,6,opt,name=BestPriceToSell,proto3,oneof" json:"BestPriceToSell,omitempty"`
	Category              string         `protobuf:"bytes,7,opt,name=Category,proto3" json:"Category,omitempty"`
	AnyBaseSells          bool           `protobuf:"varint,8,opt,name=AnyBaseSells,proto3" json:"AnyBaseSells,omitempty"`
	AnyBaseBuys           bool           `protobuf:"varint,9,opt,name=AnyBaseBuys,proto3" json:"AnyBaseBuys,omitempty"`
	Bases                 []*PoBGoodBase `protobuf:"bytes,10,rep,name=Bases,proto3" json:"Bases,omitempty"`
	// contains filtered or unexported fields
}

func (*PoBGood) Descriptor deprecated

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

Deprecated: Use PoBGood.ProtoReflect.Descriptor instead.

func (*PoBGood) GetAnyBaseBuys

func (x *PoBGood) GetAnyBaseBuys() bool

func (*PoBGood) GetAnyBaseSells

func (x *PoBGood) GetAnyBaseSells() bool

func (*PoBGood) GetBases

func (x *PoBGood) GetBases() []*PoBGoodBase

func (*PoBGood) GetBestPriceToBuy

func (x *PoBGood) GetBestPriceToBuy() int64

func (*PoBGood) GetBestPriceToSell

func (x *PoBGood) GetBestPriceToSell() int64

func (*PoBGood) GetCategory

func (x *PoBGood) GetCategory() string

func (*PoBGood) GetName

func (x *PoBGood) GetName() string

func (*PoBGood) GetNickname

func (x *PoBGood) GetNickname() string

func (*PoBGood) GetTotalBuyableFromBases

func (x *PoBGood) GetTotalBuyableFromBases() int64

func (*PoBGood) GetTotalSellableToBases

func (x *PoBGood) GetTotalSellableToBases() int64

func (*PoBGood) ProtoMessage

func (*PoBGood) ProtoMessage()

func (*PoBGood) ProtoReflect

func (x *PoBGood) ProtoReflect() protoreflect.Message

func (*PoBGood) Reset

func (x *PoBGood) Reset()

func (*PoBGood) String

func (x *PoBGood) String() string

type PoBGoodBase

type PoBGoodBase struct {
	ShopItem *ShopItem `protobuf:"bytes,1,opt,name=ShopItem,proto3" json:"ShopItem,omitempty"`
	Base     *PoBCore  `protobuf:"bytes,2,opt,name=Base,proto3" json:"Base,omitempty"`
	// contains filtered or unexported fields
}

func (*PoBGoodBase) Descriptor deprecated

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

Deprecated: Use PoBGoodBase.ProtoReflect.Descriptor instead.

func (*PoBGoodBase) GetBase

func (x *PoBGoodBase) GetBase() *PoBCore

func (*PoBGoodBase) GetShopItem

func (x *PoBGoodBase) GetShopItem() *ShopItem

func (*PoBGoodBase) ProtoMessage

func (*PoBGoodBase) ProtoMessage()

func (*PoBGoodBase) ProtoReflect

func (x *PoBGoodBase) ProtoReflect() protoreflect.Message

func (*PoBGoodBase) Reset

func (x *PoBGoodBase) Reset()

func (*PoBGoodBase) String

func (x *PoBGoodBase) String() string

type Pos

type Pos struct {
	X float64 `protobuf:"fixed64,1,opt,name=X,proto3" json:"X,omitempty"`
	Y float64 `protobuf:"fixed64,2,opt,name=Y,proto3" json:"Y,omitempty"`
	Z float64 `protobuf:"fixed64,3,opt,name=Z,proto3" json:"Z,omitempty"`
	// contains filtered or unexported fields
}

func (*Pos) Descriptor deprecated

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

Deprecated: Use Pos.ProtoReflect.Descriptor instead.

func (*Pos) GetX

func (x *Pos) GetX() float64

func (*Pos) GetY

func (x *Pos) GetY() float64

func (*Pos) GetZ

func (x *Pos) GetZ() float64

func (*Pos) ProtoMessage

func (*Pos) ProtoMessage()

func (*Pos) ProtoReflect

func (x *Pos) ProtoReflect() protoreflect.Message

func (*Pos) Reset

func (x *Pos) Reset()

func (*Pos) String

func (x *Pos) String() string

type Scanner

type Scanner struct {
	// contains filtered or unexported fields
}

func (*Scanner) Descriptor deprecated

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

Deprecated: Use Scanner.ProtoReflect.Descriptor instead.

func (*Scanner) ProtoMessage

func (*Scanner) ProtoMessage()

func (*Scanner) ProtoReflect

func (x *Scanner) ProtoReflect() protoreflect.Message

func (*Scanner) Reset

func (x *Scanner) Reset()

func (*Scanner) String

func (x *Scanner) String() string

type Shield

type Shield struct {
	// contains filtered or unexported fields
}

func (*Shield) Descriptor deprecated

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

Deprecated: Use Shield.ProtoReflect.Descriptor instead.

func (*Shield) ProtoMessage

func (*Shield) ProtoMessage()

func (*Shield) ProtoReflect

func (x *Shield) ProtoReflect() protoreflect.Message

func (*Shield) Reset

func (x *Shield) Reset()

func (*Shield) String

func (x *Shield) String() string

type Ship

type Ship struct {
	// contains filtered or unexported fields
}

func (*Ship) Descriptor deprecated

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

Deprecated: Use Ship.ProtoReflect.Descriptor instead.

func (*Ship) ProtoMessage

func (*Ship) ProtoMessage()

func (*Ship) ProtoReflect

func (x *Ship) ProtoReflect() protoreflect.Message

func (*Ship) Reset

func (x *Ship) Reset()

func (*Ship) String

func (x *Ship) String() string

type ShopItem

type ShopItem struct {
	Nickname  string `protobuf:"bytes,1,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=Name,proto3" json:"Name,omitempty"`
	Category  string `protobuf:"bytes,3,opt,name=Category,proto3" json:"Category,omitempty"`
	Id        int64  `protobuf:"varint,4,opt,name=Id,proto3" json:"Id,omitempty"`
	Quantity  int64  `protobuf:"varint,5,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	Price     int64  `protobuf:"varint,6,opt,name=Price,proto3" json:"Price,omitempty"`
	SellPrice int64  `protobuf:"varint,7,opt,name=SellPrice,proto3" json:"SellPrice,omitempty"`
	MinStock  int64  `protobuf:"varint,8,opt,name=MinStock,proto3" json:"MinStock,omitempty"`
	MaxStock  int64  `protobuf:"varint,9,opt,name=MaxStock,proto3" json:"MaxStock,omitempty"`
	// contains filtered or unexported fields
}

func (*ShopItem) Descriptor deprecated

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

Deprecated: Use ShopItem.ProtoReflect.Descriptor instead.

func (*ShopItem) GetCategory

func (x *ShopItem) GetCategory() string

func (*ShopItem) GetId

func (x *ShopItem) GetId() int64

func (*ShopItem) GetMaxStock

func (x *ShopItem) GetMaxStock() int64

func (*ShopItem) GetMinStock

func (x *ShopItem) GetMinStock() int64

func (*ShopItem) GetName

func (x *ShopItem) GetName() string

func (*ShopItem) GetNickname

func (x *ShopItem) GetNickname() string

func (*ShopItem) GetPrice

func (x *ShopItem) GetPrice() int64

func (*ShopItem) GetQuantity

func (x *ShopItem) GetQuantity() int64

func (*ShopItem) GetSellPrice

func (x *ShopItem) GetSellPrice() int64

func (*ShopItem) ProtoMessage

func (*ShopItem) ProtoMessage()

func (*ShopItem) ProtoReflect

func (x *ShopItem) ProtoReflect() protoreflect.Message

func (*ShopItem) Reset

func (x *ShopItem) Reset()

func (*ShopItem) String

func (x *ShopItem) String() string

type TechCompatAnswer

type TechCompatAnswer struct {
	TechCompat *DiscoveryTechCompat `protobuf:"bytes,1,opt,name=TechCompat,proto3,oneof" json:"TechCompat,omitempty"`
	Error      *string              `protobuf:"bytes,2,opt,name=Error,proto3,oneof" json:"Error,omitempty"`
	Nickname   string               `protobuf:"bytes,3,opt,name=Nickname,proto3" json:"Nickname,omitempty"`
	// contains filtered or unexported fields
}

func (*TechCompatAnswer) Descriptor deprecated

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

Deprecated: Use TechCompatAnswer.ProtoReflect.Descriptor instead.

func (*TechCompatAnswer) GetError

func (x *TechCompatAnswer) GetError() string

func (*TechCompatAnswer) GetNickname

func (x *TechCompatAnswer) GetNickname() string

func (*TechCompatAnswer) GetTechCompat

func (x *TechCompatAnswer) GetTechCompat() *DiscoveryTechCompat

func (*TechCompatAnswer) ProtoMessage

func (*TechCompatAnswer) ProtoMessage()

func (*TechCompatAnswer) ProtoReflect

func (x *TechCompatAnswer) ProtoReflect() protoreflect.Message

func (*TechCompatAnswer) Reset

func (x *TechCompatAnswer) Reset()

func (*TechCompatAnswer) String

func (x *TechCompatAnswer) String() string

type Thruster

type Thruster struct {
	// contains filtered or unexported fields
}

func (*Thruster) Descriptor deprecated

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

Deprecated: Use Thruster.ProtoReflect.Descriptor instead.

func (*Thruster) ProtoMessage

func (*Thruster) ProtoMessage()

func (*Thruster) ProtoReflect

func (x *Thruster) ProtoReflect() protoreflect.Message

func (*Thruster) Reset

func (x *Thruster) Reset()

func (*Thruster) String

func (x *Thruster) String() string

type Tractor

type Tractor struct {
	// contains filtered or unexported fields
}

func (*Tractor) Descriptor deprecated

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

Deprecated: Use Tractor.ProtoReflect.Descriptor instead.

func (*Tractor) ProtoMessage

func (*Tractor) ProtoMessage()

func (*Tractor) ProtoReflect

func (x *Tractor) ProtoReflect() protoreflect.Message

func (*Tractor) Reset

func (x *Tractor) Reset()

func (*Tractor) String

func (x *Tractor) String() string

type UnimplementedDarkGRpcServer

type UnimplementedDarkGRpcServer struct{}

UnimplementedDarkGRpcServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedDarkGRpcServer) GetAmmos

func (UnimplementedDarkGRpcServer) GetBases

func (UnimplementedDarkGRpcServer) GetCommodities

func (UnimplementedDarkGRpcServer) GetCounterMeasures

func (UnimplementedDarkGRpcServer) GetEngines

func (UnimplementedDarkGRpcServer) GetGraphPaths

func (UnimplementedDarkGRpcServer) GetHealth

func (UnimplementedDarkGRpcServer) GetPoBBases

func (UnimplementedDarkGRpcServer) GetPoBGoods

func (UnimplementedDarkGRpcServer) GetPoBs

type UnsafeDarkGRpcServer

type UnsafeDarkGRpcServer interface {
	// contains filtered or unexported methods
}

UnsafeDarkGRpcServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DarkGRpcServer will result in compilation errors.

Jump to

Keyboard shortcuts

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