proto

package
v0.0.0-...-c83d288 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2018 License: MIT Imports: 14 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Blueprint_Kind_name = map[int32]string{
	0: "ORIGINAL",
	1: "COPY",
}
View Source
var Blueprint_Kind_value = map[string]int32{
	"ORIGINAL": 0,
	"COPY":     1,
}
View Source
var Product_Kind_name = map[int32]string{
	0: "BUY",
	1: "BUILD",
}
View Source
var Product_Kind_value = map[string]int32{
	"BUY":   0,
	"BUILD": 1,
}
View Source
var Role_name = map[int32]string{
	0: "ANON",
	1: "USER",
	2: "LOGISTICS",
}
View Source
var Role_value = map[string]int32{
	"ANON":      0,
	"USER":      1,
	"LOGISTICS": 2,
}
View Source
var Status_name = map[int32]string{
	0: "FAILURE",
	1: "SUCCESS",
}
View Source
var Status_value = map[string]int32{
	"FAILURE": 0,
	"SUCCESS": 1,
}

Functions

func ProtoToAlliance

func ProtoToAlliance(alliance *Alliance) *model.Alliance

func ProtoToAncestry

func ProtoToAncestry(p *Ancestry) *evedb.Ancestry

func ProtoToBloodline

func ProtoToBloodline(p *Bloodline) *evedb.Bloodline

func ProtoToBlueprint

func ProtoToBlueprint(p *Blueprint) *model.Blueprint

func ProtoToCharacter

func ProtoToCharacter(char *Character) *model.Character

func ProtoToConstellation

func ProtoToConstellation(p *Constellation) *evedb.Constellation

func ProtoToCorporation

func ProtoToCorporation(corp *Corporation) *model.Corporation

func ProtoToIcon

func ProtoToIcon(p *Icon) evedb.Icon

func ProtoToInventoryItem

func ProtoToInventoryItem(p *InventoryItem) *model.InventoryItem

func ProtoToItemType

func ProtoToItemType(p *ItemType) *evedb.ItemType

func ProtoToItemTypeDetail

func ProtoToItemTypeDetail(p *ItemTypeDetail) *evedb.ItemTypeDetail

func ProtoToLocation

func ProtoToLocation(p *Location) *model.Location

func ProtoToMarketPrice

func ProtoToMarketPrice(p *MarketPrice) *model.MarketPrice

func ProtoToMatSheet

func ProtoToMatSheet(p *MaterialSheet) *evedb.MaterialSheet

func ProtoToMaterial

func ProtoToMaterial(p *Material) *evedb.Material

func ProtoToProduct

func ProtoToProduct(m *Product) *model.Product

func ProtoToRace

func ProtoToRace(p *Race) *evedb.Race

func ProtoToRegion

func ProtoToRegion(p *Region) *evedb.Region

func ProtoToStation

func ProtoToStation(p *Station) *evedb.Station

func ProtoToStructure

func ProtoToStructure(p *Structure) *model.Structure

func ProtoToSystem

func ProtoToSystem(p *System) *evedb.System

func RegisterAuthenticationServiceServer

func RegisterAuthenticationServiceServer(s *grpc.Server, srv AuthenticationServiceServer)

func RegisterCorporationServiceServer

func RegisterCorporationServiceServer(s *grpc.Server, srv CorporationServiceServer)

func RegisterEveDBServiceServer

func RegisterEveDBServiceServer(s *grpc.Server, srv EveDBServiceServer)

func RegisterInfoServiceServer

func RegisterInfoServiceServer(s *grpc.Server, srv InfoServiceServer)

func RegisterInventoryServiceServer

func RegisterInventoryServiceServer(s *grpc.Server, srv InventoryServiceServer)

func RegisterLocationServiceServer

func RegisterLocationServiceServer(s *grpc.Server, srv LocationServiceServer)

func RegisterMarketPriceServiceServer

func RegisterMarketPriceServiceServer(s *grpc.Server, srv MarketPriceServiceServer)

func RegisterProductServiceServer

func RegisterProductServiceServer(s *grpc.Server, srv ProductServiceServer)

Types

type Alliance

type Alliance struct {
	Id                   int64                `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	DateFounded          *timestamp.Timestamp `protobuf:"bytes,3,opt,name=date_founded,json=dateFounded" json:"date_founded,omitempty"`
	Ticker               string               `protobuf:"bytes,4,opt,name=ticker" json:"ticker,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

An Alliance is a player-controlled alliance.

func AllianceToProto

func AllianceToProto(alliance *model.Alliance) *Alliance

func (*Alliance) Descriptor

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

func (*Alliance) GetDateFounded

func (m *Alliance) GetDateFounded() *timestamp.Timestamp

func (*Alliance) GetId

func (m *Alliance) GetId() int64

func (*Alliance) GetName

func (m *Alliance) GetName() string

func (*Alliance) GetTicker

func (m *Alliance) GetTicker() string

func (*Alliance) ProtoMessage

func (*Alliance) ProtoMessage()

func (*Alliance) Reset

func (m *Alliance) Reset()

func (*Alliance) String

func (m *Alliance) String() string

func (*Alliance) XXX_DiscardUnknown

func (m *Alliance) XXX_DiscardUnknown()

func (*Alliance) XXX_Marshal

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

func (*Alliance) XXX_Merge

func (dst *Alliance) XXX_Merge(src proto.Message)

func (*Alliance) XXX_Size

func (m *Alliance) XXX_Size() int

func (*Alliance) XXX_Unmarshal

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

type AllianceResponse

type AllianceResponse struct {
	Result               *Result   `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Alliance             *Alliance `protobuf:"bytes,2,opt,name=alliance" json:"alliance,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*AllianceResponse) Descriptor

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

func (*AllianceResponse) GetAlliance

func (m *AllianceResponse) GetAlliance() *Alliance

func (*AllianceResponse) GetResult

func (m *AllianceResponse) GetResult() *Result

func (*AllianceResponse) ProtoMessage

func (*AllianceResponse) ProtoMessage()

func (*AllianceResponse) Reset

func (m *AllianceResponse) Reset()

func (*AllianceResponse) String

func (m *AllianceResponse) String() string

func (*AllianceResponse) XXX_DiscardUnknown

func (m *AllianceResponse) XXX_DiscardUnknown()

func (*AllianceResponse) XXX_Marshal

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

func (*AllianceResponse) XXX_Merge

func (dst *AllianceResponse) XXX_Merge(src proto.Message)

func (*AllianceResponse) XXX_Size

func (m *AllianceResponse) XXX_Size() int

func (*AllianceResponse) XXX_Unmarshal

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

type Ancestry

type Ancestry struct {
	AncestryId           int64    `protobuf:"varint,1,opt,name=ancestry_id,json=ancestryId" json:"ancestry_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	BloodlineId          int64    `protobuf:"varint,4,opt,name=bloodline_id,json=bloodlineId" json:"bloodline_id,omitempty"`
	Perception           int64    `protobuf:"varint,5,opt,name=perception" json:"perception,omitempty"`
	Willpower            int64    `protobuf:"varint,6,opt,name=willpower" json:"willpower,omitempty"`
	Charisma             int64    `protobuf:"varint,7,opt,name=charisma" json:"charisma,omitempty"`
	Memory               int64    `protobuf:"varint,8,opt,name=memory" json:"memory,omitempty"`
	Intelligence         int64    `protobuf:"varint,9,opt,name=intelligence" json:"intelligence,omitempty"`
	ShortDesc            string   `protobuf:"bytes,10,opt,name=short_desc,json=shortDesc" json:"short_desc,omitempty"`
	Icon                 *Icon    `protobuf:"bytes,11,opt,name=icon" json:"icon,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Ancestry describes an ancestry in EVE.

func AncestryToProto

func AncestryToProto(m *evedb.Ancestry) *Ancestry

func (*Ancestry) Descriptor

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

func (*Ancestry) GetAncestryId

func (m *Ancestry) GetAncestryId() int64

func (*Ancestry) GetBloodlineId

func (m *Ancestry) GetBloodlineId() int64

func (*Ancestry) GetCharisma

func (m *Ancestry) GetCharisma() int64

func (*Ancestry) GetDescription

func (m *Ancestry) GetDescription() string

func (*Ancestry) GetIcon

func (m *Ancestry) GetIcon() *Icon

func (*Ancestry) GetIntelligence

func (m *Ancestry) GetIntelligence() int64

func (*Ancestry) GetMemory

func (m *Ancestry) GetMemory() int64

func (*Ancestry) GetName

func (m *Ancestry) GetName() string

func (*Ancestry) GetPerception

func (m *Ancestry) GetPerception() int64

func (*Ancestry) GetShortDesc

func (m *Ancestry) GetShortDesc() string

func (*Ancestry) GetWillpower

func (m *Ancestry) GetWillpower() int64

func (*Ancestry) ProtoMessage

func (*Ancestry) ProtoMessage()

func (*Ancestry) Reset

func (m *Ancestry) Reset()

func (*Ancestry) String

func (m *Ancestry) String() string

func (*Ancestry) XXX_DiscardUnknown

func (m *Ancestry) XXX_DiscardUnknown()

func (*Ancestry) XXX_Marshal

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

func (*Ancestry) XXX_Merge

func (dst *Ancestry) XXX_Merge(src proto.Message)

func (*Ancestry) XXX_Size

func (m *Ancestry) XXX_Size() int

func (*Ancestry) XXX_Unmarshal

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

type AuthenticateRequest

type AuthenticateRequest struct {
	Username             string   `protobuf:"bytes,1,opt,name=username" json:"username,omitempty"`
	Password             string   `protobuf:"bytes,2,opt,name=password" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthenticateRequest) Descriptor

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

func (*AuthenticateRequest) GetPassword

func (m *AuthenticateRequest) GetPassword() string

func (*AuthenticateRequest) GetUsername

func (m *AuthenticateRequest) GetUsername() string

func (*AuthenticateRequest) ProtoMessage

func (*AuthenticateRequest) ProtoMessage()

func (*AuthenticateRequest) Reset

func (m *AuthenticateRequest) Reset()

func (*AuthenticateRequest) String

func (m *AuthenticateRequest) String() string

func (*AuthenticateRequest) XXX_DiscardUnknown

func (m *AuthenticateRequest) XXX_DiscardUnknown()

func (*AuthenticateRequest) XXX_Marshal

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

func (*AuthenticateRequest) XXX_Merge

func (dst *AuthenticateRequest) XXX_Merge(src proto.Message)

func (*AuthenticateRequest) XXX_Size

func (m *AuthenticateRequest) XXX_Size() int

func (*AuthenticateRequest) XXX_Unmarshal

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

type AuthenticateResponse

type AuthenticateResponse struct {
	Result               *Result  `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Token                *Token   `protobuf:"bytes,2,opt,name=token" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthenticateResponse) Descriptor

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

func (*AuthenticateResponse) GetResult

func (m *AuthenticateResponse) GetResult() *Result

func (*AuthenticateResponse) GetToken

func (m *AuthenticateResponse) GetToken() *Token

func (*AuthenticateResponse) ProtoMessage

func (*AuthenticateResponse) ProtoMessage()

func (*AuthenticateResponse) Reset

func (m *AuthenticateResponse) Reset()

func (*AuthenticateResponse) String

func (m *AuthenticateResponse) String() string

func (*AuthenticateResponse) XXX_DiscardUnknown

func (m *AuthenticateResponse) XXX_DiscardUnknown()

func (*AuthenticateResponse) XXX_Marshal

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

func (*AuthenticateResponse) XXX_Merge

func (dst *AuthenticateResponse) XXX_Merge(src proto.Message)

func (*AuthenticateResponse) XXX_Size

func (m *AuthenticateResponse) XXX_Size() int

func (*AuthenticateResponse) XXX_Unmarshal

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

type AuthenticationServiceClient

type AuthenticationServiceClient interface {
	Authenticate(ctx context.Context, in *AuthenticateRequest, opts ...grpc.CallOption) (*AuthenticateResponse, error)
}

AuthenticationServiceClient is the client API for AuthenticationService service.

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

func NewAuthenticationServiceClient

func NewAuthenticationServiceClient(cc *grpc.ClientConn) AuthenticationServiceClient

type AuthenticationServiceServer

type AuthenticationServiceServer interface {
	Authenticate(context.Context, *AuthenticateRequest) (*AuthenticateResponse, error)
}

AuthenticationServiceServer is the server API for AuthenticationService service.

type BackendKind

type BackendKind string
var (
	BackendRemoteGRPC BackendKind = "remote_grpc"
	BackendLocalGRPC  BackendKind = "local_grpc"
)

type Bloodline

type Bloodline struct {
	BloodlineId          int64    `protobuf:"varint,1,opt,name=bloodline_id,json=bloodlineId" json:"bloodline_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	RaceId               int64    `protobuf:"varint,3,opt,name=race_id,json=raceId" json:"race_id,omitempty"`
	Description          string   `protobuf:"bytes,4,opt,name=description" json:"description,omitempty"`
	MaleDesc             string   `protobuf:"bytes,5,opt,name=male_desc,json=maleDesc" json:"male_desc,omitempty"`
	FemaleDesc           string   `protobuf:"bytes,6,opt,name=female_desc,json=femaleDesc" json:"female_desc,omitempty"`
	ShipTypeId           int64    `protobuf:"varint,7,opt,name=ship_type_id,json=shipTypeId" json:"ship_type_id,omitempty"`
	CorporationId        int64    `protobuf:"varint,8,opt,name=corporation_id,json=corporationId" json:"corporation_id,omitempty"`
	Perception           int64    `protobuf:"varint,9,opt,name=perception" json:"perception,omitempty"`
	Willpower            int64    `protobuf:"varint,10,opt,name=willpower" json:"willpower,omitempty"`
	Charisma             int64    `protobuf:"varint,11,opt,name=charisma" json:"charisma,omitempty"`
	Memory               int64    `protobuf:"varint,12,opt,name=memory" json:"memory,omitempty"`
	Intelligence         int64    `protobuf:"varint,13,opt,name=intelligence" json:"intelligence,omitempty"`
	ShortDesc            string   `protobuf:"bytes,14,opt,name=short_desc,json=shortDesc" json:"short_desc,omitempty"`
	ShortMaleDesc        string   `protobuf:"bytes,15,opt,name=short_male_desc,json=shortMaleDesc" json:"short_male_desc,omitempty"`
	ShortFemaleDesc      string   `protobuf:"bytes,16,opt,name=short_female_desc,json=shortFemaleDesc" json:"short_female_desc,omitempty"`
	Icon                 *Icon    `protobuf:"bytes,17,opt,name=icon" json:"icon,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Bloodline is a bloodline in EVE.

func BloodlineToProto

func BloodlineToProto(m *evedb.Bloodline) *Bloodline

func (*Bloodline) Descriptor

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

func (*Bloodline) GetBloodlineId

func (m *Bloodline) GetBloodlineId() int64

func (*Bloodline) GetCharisma

func (m *Bloodline) GetCharisma() int64

func (*Bloodline) GetCorporationId

func (m *Bloodline) GetCorporationId() int64

func (*Bloodline) GetDescription

func (m *Bloodline) GetDescription() string

func (*Bloodline) GetFemaleDesc

func (m *Bloodline) GetFemaleDesc() string

func (*Bloodline) GetIcon

func (m *Bloodline) GetIcon() *Icon

func (*Bloodline) GetIntelligence

func (m *Bloodline) GetIntelligence() int64

func (*Bloodline) GetMaleDesc

func (m *Bloodline) GetMaleDesc() string

func (*Bloodline) GetMemory

func (m *Bloodline) GetMemory() int64

func (*Bloodline) GetName

func (m *Bloodline) GetName() string

func (*Bloodline) GetPerception

func (m *Bloodline) GetPerception() int64

func (*Bloodline) GetRaceId

func (m *Bloodline) GetRaceId() int64

func (*Bloodline) GetShipTypeId

func (m *Bloodline) GetShipTypeId() int64

func (*Bloodline) GetShortDesc

func (m *Bloodline) GetShortDesc() string

func (*Bloodline) GetShortFemaleDesc

func (m *Bloodline) GetShortFemaleDesc() string

func (*Bloodline) GetShortMaleDesc

func (m *Bloodline) GetShortMaleDesc() string

func (*Bloodline) GetWillpower

func (m *Bloodline) GetWillpower() int64

func (*Bloodline) ProtoMessage

func (*Bloodline) ProtoMessage()

func (*Bloodline) Reset

func (m *Bloodline) Reset()

func (*Bloodline) String

func (m *Bloodline) String() string

func (*Bloodline) XXX_DiscardUnknown

func (m *Bloodline) XXX_DiscardUnknown()

func (*Bloodline) XXX_Marshal

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

func (*Bloodline) XXX_Merge

func (dst *Bloodline) XXX_Merge(src proto.Message)

func (*Bloodline) XXX_Size

func (m *Bloodline) XXX_Size() int

func (*Bloodline) XXX_Unmarshal

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

type Blueprint

type Blueprint struct {
	ItemId               int64          `protobuf:"varint,1,opt,name=item_id,json=itemId" json:"item_id,omitempty"`
	LocationId           int64          `protobuf:"varint,2,opt,name=location_id,json=locationId" json:"location_id,omitempty"`
	TypeId               int64          `protobuf:"varint,3,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	LocationFlag         string         `protobuf:"bytes,4,opt,name=location_flag,json=locationFlag" json:"location_flag,omitempty"`
	FlagId               int64          `protobuf:"varint,6,opt,name=flag_id,json=flagId" json:"flag_id,omitempty"`
	TimeEff              int64          `protobuf:"varint,7,opt,name=time_eff,json=timeEff" json:"time_eff,omitempty"`
	MaterialEff          int64          `protobuf:"varint,8,opt,name=material_eff,json=materialEff" json:"material_eff,omitempty"`
	Kind                 Blueprint_Kind `protobuf:"varint,9,opt,name=kind,enum=motki.model.Blueprint_Kind" json:"kind,omitempty"`
	Quantity             int64          `protobuf:"varint,10,opt,name=quantity" json:"quantity,omitempty"`
	Runs                 int64          `protobuf:"varint,11,opt,name=runs" json:"runs,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

Blueprint describes the necessary materials for producting an item.

func BlueprintToProto

func BlueprintToProto(m *model.Blueprint) *Blueprint

func (*Blueprint) Descriptor

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

func (*Blueprint) GetFlagId

func (m *Blueprint) GetFlagId() int64

func (*Blueprint) GetItemId

func (m *Blueprint) GetItemId() int64

func (*Blueprint) GetKind

func (m *Blueprint) GetKind() Blueprint_Kind

func (*Blueprint) GetLocationFlag

func (m *Blueprint) GetLocationFlag() string

func (*Blueprint) GetLocationId

func (m *Blueprint) GetLocationId() int64

func (*Blueprint) GetMaterialEff

func (m *Blueprint) GetMaterialEff() int64

func (*Blueprint) GetQuantity

func (m *Blueprint) GetQuantity() int64

func (*Blueprint) GetRuns

func (m *Blueprint) GetRuns() int64

func (*Blueprint) GetTimeEff

func (m *Blueprint) GetTimeEff() int64

func (*Blueprint) GetTypeId

func (m *Blueprint) GetTypeId() int64

func (*Blueprint) ProtoMessage

func (*Blueprint) ProtoMessage()

func (*Blueprint) Reset

func (m *Blueprint) Reset()

func (*Blueprint) String

func (m *Blueprint) String() string

func (*Blueprint) XXX_DiscardUnknown

func (m *Blueprint) XXX_DiscardUnknown()

func (*Blueprint) XXX_Marshal

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

func (*Blueprint) XXX_Merge

func (dst *Blueprint) XXX_Merge(src proto.Message)

func (*Blueprint) XXX_Size

func (m *Blueprint) XXX_Size() int

func (*Blueprint) XXX_Unmarshal

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

type Blueprint_Kind

type Blueprint_Kind int32

Kind is blueprint original (BPO) or copy (BPC)

const (
	Blueprint_ORIGINAL Blueprint_Kind = 0
	Blueprint_COPY     Blueprint_Kind = 1
)

func (Blueprint_Kind) EnumDescriptor

func (Blueprint_Kind) EnumDescriptor() ([]byte, []int)

func (Blueprint_Kind) String

func (x Blueprint_Kind) String() string

type Character

type Character struct {
	Id                   int64                `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	CorporationId        int64                `protobuf:"varint,2,opt,name=corporation_id,json=corporationId" json:"corporation_id,omitempty"`
	AllianceId           int64                `protobuf:"varint,3,opt,name=alliance_id,json=allianceId" json:"alliance_id,omitempty"`
	Name                 string               `protobuf:"bytes,4,opt,name=name" json:"name,omitempty"`
	BloodlineId          int32                `protobuf:"varint,5,opt,name=bloodline_id,json=bloodlineId" json:"bloodline_id,omitempty"`
	RaceId               int32                `protobuf:"varint,6,opt,name=race_id,json=raceId" json:"race_id,omitempty"`
	AncestryId           int32                `protobuf:"varint,7,opt,name=ancestry_id,json=ancestryId" json:"ancestry_id,omitempty"`
	BirthDate            *timestamp.Timestamp `protobuf:"bytes,8,opt,name=birth_date,json=birthDate" json:"birth_date,omitempty"`
	Description          string               `protobuf:"bytes,9,opt,name=description" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

A Character is a player-controlled character.

func CharacterToProto

func CharacterToProto(char *model.Character) *Character

func (*Character) Descriptor

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

func (*Character) GetAllianceId

func (m *Character) GetAllianceId() int64

func (*Character) GetAncestryId

func (m *Character) GetAncestryId() int32

func (*Character) GetBirthDate

func (m *Character) GetBirthDate() *timestamp.Timestamp

func (*Character) GetBloodlineId

func (m *Character) GetBloodlineId() int32

func (*Character) GetCorporationId

func (m *Character) GetCorporationId() int64

func (*Character) GetDescription

func (m *Character) GetDescription() string

func (*Character) GetId

func (m *Character) GetId() int64

func (*Character) GetName

func (m *Character) GetName() string

func (*Character) GetRaceId

func (m *Character) GetRaceId() int32

func (*Character) ProtoMessage

func (*Character) ProtoMessage()

func (*Character) Reset

func (m *Character) Reset()

func (*Character) String

func (m *Character) String() string

func (*Character) XXX_DiscardUnknown

func (m *Character) XXX_DiscardUnknown()

func (*Character) XXX_Marshal

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

func (*Character) XXX_Merge

func (dst *Character) XXX_Merge(src proto.Message)

func (*Character) XXX_Size

func (m *Character) XXX_Size() int

func (*Character) XXX_Unmarshal

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

type CharacterResponse

type CharacterResponse struct {
	Result               *Result    `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Character            *Character `protobuf:"bytes,2,opt,name=character" json:"character,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CharacterResponse) Descriptor

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

func (*CharacterResponse) GetCharacter

func (m *CharacterResponse) GetCharacter() *Character

func (*CharacterResponse) GetResult

func (m *CharacterResponse) GetResult() *Result

func (*CharacterResponse) ProtoMessage

func (*CharacterResponse) ProtoMessage()

func (*CharacterResponse) Reset

func (m *CharacterResponse) Reset()

func (*CharacterResponse) String

func (m *CharacterResponse) String() string

func (*CharacterResponse) XXX_DiscardUnknown

func (m *CharacterResponse) XXX_DiscardUnknown()

func (*CharacterResponse) XXX_Marshal

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

func (*CharacterResponse) XXX_Merge

func (dst *CharacterResponse) XXX_Merge(src proto.Message)

func (*CharacterResponse) XXX_Size

func (m *CharacterResponse) XXX_Size() int

func (*CharacterResponse) XXX_Unmarshal

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

type Config

type Config struct {
	Kind       BackendKind  `toml:"kind"`
	RemoteGRPC RemoteConfig `toml:"remote_grpc"`
	LocalGRPC  LocalConfig  `toml:"local_grpc"`

	ServerEnabled bool         `toml:"enable_server"`
	ServerGRPC    ServerConfig `toml:"server_grpc"`
}

type Constellation

type Constellation struct {
	ConstellationId      int64    `protobuf:"varint,1,opt,name=constellation_id,json=constellationId" json:"constellation_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	RegionId             int64    `protobuf:"varint,3,opt,name=region_id,json=regionId" json:"region_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Constellation is a constellation in the EVE universe.

func ConstellationToProto

func ConstellationToProto(m *evedb.Constellation) *Constellation

func (*Constellation) Descriptor

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

func (*Constellation) GetConstellationId

func (m *Constellation) GetConstellationId() int64

func (*Constellation) GetName

func (m *Constellation) GetName() string

func (*Constellation) GetRegionId

func (m *Constellation) GetRegionId() int64

func (*Constellation) ProtoMessage

func (*Constellation) ProtoMessage()

func (*Constellation) Reset

func (m *Constellation) Reset()

func (*Constellation) String

func (m *Constellation) String() string

func (*Constellation) XXX_DiscardUnknown

func (m *Constellation) XXX_DiscardUnknown()

func (*Constellation) XXX_Marshal

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

func (*Constellation) XXX_Merge

func (dst *Constellation) XXX_Merge(src proto.Message)

func (*Constellation) XXX_Size

func (m *Constellation) XXX_Size() int

func (*Constellation) XXX_Unmarshal

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

type Corporation

type Corporation struct {
	Id                   int64                `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	AllianceId           int64                `protobuf:"varint,2,opt,name=alliance_id,json=allianceId" json:"alliance_id,omitempty"`
	Name                 string               `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	CreationDate         *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate" json:"creation_date,omitempty"`
	Description          string               `protobuf:"bytes,5,opt,name=description" json:"description,omitempty"`
	Ticker               string               `protobuf:"bytes,6,opt,name=ticker" json:"ticker,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

A Corporation is a corporation, either player-controlled or NPC.

func CorporationToProto

func CorporationToProto(corp *model.Corporation) *Corporation

func (*Corporation) Descriptor

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

func (*Corporation) GetAllianceId

func (m *Corporation) GetAllianceId() int64

func (*Corporation) GetCreationDate

func (m *Corporation) GetCreationDate() *timestamp.Timestamp

func (*Corporation) GetDescription

func (m *Corporation) GetDescription() string

func (*Corporation) GetId

func (m *Corporation) GetId() int64

func (*Corporation) GetName

func (m *Corporation) GetName() string

func (*Corporation) GetTicker

func (m *Corporation) GetTicker() string

func (*Corporation) ProtoMessage

func (*Corporation) ProtoMessage()

func (*Corporation) Reset

func (m *Corporation) Reset()

func (*Corporation) String

func (m *Corporation) String() string

func (*Corporation) XXX_DiscardUnknown

func (m *Corporation) XXX_DiscardUnknown()

func (*Corporation) XXX_Marshal

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

func (*Corporation) XXX_Merge

func (dst *Corporation) XXX_Merge(src proto.Message)

func (*Corporation) XXX_Size

func (m *Corporation) XXX_Size() int

func (*Corporation) XXX_Unmarshal

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

type CorporationResponse

type CorporationResponse struct {
	Result               *Result      `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Corporation          *Corporation `protobuf:"bytes,2,opt,name=corporation" json:"corporation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CorporationResponse) Descriptor

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

func (*CorporationResponse) GetCorporation

func (m *CorporationResponse) GetCorporation() *Corporation

func (*CorporationResponse) GetResult

func (m *CorporationResponse) GetResult() *Result

func (*CorporationResponse) ProtoMessage

func (*CorporationResponse) ProtoMessage()

func (*CorporationResponse) Reset

func (m *CorporationResponse) Reset()

func (*CorporationResponse) String

func (m *CorporationResponse) String() string

func (*CorporationResponse) XXX_DiscardUnknown

func (m *CorporationResponse) XXX_DiscardUnknown()

func (*CorporationResponse) XXX_Marshal

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

func (*CorporationResponse) XXX_Merge

func (dst *CorporationResponse) XXX_Merge(src proto.Message)

func (*CorporationResponse) XXX_Size

func (m *CorporationResponse) XXX_Size() int

func (*CorporationResponse) XXX_Unmarshal

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

type CorporationServiceClient

type CorporationServiceClient interface {
	// GetCorpStructures returns detailed information about corporation-owned structures.
	GetCorpStructures(ctx context.Context, in *GetCorpStructuresRequest, opts ...grpc.CallOption) (*GetCorpStructuresResponse, error)
	// GetCorpBlueprints returns all corporation-owned blueprints.
	GetCorpBlueprints(ctx context.Context, in *GetCorpBlueprintsRequest, opts ...grpc.CallOption) (*GetCorpBlueprintsResponse, error)
}

CorporationServiceClient is the client API for CorporationService service.

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

func NewCorporationServiceClient

func NewCorporationServiceClient(cc *grpc.ClientConn) CorporationServiceClient

type CorporationServiceServer

type CorporationServiceServer interface {
	// GetCorpStructures returns detailed information about corporation-owned structures.
	GetCorpStructures(context.Context, *GetCorpStructuresRequest) (*GetCorpStructuresResponse, error)
	// GetCorpBlueprints returns all corporation-owned blueprints.
	GetCorpBlueprints(context.Context, *GetCorpBlueprintsRequest) (*GetCorpBlueprintsResponse, error)
}

CorporationServiceServer is the server API for CorporationService service.

type CorporationStructure

type CorporationStructure struct {
	Id                   int64                `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name                 string               `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	SystemId             int64                `protobuf:"varint,3,opt,name=system_id,json=systemId" json:"system_id,omitempty"`
	TypeId               int64                `protobuf:"varint,4,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	ProfileId            int64                `protobuf:"varint,5,opt,name=profile_id,json=profileId" json:"profile_id,omitempty"`
	Services             []string             `protobuf:"bytes,6,rep,name=services" json:"services,omitempty"`
	FuelExpires          *timestamp.Timestamp `protobuf:"bytes,7,opt,name=fuel_expires,json=fuelExpires" json:"fuel_expires,omitempty"`
	StateStart           *timestamp.Timestamp `protobuf:"bytes,8,opt,name=state_start,json=stateStart" json:"state_start,omitempty"`
	StateEnd             *timestamp.Timestamp `protobuf:"bytes,9,opt,name=state_end,json=stateEnd" json:"state_end,omitempty"`
	UnanchorsAt          *timestamp.Timestamp `protobuf:"bytes,10,opt,name=unanchors_at,json=unanchorsAt" json:"unanchors_at,omitempty"`
	State                string               `protobuf:"bytes,13,opt,name=state" json:"state,omitempty"`
	ReinforceWeekday     int32                `protobuf:"varint,14,opt,name=reinforce_weekday,json=reinforceWeekday" json:"reinforce_weekday,omitempty"`
	ReinforceHour        int32                `protobuf:"varint,15,opt,name=reinforce_hour,json=reinforceHour" json:"reinforce_hour,omitempty"`
	NextReinforceWeekday int32                `protobuf:"varint,16,opt,name=next_reinforce_weekday,json=nextReinforceWeekday" json:"next_reinforce_weekday,omitempty"`
	NextReinforceHour    int32                `protobuf:"varint,17,opt,name=next_reinforce_hour,json=nextReinforceHour" json:"next_reinforce_hour,omitempty"`
	NextReinforceTime    *timestamp.Timestamp `protobuf:"bytes,18,opt,name=next_reinforce_time,json=nextReinforceTime" json:"next_reinforce_time,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

A CorporationStructure is a structure with additional, sensitive information.

func (*CorporationStructure) Descriptor

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

func (*CorporationStructure) GetFuelExpires

func (m *CorporationStructure) GetFuelExpires() *timestamp.Timestamp

func (*CorporationStructure) GetId

func (m *CorporationStructure) GetId() int64

func (*CorporationStructure) GetName

func (m *CorporationStructure) GetName() string

func (*CorporationStructure) GetNextReinforceHour

func (m *CorporationStructure) GetNextReinforceHour() int32

func (*CorporationStructure) GetNextReinforceTime

func (m *CorporationStructure) GetNextReinforceTime() *timestamp.Timestamp

func (*CorporationStructure) GetNextReinforceWeekday

func (m *CorporationStructure) GetNextReinforceWeekday() int32

func (*CorporationStructure) GetProfileId

func (m *CorporationStructure) GetProfileId() int64

func (*CorporationStructure) GetReinforceHour

func (m *CorporationStructure) GetReinforceHour() int32

func (*CorporationStructure) GetReinforceWeekday

func (m *CorporationStructure) GetReinforceWeekday() int32

func (*CorporationStructure) GetServices

func (m *CorporationStructure) GetServices() []string

func (*CorporationStructure) GetState

func (m *CorporationStructure) GetState() string

func (*CorporationStructure) GetStateEnd

func (m *CorporationStructure) GetStateEnd() *timestamp.Timestamp

func (*CorporationStructure) GetStateStart

func (m *CorporationStructure) GetStateStart() *timestamp.Timestamp

func (*CorporationStructure) GetSystemId

func (m *CorporationStructure) GetSystemId() int64

func (*CorporationStructure) GetTypeId

func (m *CorporationStructure) GetTypeId() int64

func (*CorporationStructure) GetUnanchorsAt

func (m *CorporationStructure) GetUnanchorsAt() *timestamp.Timestamp

func (*CorporationStructure) ProtoMessage

func (*CorporationStructure) ProtoMessage()

func (*CorporationStructure) Reset

func (m *CorporationStructure) Reset()

func (*CorporationStructure) String

func (m *CorporationStructure) String() string

func (*CorporationStructure) XXX_DiscardUnknown

func (m *CorporationStructure) XXX_DiscardUnknown()

func (*CorporationStructure) XXX_Marshal

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

func (*CorporationStructure) XXX_Merge

func (dst *CorporationStructure) XXX_Merge(src proto.Message)

func (*CorporationStructure) XXX_Size

func (m *CorporationStructure) XXX_Size() int

func (*CorporationStructure) XXX_Unmarshal

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

type EveDBServiceClient

type EveDBServiceClient interface {
	// GetRegion gets a specific region.
	GetRegion(ctx context.Context, in *GetRegionRequest, opts ...grpc.CallOption) (*GetRegionResponse, error)
	// GetRegions returns a list of all regions.
	GetRegions(ctx context.Context, in *GetRegionsRequest, opts ...grpc.CallOption) (*GetRegionsResponse, error)
	// GetConstellation gets a specific constellation.
	GetConstellation(ctx context.Context, in *GetConstellationRequest, opts ...grpc.CallOption) (*GetConstellationResponse, error)
	// GetSystem gets a specific solar system.
	GetSystem(ctx context.Context, in *GetSystemRequest, opts ...grpc.CallOption) (*GetSystemResponse, error)
	// GetStation gets a specific station.
	GetStation(ctx context.Context, in *GetStationRequest, opts ...grpc.CallOption) (*GetStationResponse, error)
	// GetRace gets a specific race.
	GetRace(ctx context.Context, in *GetRaceRequest, opts ...grpc.CallOption) (*GetRaceResponse, error)
	// GetRaces returns a list of all races.
	GetRaces(ctx context.Context, in *GetRacesRequest, opts ...grpc.CallOption) (*GetRacesResponse, error)
	// GetBloodline gets a specific bloodline.
	GetBloodline(ctx context.Context, in *GetBloodlineRequest, opts ...grpc.CallOption) (*GetBloodlineResponse, error)
	// GetAncestry gets a specific ancestry.
	GetAncestry(ctx context.Context, in *GetAncestryRequest, opts ...grpc.CallOption) (*GetAncestryResponse, error)
	// GetItemType gets the basic information for a specific item type.
	GetItemType(ctx context.Context, in *GetItemTypeRequest, opts ...grpc.CallOption) (*GetItemTypeResponse, error)
	// GetItemTypeDetail gets the detailed information for a specific item type.
	GetItemTypeDetail(ctx context.Context, in *GetItemTypeDetailRequest, opts ...grpc.CallOption) (*GetItemTypeDetailResponse, error)
	// GetMaterialSheet gets a list of materials required to produce an item.
	GetMaterialSheet(ctx context.Context, in *GetMaterialSheetRequest, opts ...grpc.CallOption) (*GetMaterialSheetResponse, error)
	// QueryItemTypes returns basic information for types matching the input query.
	QueryItemTypes(ctx context.Context, in *QueryItemTypesRequest, opts ...grpc.CallOption) (*QueryItemTypesResponse, error)
	// QueryItemTypeDetails returns detailed information for types matching the input query.
	QueryItemTypeDetails(ctx context.Context, in *QueryItemTypeDetailsRequest, opts ...grpc.CallOption) (*QueryItemTypeDetailsResponse, error)
}

EveDBServiceClient is the client API for EveDBService service.

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

func NewEveDBServiceClient

func NewEveDBServiceClient(cc *grpc.ClientConn) EveDBServiceClient

type EveDBServiceServer

type EveDBServiceServer interface {
	// GetRegion gets a specific region.
	GetRegion(context.Context, *GetRegionRequest) (*GetRegionResponse, error)
	// GetRegions returns a list of all regions.
	GetRegions(context.Context, *GetRegionsRequest) (*GetRegionsResponse, error)
	// GetConstellation gets a specific constellation.
	GetConstellation(context.Context, *GetConstellationRequest) (*GetConstellationResponse, error)
	// GetSystem gets a specific solar system.
	GetSystem(context.Context, *GetSystemRequest) (*GetSystemResponse, error)
	// GetStation gets a specific station.
	GetStation(context.Context, *GetStationRequest) (*GetStationResponse, error)
	// GetRace gets a specific race.
	GetRace(context.Context, *GetRaceRequest) (*GetRaceResponse, error)
	// GetRaces returns a list of all races.
	GetRaces(context.Context, *GetRacesRequest) (*GetRacesResponse, error)
	// GetBloodline gets a specific bloodline.
	GetBloodline(context.Context, *GetBloodlineRequest) (*GetBloodlineResponse, error)
	// GetAncestry gets a specific ancestry.
	GetAncestry(context.Context, *GetAncestryRequest) (*GetAncestryResponse, error)
	// GetItemType gets the basic information for a specific item type.
	GetItemType(context.Context, *GetItemTypeRequest) (*GetItemTypeResponse, error)
	// GetItemTypeDetail gets the detailed information for a specific item type.
	GetItemTypeDetail(context.Context, *GetItemTypeDetailRequest) (*GetItemTypeDetailResponse, error)
	// GetMaterialSheet gets a list of materials required to produce an item.
	GetMaterialSheet(context.Context, *GetMaterialSheetRequest) (*GetMaterialSheetResponse, error)
	// QueryItemTypes returns basic information for types matching the input query.
	QueryItemTypes(context.Context, *QueryItemTypesRequest) (*QueryItemTypesResponse, error)
	// QueryItemTypeDetails returns detailed information for types matching the input query.
	QueryItemTypeDetails(context.Context, *QueryItemTypeDetailsRequest) (*QueryItemTypeDetailsResponse, error)
}

EveDBServiceServer is the server API for EveDBService service.

type GetAllianceRequest

type GetAllianceRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	AllianceId           int64    `protobuf:"varint,2,opt,name=alliance_id,json=allianceId" json:"alliance_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAllianceRequest) Descriptor

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

func (*GetAllianceRequest) GetAllianceId

func (m *GetAllianceRequest) GetAllianceId() int64

func (*GetAllianceRequest) GetToken

func (m *GetAllianceRequest) GetToken() *Token

func (*GetAllianceRequest) ProtoMessage

func (*GetAllianceRequest) ProtoMessage()

func (*GetAllianceRequest) Reset

func (m *GetAllianceRequest) Reset()

func (*GetAllianceRequest) String

func (m *GetAllianceRequest) String() string

func (*GetAllianceRequest) XXX_DiscardUnknown

func (m *GetAllianceRequest) XXX_DiscardUnknown()

func (*GetAllianceRequest) XXX_Marshal

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

func (*GetAllianceRequest) XXX_Merge

func (dst *GetAllianceRequest) XXX_Merge(src proto.Message)

func (*GetAllianceRequest) XXX_Size

func (m *GetAllianceRequest) XXX_Size() int

func (*GetAllianceRequest) XXX_Unmarshal

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

type GetAncestryRequest

type GetAncestryRequest struct {
	AncestryId           int64    `protobuf:"varint,1,opt,name=ancestry_id,json=ancestryId" json:"ancestry_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAncestryRequest) Descriptor

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

func (*GetAncestryRequest) GetAncestryId

func (m *GetAncestryRequest) GetAncestryId() int64

func (*GetAncestryRequest) ProtoMessage

func (*GetAncestryRequest) ProtoMessage()

func (*GetAncestryRequest) Reset

func (m *GetAncestryRequest) Reset()

func (*GetAncestryRequest) String

func (m *GetAncestryRequest) String() string

func (*GetAncestryRequest) XXX_DiscardUnknown

func (m *GetAncestryRequest) XXX_DiscardUnknown()

func (*GetAncestryRequest) XXX_Marshal

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

func (*GetAncestryRequest) XXX_Merge

func (dst *GetAncestryRequest) XXX_Merge(src proto.Message)

func (*GetAncestryRequest) XXX_Size

func (m *GetAncestryRequest) XXX_Size() int

func (*GetAncestryRequest) XXX_Unmarshal

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

type GetAncestryResponse

type GetAncestryResponse struct {
	Result               *Result   `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Ancestry             *Ancestry `protobuf:"bytes,2,opt,name=ancestry" json:"ancestry,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GetAncestryResponse) Descriptor

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

func (*GetAncestryResponse) GetAncestry

func (m *GetAncestryResponse) GetAncestry() *Ancestry

func (*GetAncestryResponse) GetResult

func (m *GetAncestryResponse) GetResult() *Result

func (*GetAncestryResponse) ProtoMessage

func (*GetAncestryResponse) ProtoMessage()

func (*GetAncestryResponse) Reset

func (m *GetAncestryResponse) Reset()

func (*GetAncestryResponse) String

func (m *GetAncestryResponse) String() string

func (*GetAncestryResponse) XXX_DiscardUnknown

func (m *GetAncestryResponse) XXX_DiscardUnknown()

func (*GetAncestryResponse) XXX_Marshal

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

func (*GetAncestryResponse) XXX_Merge

func (dst *GetAncestryResponse) XXX_Merge(src proto.Message)

func (*GetAncestryResponse) XXX_Size

func (m *GetAncestryResponse) XXX_Size() int

func (*GetAncestryResponse) XXX_Unmarshal

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

type GetBloodlineRequest

type GetBloodlineRequest struct {
	BloodlineId          int64    `protobuf:"varint,1,opt,name=bloodline_id,json=bloodlineId" json:"bloodline_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBloodlineRequest) Descriptor

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

func (*GetBloodlineRequest) GetBloodlineId

func (m *GetBloodlineRequest) GetBloodlineId() int64

func (*GetBloodlineRequest) ProtoMessage

func (*GetBloodlineRequest) ProtoMessage()

func (*GetBloodlineRequest) Reset

func (m *GetBloodlineRequest) Reset()

func (*GetBloodlineRequest) String

func (m *GetBloodlineRequest) String() string

func (*GetBloodlineRequest) XXX_DiscardUnknown

func (m *GetBloodlineRequest) XXX_DiscardUnknown()

func (*GetBloodlineRequest) XXX_Marshal

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

func (*GetBloodlineRequest) XXX_Merge

func (dst *GetBloodlineRequest) XXX_Merge(src proto.Message)

func (*GetBloodlineRequest) XXX_Size

func (m *GetBloodlineRequest) XXX_Size() int

func (*GetBloodlineRequest) XXX_Unmarshal

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

type GetBloodlineResponse

type GetBloodlineResponse struct {
	Result               *Result    `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Bloodline            *Bloodline `protobuf:"bytes,2,opt,name=bloodline" json:"bloodline,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetBloodlineResponse) Descriptor

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

func (*GetBloodlineResponse) GetBloodline

func (m *GetBloodlineResponse) GetBloodline() *Bloodline

func (*GetBloodlineResponse) GetResult

func (m *GetBloodlineResponse) GetResult() *Result

func (*GetBloodlineResponse) ProtoMessage

func (*GetBloodlineResponse) ProtoMessage()

func (*GetBloodlineResponse) Reset

func (m *GetBloodlineResponse) Reset()

func (*GetBloodlineResponse) String

func (m *GetBloodlineResponse) String() string

func (*GetBloodlineResponse) XXX_DiscardUnknown

func (m *GetBloodlineResponse) XXX_DiscardUnknown()

func (*GetBloodlineResponse) XXX_Marshal

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

func (*GetBloodlineResponse) XXX_Merge

func (dst *GetBloodlineResponse) XXX_Merge(src proto.Message)

func (*GetBloodlineResponse) XXX_Size

func (m *GetBloodlineResponse) XXX_Size() int

func (*GetBloodlineResponse) XXX_Unmarshal

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

type GetCharacterRequest

type GetCharacterRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	Role                 Role     `protobuf:"varint,2,opt,name=role,enum=motki.model.Role" json:"role,omitempty"`
	CharacterId          int64    `protobuf:"varint,3,opt,name=character_id,json=characterId" json:"character_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCharacterRequest) Descriptor

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

func (*GetCharacterRequest) GetCharacterId

func (m *GetCharacterRequest) GetCharacterId() int64

func (*GetCharacterRequest) GetRole

func (m *GetCharacterRequest) GetRole() Role

func (*GetCharacterRequest) GetToken

func (m *GetCharacterRequest) GetToken() *Token

func (*GetCharacterRequest) ProtoMessage

func (*GetCharacterRequest) ProtoMessage()

func (*GetCharacterRequest) Reset

func (m *GetCharacterRequest) Reset()

func (*GetCharacterRequest) String

func (m *GetCharacterRequest) String() string

func (*GetCharacterRequest) XXX_DiscardUnknown

func (m *GetCharacterRequest) XXX_DiscardUnknown()

func (*GetCharacterRequest) XXX_Marshal

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

func (*GetCharacterRequest) XXX_Merge

func (dst *GetCharacterRequest) XXX_Merge(src proto.Message)

func (*GetCharacterRequest) XXX_Size

func (m *GetCharacterRequest) XXX_Size() int

func (*GetCharacterRequest) XXX_Unmarshal

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

type GetConstellationRequest

type GetConstellationRequest struct {
	ConstellationId      int64    `protobuf:"varint,1,opt,name=constellation_id,json=constellationId" json:"constellation_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetConstellationRequest) Descriptor

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

func (*GetConstellationRequest) GetConstellationId

func (m *GetConstellationRequest) GetConstellationId() int64

func (*GetConstellationRequest) ProtoMessage

func (*GetConstellationRequest) ProtoMessage()

func (*GetConstellationRequest) Reset

func (m *GetConstellationRequest) Reset()

func (*GetConstellationRequest) String

func (m *GetConstellationRequest) String() string

func (*GetConstellationRequest) XXX_DiscardUnknown

func (m *GetConstellationRequest) XXX_DiscardUnknown()

func (*GetConstellationRequest) XXX_Marshal

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

func (*GetConstellationRequest) XXX_Merge

func (dst *GetConstellationRequest) XXX_Merge(src proto.Message)

func (*GetConstellationRequest) XXX_Size

func (m *GetConstellationRequest) XXX_Size() int

func (*GetConstellationRequest) XXX_Unmarshal

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

type GetConstellationResponse

type GetConstellationResponse struct {
	Result               *Result        `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Constellation        *Constellation `protobuf:"bytes,2,opt,name=constellation" json:"constellation,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*GetConstellationResponse) Descriptor

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

func (*GetConstellationResponse) GetConstellation

func (m *GetConstellationResponse) GetConstellation() *Constellation

func (*GetConstellationResponse) GetResult

func (m *GetConstellationResponse) GetResult() *Result

func (*GetConstellationResponse) ProtoMessage

func (*GetConstellationResponse) ProtoMessage()

func (*GetConstellationResponse) Reset

func (m *GetConstellationResponse) Reset()

func (*GetConstellationResponse) String

func (m *GetConstellationResponse) String() string

func (*GetConstellationResponse) XXX_DiscardUnknown

func (m *GetConstellationResponse) XXX_DiscardUnknown()

func (*GetConstellationResponse) XXX_Marshal

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

func (*GetConstellationResponse) XXX_Merge

func (dst *GetConstellationResponse) XXX_Merge(src proto.Message)

func (*GetConstellationResponse) XXX_Size

func (m *GetConstellationResponse) XXX_Size() int

func (*GetConstellationResponse) XXX_Unmarshal

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

type GetCorpBlueprintsRequest

type GetCorpBlueprintsRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCorpBlueprintsRequest) Descriptor

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

func (*GetCorpBlueprintsRequest) GetToken

func (m *GetCorpBlueprintsRequest) GetToken() *Token

func (*GetCorpBlueprintsRequest) ProtoMessage

func (*GetCorpBlueprintsRequest) ProtoMessage()

func (*GetCorpBlueprintsRequest) Reset

func (m *GetCorpBlueprintsRequest) Reset()

func (*GetCorpBlueprintsRequest) String

func (m *GetCorpBlueprintsRequest) String() string

func (*GetCorpBlueprintsRequest) XXX_DiscardUnknown

func (m *GetCorpBlueprintsRequest) XXX_DiscardUnknown()

func (*GetCorpBlueprintsRequest) XXX_Marshal

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

func (*GetCorpBlueprintsRequest) XXX_Merge

func (dst *GetCorpBlueprintsRequest) XXX_Merge(src proto.Message)

func (*GetCorpBlueprintsRequest) XXX_Size

func (m *GetCorpBlueprintsRequest) XXX_Size() int

func (*GetCorpBlueprintsRequest) XXX_Unmarshal

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

type GetCorpBlueprintsResponse

type GetCorpBlueprintsResponse struct {
	Result               *Result      `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Blueprint            []*Blueprint `protobuf:"bytes,2,rep,name=blueprint" json:"blueprint,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*GetCorpBlueprintsResponse) Descriptor

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

func (*GetCorpBlueprintsResponse) GetBlueprint

func (m *GetCorpBlueprintsResponse) GetBlueprint() []*Blueprint

func (*GetCorpBlueprintsResponse) GetResult

func (m *GetCorpBlueprintsResponse) GetResult() *Result

func (*GetCorpBlueprintsResponse) ProtoMessage

func (*GetCorpBlueprintsResponse) ProtoMessage()

func (*GetCorpBlueprintsResponse) Reset

func (m *GetCorpBlueprintsResponse) Reset()

func (*GetCorpBlueprintsResponse) String

func (m *GetCorpBlueprintsResponse) String() string

func (*GetCorpBlueprintsResponse) XXX_DiscardUnknown

func (m *GetCorpBlueprintsResponse) XXX_DiscardUnknown()

func (*GetCorpBlueprintsResponse) XXX_Marshal

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

func (*GetCorpBlueprintsResponse) XXX_Merge

func (dst *GetCorpBlueprintsResponse) XXX_Merge(src proto.Message)

func (*GetCorpBlueprintsResponse) XXX_Size

func (m *GetCorpBlueprintsResponse) XXX_Size() int

func (*GetCorpBlueprintsResponse) XXX_Unmarshal

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

type GetCorpStructuresRequest

type GetCorpStructuresRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCorpStructuresRequest) Descriptor

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

func (*GetCorpStructuresRequest) GetToken

func (m *GetCorpStructuresRequest) GetToken() *Token

func (*GetCorpStructuresRequest) ProtoMessage

func (*GetCorpStructuresRequest) ProtoMessage()

func (*GetCorpStructuresRequest) Reset

func (m *GetCorpStructuresRequest) Reset()

func (*GetCorpStructuresRequest) String

func (m *GetCorpStructuresRequest) String() string

func (*GetCorpStructuresRequest) XXX_DiscardUnknown

func (m *GetCorpStructuresRequest) XXX_DiscardUnknown()

func (*GetCorpStructuresRequest) XXX_Marshal

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

func (*GetCorpStructuresRequest) XXX_Merge

func (dst *GetCorpStructuresRequest) XXX_Merge(src proto.Message)

func (*GetCorpStructuresRequest) XXX_Size

func (m *GetCorpStructuresRequest) XXX_Size() int

func (*GetCorpStructuresRequest) XXX_Unmarshal

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

type GetCorpStructuresResponse

type GetCorpStructuresResponse struct {
	Result               *Result                 `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Structures           []*CorporationStructure `protobuf:"bytes,2,rep,name=structures" json:"structures,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*GetCorpStructuresResponse) Descriptor

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

func (*GetCorpStructuresResponse) GetResult

func (m *GetCorpStructuresResponse) GetResult() *Result

func (*GetCorpStructuresResponse) GetStructures

func (m *GetCorpStructuresResponse) GetStructures() []*CorporationStructure

func (*GetCorpStructuresResponse) ProtoMessage

func (*GetCorpStructuresResponse) ProtoMessage()

func (*GetCorpStructuresResponse) Reset

func (m *GetCorpStructuresResponse) Reset()

func (*GetCorpStructuresResponse) String

func (m *GetCorpStructuresResponse) String() string

func (*GetCorpStructuresResponse) XXX_DiscardUnknown

func (m *GetCorpStructuresResponse) XXX_DiscardUnknown()

func (*GetCorpStructuresResponse) XXX_Marshal

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

func (*GetCorpStructuresResponse) XXX_Merge

func (dst *GetCorpStructuresResponse) XXX_Merge(src proto.Message)

func (*GetCorpStructuresResponse) XXX_Size

func (m *GetCorpStructuresResponse) XXX_Size() int

func (*GetCorpStructuresResponse) XXX_Unmarshal

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

type GetCorporationRequest

type GetCorporationRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	CorporationId        int64    `protobuf:"varint,2,opt,name=corporation_id,json=corporationId" json:"corporation_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCorporationRequest) Descriptor

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

func (*GetCorporationRequest) GetCorporationId

func (m *GetCorporationRequest) GetCorporationId() int64

func (*GetCorporationRequest) GetToken

func (m *GetCorporationRequest) GetToken() *Token

func (*GetCorporationRequest) ProtoMessage

func (*GetCorporationRequest) ProtoMessage()

func (*GetCorporationRequest) Reset

func (m *GetCorporationRequest) Reset()

func (*GetCorporationRequest) String

func (m *GetCorporationRequest) String() string

func (*GetCorporationRequest) XXX_DiscardUnknown

func (m *GetCorporationRequest) XXX_DiscardUnknown()

func (*GetCorporationRequest) XXX_Marshal

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

func (*GetCorporationRequest) XXX_Merge

func (dst *GetCorporationRequest) XXX_Merge(src proto.Message)

func (*GetCorporationRequest) XXX_Size

func (m *GetCorporationRequest) XXX_Size() int

func (*GetCorporationRequest) XXX_Unmarshal

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

type GetInventoryRequest

type GetInventoryRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetInventoryRequest) Descriptor

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

func (*GetInventoryRequest) GetToken

func (m *GetInventoryRequest) GetToken() *Token

func (*GetInventoryRequest) ProtoMessage

func (*GetInventoryRequest) ProtoMessage()

func (*GetInventoryRequest) Reset

func (m *GetInventoryRequest) Reset()

func (*GetInventoryRequest) String

func (m *GetInventoryRequest) String() string

func (*GetInventoryRequest) XXX_DiscardUnknown

func (m *GetInventoryRequest) XXX_DiscardUnknown()

func (*GetInventoryRequest) XXX_Marshal

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

func (*GetInventoryRequest) XXX_Merge

func (dst *GetInventoryRequest) XXX_Merge(src proto.Message)

func (*GetInventoryRequest) XXX_Size

func (m *GetInventoryRequest) XXX_Size() int

func (*GetInventoryRequest) XXX_Unmarshal

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

type GetInventoryResponse

type GetInventoryResponse struct {
	Result               *Result          `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Item                 []*InventoryItem `protobuf:"bytes,2,rep,name=item" json:"item,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*GetInventoryResponse) Descriptor

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

func (*GetInventoryResponse) GetItem

func (m *GetInventoryResponse) GetItem() []*InventoryItem

func (*GetInventoryResponse) GetResult

func (m *GetInventoryResponse) GetResult() *Result

func (*GetInventoryResponse) ProtoMessage

func (*GetInventoryResponse) ProtoMessage()

func (*GetInventoryResponse) Reset

func (m *GetInventoryResponse) Reset()

func (*GetInventoryResponse) String

func (m *GetInventoryResponse) String() string

func (*GetInventoryResponse) XXX_DiscardUnknown

func (m *GetInventoryResponse) XXX_DiscardUnknown()

func (*GetInventoryResponse) XXX_Marshal

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

func (*GetInventoryResponse) XXX_Merge

func (dst *GetInventoryResponse) XXX_Merge(src proto.Message)

func (*GetInventoryResponse) XXX_Size

func (m *GetInventoryResponse) XXX_Size() int

func (*GetInventoryResponse) XXX_Unmarshal

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

type GetItemTypeDetailRequest

type GetItemTypeDetailRequest struct {
	TypeId               int64    `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetItemTypeDetailRequest) Descriptor

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

func (*GetItemTypeDetailRequest) GetTypeId

func (m *GetItemTypeDetailRequest) GetTypeId() int64

func (*GetItemTypeDetailRequest) ProtoMessage

func (*GetItemTypeDetailRequest) ProtoMessage()

func (*GetItemTypeDetailRequest) Reset

func (m *GetItemTypeDetailRequest) Reset()

func (*GetItemTypeDetailRequest) String

func (m *GetItemTypeDetailRequest) String() string

func (*GetItemTypeDetailRequest) XXX_DiscardUnknown

func (m *GetItemTypeDetailRequest) XXX_DiscardUnknown()

func (*GetItemTypeDetailRequest) XXX_Marshal

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

func (*GetItemTypeDetailRequest) XXX_Merge

func (dst *GetItemTypeDetailRequest) XXX_Merge(src proto.Message)

func (*GetItemTypeDetailRequest) XXX_Size

func (m *GetItemTypeDetailRequest) XXX_Size() int

func (*GetItemTypeDetailRequest) XXX_Unmarshal

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

type GetItemTypeDetailResponse

type GetItemTypeDetailResponse struct {
	Result               *Result         `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Type                 *ItemTypeDetail `protobuf:"bytes,2,opt,name=type" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

func (*GetItemTypeDetailResponse) Descriptor

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

func (*GetItemTypeDetailResponse) GetResult

func (m *GetItemTypeDetailResponse) GetResult() *Result

func (*GetItemTypeDetailResponse) GetType

func (*GetItemTypeDetailResponse) ProtoMessage

func (*GetItemTypeDetailResponse) ProtoMessage()

func (*GetItemTypeDetailResponse) Reset

func (m *GetItemTypeDetailResponse) Reset()

func (*GetItemTypeDetailResponse) String

func (m *GetItemTypeDetailResponse) String() string

func (*GetItemTypeDetailResponse) XXX_DiscardUnknown

func (m *GetItemTypeDetailResponse) XXX_DiscardUnknown()

func (*GetItemTypeDetailResponse) XXX_Marshal

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

func (*GetItemTypeDetailResponse) XXX_Merge

func (dst *GetItemTypeDetailResponse) XXX_Merge(src proto.Message)

func (*GetItemTypeDetailResponse) XXX_Size

func (m *GetItemTypeDetailResponse) XXX_Size() int

func (*GetItemTypeDetailResponse) XXX_Unmarshal

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

type GetItemTypeRequest

type GetItemTypeRequest struct {
	TypeId               int64    `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetItemTypeRequest) Descriptor

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

func (*GetItemTypeRequest) GetTypeId

func (m *GetItemTypeRequest) GetTypeId() int64

func (*GetItemTypeRequest) ProtoMessage

func (*GetItemTypeRequest) ProtoMessage()

func (*GetItemTypeRequest) Reset

func (m *GetItemTypeRequest) Reset()

func (*GetItemTypeRequest) String

func (m *GetItemTypeRequest) String() string

func (*GetItemTypeRequest) XXX_DiscardUnknown

func (m *GetItemTypeRequest) XXX_DiscardUnknown()

func (*GetItemTypeRequest) XXX_Marshal

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

func (*GetItemTypeRequest) XXX_Merge

func (dst *GetItemTypeRequest) XXX_Merge(src proto.Message)

func (*GetItemTypeRequest) XXX_Size

func (m *GetItemTypeRequest) XXX_Size() int

func (*GetItemTypeRequest) XXX_Unmarshal

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

type GetItemTypeResponse

type GetItemTypeResponse struct {
	Result               *Result   `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Type                 *ItemType `protobuf:"bytes,2,opt,name=type" json:"type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GetItemTypeResponse) Descriptor

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

func (*GetItemTypeResponse) GetResult

func (m *GetItemTypeResponse) GetResult() *Result

func (*GetItemTypeResponse) GetType

func (m *GetItemTypeResponse) GetType() *ItemType

func (*GetItemTypeResponse) ProtoMessage

func (*GetItemTypeResponse) ProtoMessage()

func (*GetItemTypeResponse) Reset

func (m *GetItemTypeResponse) Reset()

func (*GetItemTypeResponse) String

func (m *GetItemTypeResponse) String() string

func (*GetItemTypeResponse) XXX_DiscardUnknown

func (m *GetItemTypeResponse) XXX_DiscardUnknown()

func (*GetItemTypeResponse) XXX_Marshal

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

func (*GetItemTypeResponse) XXX_Merge

func (dst *GetItemTypeResponse) XXX_Merge(src proto.Message)

func (*GetItemTypeResponse) XXX_Size

func (m *GetItemTypeResponse) XXX_Size() int

func (*GetItemTypeResponse) XXX_Unmarshal

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

type GetLocationRequest

type GetLocationRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	LocationId           int64    `protobuf:"varint,2,opt,name=location_id,json=locationId" json:"location_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLocationRequest) Descriptor

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

func (*GetLocationRequest) GetLocationId

func (m *GetLocationRequest) GetLocationId() int64

func (*GetLocationRequest) GetToken

func (m *GetLocationRequest) GetToken() *Token

func (*GetLocationRequest) ProtoMessage

func (*GetLocationRequest) ProtoMessage()

func (*GetLocationRequest) Reset

func (m *GetLocationRequest) Reset()

func (*GetLocationRequest) String

func (m *GetLocationRequest) String() string

func (*GetLocationRequest) XXX_DiscardUnknown

func (m *GetLocationRequest) XXX_DiscardUnknown()

func (*GetLocationRequest) XXX_Marshal

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

func (*GetLocationRequest) XXX_Merge

func (dst *GetLocationRequest) XXX_Merge(src proto.Message)

func (*GetLocationRequest) XXX_Size

func (m *GetLocationRequest) XXX_Size() int

func (*GetLocationRequest) XXX_Unmarshal

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

type GetMarketPriceRequest

type GetMarketPriceRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	TypeId               []int64  `protobuf:"varint,2,rep,packed,name=type_id,json=typeId" json:"type_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetMarketPriceRequest) Descriptor

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

func (*GetMarketPriceRequest) GetToken

func (m *GetMarketPriceRequest) GetToken() *Token

func (*GetMarketPriceRequest) GetTypeId

func (m *GetMarketPriceRequest) GetTypeId() []int64

func (*GetMarketPriceRequest) ProtoMessage

func (*GetMarketPriceRequest) ProtoMessage()

func (*GetMarketPriceRequest) Reset

func (m *GetMarketPriceRequest) Reset()

func (*GetMarketPriceRequest) String

func (m *GetMarketPriceRequest) String() string

func (*GetMarketPriceRequest) XXX_DiscardUnknown

func (m *GetMarketPriceRequest) XXX_DiscardUnknown()

func (*GetMarketPriceRequest) XXX_Marshal

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

func (*GetMarketPriceRequest) XXX_Merge

func (dst *GetMarketPriceRequest) XXX_Merge(src proto.Message)

func (*GetMarketPriceRequest) XXX_Size

func (m *GetMarketPriceRequest) XXX_Size() int

func (*GetMarketPriceRequest) XXX_Unmarshal

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

type GetMarketPriceResponse

type GetMarketPriceResponse struct {
	Result               *Result                `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Prices               map[int64]*MarketPrice `` /* 133-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*GetMarketPriceResponse) Descriptor

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

func (*GetMarketPriceResponse) GetPrices

func (m *GetMarketPriceResponse) GetPrices() map[int64]*MarketPrice

func (*GetMarketPriceResponse) GetResult

func (m *GetMarketPriceResponse) GetResult() *Result

func (*GetMarketPriceResponse) ProtoMessage

func (*GetMarketPriceResponse) ProtoMessage()

func (*GetMarketPriceResponse) Reset

func (m *GetMarketPriceResponse) Reset()

func (*GetMarketPriceResponse) String

func (m *GetMarketPriceResponse) String() string

func (*GetMarketPriceResponse) XXX_DiscardUnknown

func (m *GetMarketPriceResponse) XXX_DiscardUnknown()

func (*GetMarketPriceResponse) XXX_Marshal

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

func (*GetMarketPriceResponse) XXX_Merge

func (dst *GetMarketPriceResponse) XXX_Merge(src proto.Message)

func (*GetMarketPriceResponse) XXX_Size

func (m *GetMarketPriceResponse) XXX_Size() int

func (*GetMarketPriceResponse) XXX_Unmarshal

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

type GetMaterialSheetRequest

type GetMaterialSheetRequest struct {
	TypeId               int64    `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetMaterialSheetRequest) Descriptor

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

func (*GetMaterialSheetRequest) GetTypeId

func (m *GetMaterialSheetRequest) GetTypeId() int64

func (*GetMaterialSheetRequest) ProtoMessage

func (*GetMaterialSheetRequest) ProtoMessage()

func (*GetMaterialSheetRequest) Reset

func (m *GetMaterialSheetRequest) Reset()

func (*GetMaterialSheetRequest) String

func (m *GetMaterialSheetRequest) String() string

func (*GetMaterialSheetRequest) XXX_DiscardUnknown

func (m *GetMaterialSheetRequest) XXX_DiscardUnknown()

func (*GetMaterialSheetRequest) XXX_Marshal

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

func (*GetMaterialSheetRequest) XXX_Merge

func (dst *GetMaterialSheetRequest) XXX_Merge(src proto.Message)

func (*GetMaterialSheetRequest) XXX_Size

func (m *GetMaterialSheetRequest) XXX_Size() int

func (*GetMaterialSheetRequest) XXX_Unmarshal

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

type GetMaterialSheetResponse

type GetMaterialSheetResponse struct {
	Result               *Result        `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	MatSheet             *MaterialSheet `protobuf:"bytes,2,opt,name=mat_sheet,json=matSheet" json:"mat_sheet,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*GetMaterialSheetResponse) Descriptor

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

func (*GetMaterialSheetResponse) GetMatSheet

func (m *GetMaterialSheetResponse) GetMatSheet() *MaterialSheet

func (*GetMaterialSheetResponse) GetResult

func (m *GetMaterialSheetResponse) GetResult() *Result

func (*GetMaterialSheetResponse) ProtoMessage

func (*GetMaterialSheetResponse) ProtoMessage()

func (*GetMaterialSheetResponse) Reset

func (m *GetMaterialSheetResponse) Reset()

func (*GetMaterialSheetResponse) String

func (m *GetMaterialSheetResponse) String() string

func (*GetMaterialSheetResponse) XXX_DiscardUnknown

func (m *GetMaterialSheetResponse) XXX_DiscardUnknown()

func (*GetMaterialSheetResponse) XXX_Marshal

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

func (*GetMaterialSheetResponse) XXX_Merge

func (dst *GetMaterialSheetResponse) XXX_Merge(src proto.Message)

func (*GetMaterialSheetResponse) XXX_Size

func (m *GetMaterialSheetResponse) XXX_Size() int

func (*GetMaterialSheetResponse) XXX_Unmarshal

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

type GetProductRequest

type GetProductRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	Id                   int32    `protobuf:"varint,2,opt,name=id" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProductRequest) Descriptor

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

func (*GetProductRequest) GetId

func (m *GetProductRequest) GetId() int32

func (*GetProductRequest) GetToken

func (m *GetProductRequest) GetToken() *Token

func (*GetProductRequest) ProtoMessage

func (*GetProductRequest) ProtoMessage()

func (*GetProductRequest) Reset

func (m *GetProductRequest) Reset()

func (*GetProductRequest) String

func (m *GetProductRequest) String() string

func (*GetProductRequest) XXX_DiscardUnknown

func (m *GetProductRequest) XXX_DiscardUnknown()

func (*GetProductRequest) XXX_Marshal

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

func (*GetProductRequest) XXX_Merge

func (dst *GetProductRequest) XXX_Merge(src proto.Message)

func (*GetProductRequest) XXX_Size

func (m *GetProductRequest) XXX_Size() int

func (*GetProductRequest) XXX_Unmarshal

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

type GetProductsRequest

type GetProductsRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProductsRequest) Descriptor

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

func (*GetProductsRequest) GetToken

func (m *GetProductsRequest) GetToken() *Token

func (*GetProductsRequest) ProtoMessage

func (*GetProductsRequest) ProtoMessage()

func (*GetProductsRequest) Reset

func (m *GetProductsRequest) Reset()

func (*GetProductsRequest) String

func (m *GetProductsRequest) String() string

func (*GetProductsRequest) XXX_DiscardUnknown

func (m *GetProductsRequest) XXX_DiscardUnknown()

func (*GetProductsRequest) XXX_Marshal

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

func (*GetProductsRequest) XXX_Merge

func (dst *GetProductsRequest) XXX_Merge(src proto.Message)

func (*GetProductsRequest) XXX_Size

func (m *GetProductsRequest) XXX_Size() int

func (*GetProductsRequest) XXX_Unmarshal

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

type GetRaceRequest

type GetRaceRequest struct {
	RaceId               int64    `protobuf:"varint,1,opt,name=race_id,json=raceId" json:"race_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRaceRequest) Descriptor

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

func (*GetRaceRequest) GetRaceId

func (m *GetRaceRequest) GetRaceId() int64

func (*GetRaceRequest) ProtoMessage

func (*GetRaceRequest) ProtoMessage()

func (*GetRaceRequest) Reset

func (m *GetRaceRequest) Reset()

func (*GetRaceRequest) String

func (m *GetRaceRequest) String() string

func (*GetRaceRequest) XXX_DiscardUnknown

func (m *GetRaceRequest) XXX_DiscardUnknown()

func (*GetRaceRequest) XXX_Marshal

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

func (*GetRaceRequest) XXX_Merge

func (dst *GetRaceRequest) XXX_Merge(src proto.Message)

func (*GetRaceRequest) XXX_Size

func (m *GetRaceRequest) XXX_Size() int

func (*GetRaceRequest) XXX_Unmarshal

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

type GetRaceResponse

type GetRaceResponse struct {
	Result               *Result  `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Race                 *Race    `protobuf:"bytes,2,opt,name=race" json:"race,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRaceResponse) Descriptor

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

func (*GetRaceResponse) GetRace

func (m *GetRaceResponse) GetRace() *Race

func (*GetRaceResponse) GetResult

func (m *GetRaceResponse) GetResult() *Result

func (*GetRaceResponse) ProtoMessage

func (*GetRaceResponse) ProtoMessage()

func (*GetRaceResponse) Reset

func (m *GetRaceResponse) Reset()

func (*GetRaceResponse) String

func (m *GetRaceResponse) String() string

func (*GetRaceResponse) XXX_DiscardUnknown

func (m *GetRaceResponse) XXX_DiscardUnknown()

func (*GetRaceResponse) XXX_Marshal

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

func (*GetRaceResponse) XXX_Merge

func (dst *GetRaceResponse) XXX_Merge(src proto.Message)

func (*GetRaceResponse) XXX_Size

func (m *GetRaceResponse) XXX_Size() int

func (*GetRaceResponse) XXX_Unmarshal

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

type GetRacesRequest

type GetRacesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRacesRequest) Descriptor

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

func (*GetRacesRequest) ProtoMessage

func (*GetRacesRequest) ProtoMessage()

func (*GetRacesRequest) Reset

func (m *GetRacesRequest) Reset()

func (*GetRacesRequest) String

func (m *GetRacesRequest) String() string

func (*GetRacesRequest) XXX_DiscardUnknown

func (m *GetRacesRequest) XXX_DiscardUnknown()

func (*GetRacesRequest) XXX_Marshal

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

func (*GetRacesRequest) XXX_Merge

func (dst *GetRacesRequest) XXX_Merge(src proto.Message)

func (*GetRacesRequest) XXX_Size

func (m *GetRacesRequest) XXX_Size() int

func (*GetRacesRequest) XXX_Unmarshal

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

type GetRacesResponse

type GetRacesResponse struct {
	Result               *Result  `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Race                 []*Race  `protobuf:"bytes,2,rep,name=race" json:"race,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRacesResponse) Descriptor

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

func (*GetRacesResponse) GetRace

func (m *GetRacesResponse) GetRace() []*Race

func (*GetRacesResponse) GetResult

func (m *GetRacesResponse) GetResult() *Result

func (*GetRacesResponse) ProtoMessage

func (*GetRacesResponse) ProtoMessage()

func (*GetRacesResponse) Reset

func (m *GetRacesResponse) Reset()

func (*GetRacesResponse) String

func (m *GetRacesResponse) String() string

func (*GetRacesResponse) XXX_DiscardUnknown

func (m *GetRacesResponse) XXX_DiscardUnknown()

func (*GetRacesResponse) XXX_Marshal

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

func (*GetRacesResponse) XXX_Merge

func (dst *GetRacesResponse) XXX_Merge(src proto.Message)

func (*GetRacesResponse) XXX_Size

func (m *GetRacesResponse) XXX_Size() int

func (*GetRacesResponse) XXX_Unmarshal

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

type GetRegionRequest

type GetRegionRequest struct {
	RegionId             int64    `protobuf:"varint,1,opt,name=region_id,json=regionId" json:"region_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRegionRequest) Descriptor

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

func (*GetRegionRequest) GetRegionId

func (m *GetRegionRequest) GetRegionId() int64

func (*GetRegionRequest) ProtoMessage

func (*GetRegionRequest) ProtoMessage()

func (*GetRegionRequest) Reset

func (m *GetRegionRequest) Reset()

func (*GetRegionRequest) String

func (m *GetRegionRequest) String() string

func (*GetRegionRequest) XXX_DiscardUnknown

func (m *GetRegionRequest) XXX_DiscardUnknown()

func (*GetRegionRequest) XXX_Marshal

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

func (*GetRegionRequest) XXX_Merge

func (dst *GetRegionRequest) XXX_Merge(src proto.Message)

func (*GetRegionRequest) XXX_Size

func (m *GetRegionRequest) XXX_Size() int

func (*GetRegionRequest) XXX_Unmarshal

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

type GetRegionResponse

type GetRegionResponse struct {
	Result               *Result  `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Region               *Region  `protobuf:"bytes,2,opt,name=region" json:"region,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRegionResponse) Descriptor

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

func (*GetRegionResponse) GetRegion

func (m *GetRegionResponse) GetRegion() *Region

func (*GetRegionResponse) GetResult

func (m *GetRegionResponse) GetResult() *Result

func (*GetRegionResponse) ProtoMessage

func (*GetRegionResponse) ProtoMessage()

func (*GetRegionResponse) Reset

func (m *GetRegionResponse) Reset()

func (*GetRegionResponse) String

func (m *GetRegionResponse) String() string

func (*GetRegionResponse) XXX_DiscardUnknown

func (m *GetRegionResponse) XXX_DiscardUnknown()

func (*GetRegionResponse) XXX_Marshal

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

func (*GetRegionResponse) XXX_Merge

func (dst *GetRegionResponse) XXX_Merge(src proto.Message)

func (*GetRegionResponse) XXX_Size

func (m *GetRegionResponse) XXX_Size() int

func (*GetRegionResponse) XXX_Unmarshal

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

type GetRegionsRequest

type GetRegionsRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetRegionsRequest) Descriptor

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

func (*GetRegionsRequest) ProtoMessage

func (*GetRegionsRequest) ProtoMessage()

func (*GetRegionsRequest) Reset

func (m *GetRegionsRequest) Reset()

func (*GetRegionsRequest) String

func (m *GetRegionsRequest) String() string

func (*GetRegionsRequest) XXX_DiscardUnknown

func (m *GetRegionsRequest) XXX_DiscardUnknown()

func (*GetRegionsRequest) XXX_Marshal

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

func (*GetRegionsRequest) XXX_Merge

func (dst *GetRegionsRequest) XXX_Merge(src proto.Message)

func (*GetRegionsRequest) XXX_Size

func (m *GetRegionsRequest) XXX_Size() int

func (*GetRegionsRequest) XXX_Unmarshal

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

type GetRegionsResponse

type GetRegionsResponse struct {
	Result               *Result   `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Region               []*Region `protobuf:"bytes,2,rep,name=region" json:"region,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*GetRegionsResponse) Descriptor

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

func (*GetRegionsResponse) GetRegion

func (m *GetRegionsResponse) GetRegion() []*Region

func (*GetRegionsResponse) GetResult

func (m *GetRegionsResponse) GetResult() *Result

func (*GetRegionsResponse) ProtoMessage

func (*GetRegionsResponse) ProtoMessage()

func (*GetRegionsResponse) Reset

func (m *GetRegionsResponse) Reset()

func (*GetRegionsResponse) String

func (m *GetRegionsResponse) String() string

func (*GetRegionsResponse) XXX_DiscardUnknown

func (m *GetRegionsResponse) XXX_DiscardUnknown()

func (*GetRegionsResponse) XXX_Marshal

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

func (*GetRegionsResponse) XXX_Merge

func (dst *GetRegionsResponse) XXX_Merge(src proto.Message)

func (*GetRegionsResponse) XXX_Size

func (m *GetRegionsResponse) XXX_Size() int

func (*GetRegionsResponse) XXX_Unmarshal

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

type GetStationRequest

type GetStationRequest struct {
	StationId            int64    `protobuf:"varint,1,opt,name=station_id,json=stationId" json:"station_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStationRequest) Descriptor

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

func (*GetStationRequest) GetStationId

func (m *GetStationRequest) GetStationId() int64

func (*GetStationRequest) ProtoMessage

func (*GetStationRequest) ProtoMessage()

func (*GetStationRequest) Reset

func (m *GetStationRequest) Reset()

func (*GetStationRequest) String

func (m *GetStationRequest) String() string

func (*GetStationRequest) XXX_DiscardUnknown

func (m *GetStationRequest) XXX_DiscardUnknown()

func (*GetStationRequest) XXX_Marshal

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

func (*GetStationRequest) XXX_Merge

func (dst *GetStationRequest) XXX_Merge(src proto.Message)

func (*GetStationRequest) XXX_Size

func (m *GetStationRequest) XXX_Size() int

func (*GetStationRequest) XXX_Unmarshal

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

type GetStationResponse

type GetStationResponse struct {
	Result               *Result  `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Station              *Station `protobuf:"bytes,2,opt,name=station" json:"station,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStationResponse) Descriptor

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

func (*GetStationResponse) GetResult

func (m *GetStationResponse) GetResult() *Result

func (*GetStationResponse) GetStation

func (m *GetStationResponse) GetStation() *Station

func (*GetStationResponse) ProtoMessage

func (*GetStationResponse) ProtoMessage()

func (*GetStationResponse) Reset

func (m *GetStationResponse) Reset()

func (*GetStationResponse) String

func (m *GetStationResponse) String() string

func (*GetStationResponse) XXX_DiscardUnknown

func (m *GetStationResponse) XXX_DiscardUnknown()

func (*GetStationResponse) XXX_Marshal

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

func (*GetStationResponse) XXX_Merge

func (dst *GetStationResponse) XXX_Merge(src proto.Message)

func (*GetStationResponse) XXX_Size

func (m *GetStationResponse) XXX_Size() int

func (*GetStationResponse) XXX_Unmarshal

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

type GetStructureRequest

type GetStructureRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	StructureId          int64    `protobuf:"varint,2,opt,name=structure_id,json=structureId" json:"structure_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetStructureRequest) Descriptor

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

func (*GetStructureRequest) GetStructureId

func (m *GetStructureRequest) GetStructureId() int64

func (*GetStructureRequest) GetToken

func (m *GetStructureRequest) GetToken() *Token

func (*GetStructureRequest) ProtoMessage

func (*GetStructureRequest) ProtoMessage()

func (*GetStructureRequest) Reset

func (m *GetStructureRequest) Reset()

func (*GetStructureRequest) String

func (m *GetStructureRequest) String() string

func (*GetStructureRequest) XXX_DiscardUnknown

func (m *GetStructureRequest) XXX_DiscardUnknown()

func (*GetStructureRequest) XXX_Marshal

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

func (*GetStructureRequest) XXX_Merge

func (dst *GetStructureRequest) XXX_Merge(src proto.Message)

func (*GetStructureRequest) XXX_Size

func (m *GetStructureRequest) XXX_Size() int

func (*GetStructureRequest) XXX_Unmarshal

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

type GetStructureResponse

type GetStructureResponse struct {
	Result               *Result    `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Structure            *Structure `protobuf:"bytes,2,opt,name=structure" json:"structure,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*GetStructureResponse) Descriptor

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

func (*GetStructureResponse) GetResult

func (m *GetStructureResponse) GetResult() *Result

func (*GetStructureResponse) GetStructure

func (m *GetStructureResponse) GetStructure() *Structure

func (*GetStructureResponse) ProtoMessage

func (*GetStructureResponse) ProtoMessage()

func (*GetStructureResponse) Reset

func (m *GetStructureResponse) Reset()

func (*GetStructureResponse) String

func (m *GetStructureResponse) String() string

func (*GetStructureResponse) XXX_DiscardUnknown

func (m *GetStructureResponse) XXX_DiscardUnknown()

func (*GetStructureResponse) XXX_Marshal

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

func (*GetStructureResponse) XXX_Merge

func (dst *GetStructureResponse) XXX_Merge(src proto.Message)

func (*GetStructureResponse) XXX_Size

func (m *GetStructureResponse) XXX_Size() int

func (*GetStructureResponse) XXX_Unmarshal

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

type GetSystemRequest

type GetSystemRequest struct {
	SystemId             int64    `protobuf:"varint,1,opt,name=system_id,json=systemId" json:"system_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSystemRequest) Descriptor

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

func (*GetSystemRequest) GetSystemId

func (m *GetSystemRequest) GetSystemId() int64

func (*GetSystemRequest) ProtoMessage

func (*GetSystemRequest) ProtoMessage()

func (*GetSystemRequest) Reset

func (m *GetSystemRequest) Reset()

func (*GetSystemRequest) String

func (m *GetSystemRequest) String() string

func (*GetSystemRequest) XXX_DiscardUnknown

func (m *GetSystemRequest) XXX_DiscardUnknown()

func (*GetSystemRequest) XXX_Marshal

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

func (*GetSystemRequest) XXX_Merge

func (dst *GetSystemRequest) XXX_Merge(src proto.Message)

func (*GetSystemRequest) XXX_Size

func (m *GetSystemRequest) XXX_Size() int

func (*GetSystemRequest) XXX_Unmarshal

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

type GetSystemResponse

type GetSystemResponse struct {
	Result               *Result  `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	System               *System  `protobuf:"bytes,2,opt,name=system" json:"system,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSystemResponse) Descriptor

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

func (*GetSystemResponse) GetResult

func (m *GetSystemResponse) GetResult() *Result

func (*GetSystemResponse) GetSystem

func (m *GetSystemResponse) GetSystem() *System

func (*GetSystemResponse) ProtoMessage

func (*GetSystemResponse) ProtoMessage()

func (*GetSystemResponse) Reset

func (m *GetSystemResponse) Reset()

func (*GetSystemResponse) String

func (m *GetSystemResponse) String() string

func (*GetSystemResponse) XXX_DiscardUnknown

func (m *GetSystemResponse) XXX_DiscardUnknown()

func (*GetSystemResponse) XXX_Marshal

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

func (*GetSystemResponse) XXX_Merge

func (dst *GetSystemResponse) XXX_Merge(src proto.Message)

func (*GetSystemResponse) XXX_Size

func (m *GetSystemResponse) XXX_Size() int

func (*GetSystemResponse) XXX_Unmarshal

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

type Icon

type Icon struct {
	IconId               int64    `protobuf:"varint,1,opt,name=icon_id,json=iconId" json:"icon_id,omitempty"`
	ImageUrl             string   `protobuf:"bytes,2,opt,name=image_url,json=imageUrl" json:"image_url,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Icon is a static icon file.

func IconToProto

func IconToProto(m evedb.Icon) *Icon

func (*Icon) Descriptor

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

func (*Icon) GetDescription

func (m *Icon) GetDescription() string

func (*Icon) GetIconId

func (m *Icon) GetIconId() int64

func (*Icon) GetImageUrl

func (m *Icon) GetImageUrl() string

func (*Icon) ProtoMessage

func (*Icon) ProtoMessage()

func (*Icon) Reset

func (m *Icon) Reset()

func (*Icon) String

func (m *Icon) String() string

func (*Icon) XXX_DiscardUnknown

func (m *Icon) XXX_DiscardUnknown()

func (*Icon) XXX_Marshal

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

func (*Icon) XXX_Merge

func (dst *Icon) XXX_Merge(src proto.Message)

func (*Icon) XXX_Size

func (m *Icon) XXX_Size() int

func (*Icon) XXX_Unmarshal

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

type InfoServiceClient

type InfoServiceClient interface {
	// GetCharacter returns information about a specific character.
	GetCharacter(ctx context.Context, in *GetCharacterRequest, opts ...grpc.CallOption) (*CharacterResponse, error)
	// GetCorporation returns information about a specific corporation.
	GetCorporation(ctx context.Context, in *GetCorporationRequest, opts ...grpc.CallOption) (*CorporationResponse, error)
	// GetAlliance returns information about a specific alliance.
	GetAlliance(ctx context.Context, in *GetAllianceRequest, opts ...grpc.CallOption) (*AllianceResponse, error)
	// GetStructure returns basic information about a specific structure.
	GetStructure(ctx context.Context, in *GetStructureRequest, opts ...grpc.CallOption) (*GetStructureResponse, error)
}

InfoServiceClient is the client API for InfoService service.

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

func NewInfoServiceClient

func NewInfoServiceClient(cc *grpc.ClientConn) InfoServiceClient

type InfoServiceServer

type InfoServiceServer interface {
	// GetCharacter returns information about a specific character.
	GetCharacter(context.Context, *GetCharacterRequest) (*CharacterResponse, error)
	// GetCorporation returns information about a specific corporation.
	GetCorporation(context.Context, *GetCorporationRequest) (*CorporationResponse, error)
	// GetAlliance returns information about a specific alliance.
	GetAlliance(context.Context, *GetAllianceRequest) (*AllianceResponse, error)
	// GetStructure returns basic information about a specific structure.
	GetStructure(context.Context, *GetStructureRequest) (*GetStructureResponse, error)
}

InfoServiceServer is the server API for InfoService service.

type InventoryItem

type InventoryItem struct {
	TypeId               int64                `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	LocationId           int64                `protobuf:"varint,2,opt,name=location_id,json=locationId" json:"location_id,omitempty"`
	CurrentLevel         int64                `protobuf:"varint,3,opt,name=current_level,json=currentLevel" json:"current_level,omitempty"`
	MinLevel             int64                `protobuf:"varint,4,opt,name=min_level,json=minLevel" json:"min_level,omitempty"`
	FetchedAt            *timestamp.Timestamp `protobuf:"bytes,5,opt,name=fetched_at,json=fetchedAt" json:"fetched_at,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

InventoryItem is one item in an overall inventory.

func InventoryItemToProto

func InventoryItemToProto(m *model.InventoryItem) *InventoryItem

func (*InventoryItem) Descriptor

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

func (*InventoryItem) GetCurrentLevel

func (m *InventoryItem) GetCurrentLevel() int64

func (*InventoryItem) GetFetchedAt

func (m *InventoryItem) GetFetchedAt() *timestamp.Timestamp

func (*InventoryItem) GetLocationId

func (m *InventoryItem) GetLocationId() int64

func (*InventoryItem) GetMinLevel

func (m *InventoryItem) GetMinLevel() int64

func (*InventoryItem) GetTypeId

func (m *InventoryItem) GetTypeId() int64

func (*InventoryItem) ProtoMessage

func (*InventoryItem) ProtoMessage()

func (*InventoryItem) Reset

func (m *InventoryItem) Reset()

func (*InventoryItem) String

func (m *InventoryItem) String() string

func (*InventoryItem) XXX_DiscardUnknown

func (m *InventoryItem) XXX_DiscardUnknown()

func (*InventoryItem) XXX_Marshal

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

func (*InventoryItem) XXX_Merge

func (dst *InventoryItem) XXX_Merge(src proto.Message)

func (*InventoryItem) XXX_Size

func (m *InventoryItem) XXX_Size() int

func (*InventoryItem) XXX_Unmarshal

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

type InventoryItemResponse

type InventoryItemResponse struct {
	Result               *Result        `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Item                 *InventoryItem `protobuf:"bytes,2,opt,name=item" json:"item,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*InventoryItemResponse) Descriptor

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

func (*InventoryItemResponse) GetItem

func (m *InventoryItemResponse) GetItem() *InventoryItem

func (*InventoryItemResponse) GetResult

func (m *InventoryItemResponse) GetResult() *Result

func (*InventoryItemResponse) ProtoMessage

func (*InventoryItemResponse) ProtoMessage()

func (*InventoryItemResponse) Reset

func (m *InventoryItemResponse) Reset()

func (*InventoryItemResponse) String

func (m *InventoryItemResponse) String() string

func (*InventoryItemResponse) XXX_DiscardUnknown

func (m *InventoryItemResponse) XXX_DiscardUnknown()

func (*InventoryItemResponse) XXX_Marshal

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

func (*InventoryItemResponse) XXX_Merge

func (dst *InventoryItemResponse) XXX_Merge(src proto.Message)

func (*InventoryItemResponse) XXX_Size

func (m *InventoryItemResponse) XXX_Size() int

func (*InventoryItemResponse) XXX_Unmarshal

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

type InventoryServiceClient

type InventoryServiceClient interface {
	// GetInventory returns all inventory items for a corporation.
	GetInventory(ctx context.Context, in *GetInventoryRequest, opts ...grpc.CallOption) (*GetInventoryResponse, error)
	// NewInventoryItem creates a new inventory item for a specific type.
	NewInventoryItem(ctx context.Context, in *NewInventoryItemRequest, opts ...grpc.CallOption) (*InventoryItemResponse, error)
	// SaveInventoryItem persists changes to a given inventory item on the server.
	SaveInventoryItem(ctx context.Context, in *SaveInventoryItemRequest, opts ...grpc.CallOption) (*InventoryItemResponse, error)
}

InventoryServiceClient is the client API for InventoryService service.

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

func NewInventoryServiceClient

func NewInventoryServiceClient(cc *grpc.ClientConn) InventoryServiceClient

type InventoryServiceServer

type InventoryServiceServer interface {
	// GetInventory returns all inventory items for a corporation.
	GetInventory(context.Context, *GetInventoryRequest) (*GetInventoryResponse, error)
	// NewInventoryItem creates a new inventory item for a specific type.
	NewInventoryItem(context.Context, *NewInventoryItemRequest) (*InventoryItemResponse, error)
	// SaveInventoryItem persists changes to a given inventory item on the server.
	SaveInventoryItem(context.Context, *SaveInventoryItemRequest) (*InventoryItemResponse, error)
}

InventoryServiceServer is the server API for InventoryService service.

type ItemType

type ItemType struct {
	TypeId               int64    `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ItemType is basic information about an item in the EVE universe.

func ItemTypeToProto

func ItemTypeToProto(m *evedb.ItemType) *ItemType

func (*ItemType) Descriptor

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

func (*ItemType) GetDescription

func (m *ItemType) GetDescription() string

func (*ItemType) GetName

func (m *ItemType) GetName() string

func (*ItemType) GetTypeId

func (m *ItemType) GetTypeId() int64

func (*ItemType) ProtoMessage

func (*ItemType) ProtoMessage()

func (*ItemType) Reset

func (m *ItemType) Reset()

func (*ItemType) String

func (m *ItemType) String() string

func (*ItemType) XXX_DiscardUnknown

func (m *ItemType) XXX_DiscardUnknown()

func (*ItemType) XXX_Marshal

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

func (*ItemType) XXX_Merge

func (dst *ItemType) XXX_Merge(src proto.Message)

func (*ItemType) XXX_Size

func (m *ItemType) XXX_Size() int

func (*ItemType) XXX_Unmarshal

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

type ItemTypeDetail

type ItemTypeDetail struct {
	TypeId               int64    `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	GroupId              int64    `protobuf:"varint,4,opt,name=group_id,json=groupId" json:"group_id,omitempty"`
	GroupName            string   `protobuf:"bytes,5,opt,name=group_name,json=groupName" json:"group_name,omitempty"`
	CategoryId           int64    `protobuf:"varint,6,opt,name=category_id,json=categoryId" json:"category_id,omitempty"`
	CategoryName         string   `protobuf:"bytes,7,opt,name=category_name,json=categoryName" json:"category_name,omitempty"`
	Mass                 float64  `protobuf:"fixed64,8,opt,name=mass" json:"mass,omitempty"`
	Volume               float64  `protobuf:"fixed64,9,opt,name=volume" json:"volume,omitempty"`
	Capacity             float64  `protobuf:"fixed64,10,opt,name=capacity" json:"capacity,omitempty"`
	PortionSize          int64    `protobuf:"varint,11,opt,name=portion_size,json=portionSize" json:"portion_size,omitempty"`
	BasePrice            float64  `protobuf:"fixed64,12,opt,name=base_price,json=basePrice" json:"base_price,omitempty"`
	ParentTypeId         int64    `protobuf:"varint,13,opt,name=parent_type_id,json=parentTypeId" json:"parent_type_id,omitempty"`
	BlueprintId          int64    `protobuf:"varint,14,opt,name=blueprint_id,json=blueprintId" json:"blueprint_id,omitempty"`
	DerivativeTypeId     []int64  `protobuf:"varint,15,rep,packed,name=derivative_type_id,json=derivativeTypeId" json:"derivative_type_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

ItemTypeDetail is detailed information about an item in the EVE universe.

func ItemTypeDetailToProto

func ItemTypeDetailToProto(m *evedb.ItemTypeDetail) *ItemTypeDetail

func (*ItemTypeDetail) Descriptor

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

func (*ItemTypeDetail) GetBasePrice

func (m *ItemTypeDetail) GetBasePrice() float64

func (*ItemTypeDetail) GetBlueprintId

func (m *ItemTypeDetail) GetBlueprintId() int64

func (*ItemTypeDetail) GetCapacity

func (m *ItemTypeDetail) GetCapacity() float64

func (*ItemTypeDetail) GetCategoryId

func (m *ItemTypeDetail) GetCategoryId() int64

func (*ItemTypeDetail) GetCategoryName

func (m *ItemTypeDetail) GetCategoryName() string

func (*ItemTypeDetail) GetDerivativeTypeId

func (m *ItemTypeDetail) GetDerivativeTypeId() []int64

func (*ItemTypeDetail) GetDescription

func (m *ItemTypeDetail) GetDescription() string

func (*ItemTypeDetail) GetGroupId

func (m *ItemTypeDetail) GetGroupId() int64

func (*ItemTypeDetail) GetGroupName

func (m *ItemTypeDetail) GetGroupName() string

func (*ItemTypeDetail) GetMass

func (m *ItemTypeDetail) GetMass() float64

func (*ItemTypeDetail) GetName

func (m *ItemTypeDetail) GetName() string

func (*ItemTypeDetail) GetParentTypeId

func (m *ItemTypeDetail) GetParentTypeId() int64

func (*ItemTypeDetail) GetPortionSize

func (m *ItemTypeDetail) GetPortionSize() int64

func (*ItemTypeDetail) GetTypeId

func (m *ItemTypeDetail) GetTypeId() int64

func (*ItemTypeDetail) GetVolume

func (m *ItemTypeDetail) GetVolume() float64

func (*ItemTypeDetail) ProtoMessage

func (*ItemTypeDetail) ProtoMessage()

func (*ItemTypeDetail) Reset

func (m *ItemTypeDetail) Reset()

func (*ItemTypeDetail) String

func (m *ItemTypeDetail) String() string

func (*ItemTypeDetail) XXX_DiscardUnknown

func (m *ItemTypeDetail) XXX_DiscardUnknown()

func (*ItemTypeDetail) XXX_Marshal

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

func (*ItemTypeDetail) XXX_Merge

func (dst *ItemTypeDetail) XXX_Merge(src proto.Message)

func (*ItemTypeDetail) XXX_Size

func (m *ItemTypeDetail) XXX_Size() int

func (*ItemTypeDetail) XXX_Unmarshal

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

type LocalConfig

type LocalConfig struct {
	Listener *bufconn.Listener
}

type Location

type Location struct {
	Id                   int64          `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	System               *System        `protobuf:"bytes,3,opt,name=system" json:"system,omitempty"`
	Constellation        *Constellation `protobuf:"bytes,4,opt,name=constellation" json:"constellation,omitempty"`
	Region               *Region        `protobuf:"bytes,5,opt,name=region" json:"region,omitempty"`
	Station              *Station       `protobuf:"bytes,6,opt,name=station" json:"station,omitempty"`
	Structure            *Structure     `protobuf:"bytes,7,opt,name=structure" json:"structure,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

A Location is a location in the EVE universe.

func LocationToProto

func LocationToProto(m *model.Location) *Location

func (*Location) Descriptor

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

func (*Location) GetConstellation

func (m *Location) GetConstellation() *Constellation

func (*Location) GetId

func (m *Location) GetId() int64

func (*Location) GetRegion

func (m *Location) GetRegion() *Region

func (*Location) GetStation

func (m *Location) GetStation() *Station

func (*Location) GetStructure

func (m *Location) GetStructure() *Structure

func (*Location) GetSystem

func (m *Location) GetSystem() *System

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) Reset

func (m *Location) Reset()

func (*Location) String

func (m *Location) String() string

func (*Location) XXX_DiscardUnknown

func (m *Location) XXX_DiscardUnknown()

func (*Location) XXX_Marshal

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

func (*Location) XXX_Merge

func (dst *Location) XXX_Merge(src proto.Message)

func (*Location) XXX_Size

func (m *Location) XXX_Size() int

func (*Location) XXX_Unmarshal

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

type LocationResponse

type LocationResponse struct {
	Result               *Result   `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Location             *Location `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

func (*LocationResponse) Descriptor

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

func (*LocationResponse) GetLocation

func (m *LocationResponse) GetLocation() *Location

func (*LocationResponse) GetResult

func (m *LocationResponse) GetResult() *Result

func (*LocationResponse) ProtoMessage

func (*LocationResponse) ProtoMessage()

func (*LocationResponse) Reset

func (m *LocationResponse) Reset()

func (*LocationResponse) String

func (m *LocationResponse) String() string

func (*LocationResponse) XXX_DiscardUnknown

func (m *LocationResponse) XXX_DiscardUnknown()

func (*LocationResponse) XXX_Marshal

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

func (*LocationResponse) XXX_Merge

func (dst *LocationResponse) XXX_Merge(src proto.Message)

func (*LocationResponse) XXX_Size

func (m *LocationResponse) XXX_Size() int

func (*LocationResponse) XXX_Unmarshal

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

type LocationServiceClient

type LocationServiceClient interface {
	// GetLocation returns information about a specific location ID.
	GetLocation(ctx context.Context, in *GetLocationRequest, opts ...grpc.CallOption) (*LocationResponse, error)
	// QueryLocations returns locations that match the input query.
	QueryLocations(ctx context.Context, in *QueryLocationsRequest, opts ...grpc.CallOption) (*LocationsResponse, error)
}

LocationServiceClient is the client API for LocationService service.

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

func NewLocationServiceClient

func NewLocationServiceClient(cc *grpc.ClientConn) LocationServiceClient

type LocationServiceServer

type LocationServiceServer interface {
	// GetLocation returns information about a specific location ID.
	GetLocation(context.Context, *GetLocationRequest) (*LocationResponse, error)
	// QueryLocations returns locations that match the input query.
	QueryLocations(context.Context, *QueryLocationsRequest) (*LocationsResponse, error)
}

LocationServiceServer is the server API for LocationService service.

type LocationsResponse

type LocationsResponse struct {
	Result               *Result     `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Location             []*Location `protobuf:"bytes,2,rep,name=location" json:"location,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*LocationsResponse) Descriptor

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

func (*LocationsResponse) GetLocation

func (m *LocationsResponse) GetLocation() []*Location

func (*LocationsResponse) GetResult

func (m *LocationsResponse) GetResult() *Result

func (*LocationsResponse) ProtoMessage

func (*LocationsResponse) ProtoMessage()

func (*LocationsResponse) Reset

func (m *LocationsResponse) Reset()

func (*LocationsResponse) String

func (m *LocationsResponse) String() string

func (*LocationsResponse) XXX_DiscardUnknown

func (m *LocationsResponse) XXX_DiscardUnknown()

func (*LocationsResponse) XXX_Marshal

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

func (*LocationsResponse) XXX_Merge

func (dst *LocationsResponse) XXX_Merge(src proto.Message)

func (*LocationsResponse) XXX_Size

func (m *LocationsResponse) XXX_Size() int

func (*LocationsResponse) XXX_Unmarshal

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

type MarketPrice

type MarketPrice struct {
	TypeId               int64    `protobuf:"varint,1,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	Average              float64  `protobuf:"fixed64,2,opt,name=average" json:"average,omitempty"`
	Base                 float64  `protobuf:"fixed64,3,opt,name=base" json:"base,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

MarketPrice describes the current market price for the given type.

func MarketPriceToProto

func MarketPriceToProto(m *model.MarketPrice) *MarketPrice

func (*MarketPrice) Descriptor

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

func (*MarketPrice) GetAverage

func (m *MarketPrice) GetAverage() float64

func (*MarketPrice) GetBase

func (m *MarketPrice) GetBase() float64

func (*MarketPrice) GetTypeId

func (m *MarketPrice) GetTypeId() int64

func (*MarketPrice) ProtoMessage

func (*MarketPrice) ProtoMessage()

func (*MarketPrice) Reset

func (m *MarketPrice) Reset()

func (*MarketPrice) String

func (m *MarketPrice) String() string

func (*MarketPrice) XXX_DiscardUnknown

func (m *MarketPrice) XXX_DiscardUnknown()

func (*MarketPrice) XXX_Marshal

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

func (*MarketPrice) XXX_Merge

func (dst *MarketPrice) XXX_Merge(src proto.Message)

func (*MarketPrice) XXX_Size

func (m *MarketPrice) XXX_Size() int

func (*MarketPrice) XXX_Unmarshal

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

type MarketPriceServiceClient

type MarketPriceServiceClient interface {
	// GetMarketPrice returns the current market price for a specific type.
	GetMarketPrice(ctx context.Context, in *GetMarketPriceRequest, opts ...grpc.CallOption) (*GetMarketPriceResponse, error)
}

MarketPriceServiceClient is the client API for MarketPriceService service.

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

func NewMarketPriceServiceClient

func NewMarketPriceServiceClient(cc *grpc.ClientConn) MarketPriceServiceClient

type MarketPriceServiceServer

type MarketPriceServiceServer interface {
	// GetMarketPrice returns the current market price for a specific type.
	GetMarketPrice(context.Context, *GetMarketPriceRequest) (*GetMarketPriceResponse, error)
}

MarketPriceServiceServer is the server API for MarketPriceService service.

type Material

type Material struct {
	Type                 *ItemType `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	Quantity             int64     `protobuf:"varint,2,opt,name=quantity" json:"quantity,omitempty"`
	XXX_NoUnkeyedLiteral struct{}  `json:"-"`
	XXX_unrecognized     []byte    `json:"-"`
	XXX_sizecache        int32     `json:"-"`
}

A Material is a type and quantity of an item used for manufacturing.

func MaterialToProto

func MaterialToProto(m *evedb.Material) *Material

func (*Material) Descriptor

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

func (*Material) GetQuantity

func (m *Material) GetQuantity() int64

func (*Material) GetType

func (m *Material) GetType() *ItemType

func (*Material) ProtoMessage

func (*Material) ProtoMessage()

func (*Material) Reset

func (m *Material) Reset()

func (*Material) String

func (m *Material) String() string

func (*Material) XXX_DiscardUnknown

func (m *Material) XXX_DiscardUnknown()

func (*Material) XXX_Marshal

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

func (*Material) XXX_Merge

func (dst *Material) XXX_Merge(src proto.Message)

func (*Material) XXX_Size

func (m *Material) XXX_Size() int

func (*Material) XXX_Unmarshal

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

type MaterialSheet

type MaterialSheet struct {
	Type                 *ItemType   `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
	Materials            []*Material `protobuf:"bytes,2,rep,name=materials" json:"materials,omitempty"`
	ProducesQty          int64       `protobuf:"varint,3,opt,name=produces_qty,json=producesQty" json:"produces_qty,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

A MaterialSheet describes what is necessary to build an item.

func MatSheetToProto

func MatSheetToProto(m *evedb.MaterialSheet) *MaterialSheet

func (*MaterialSheet) Descriptor

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

func (*MaterialSheet) GetMaterials

func (m *MaterialSheet) GetMaterials() []*Material

func (*MaterialSheet) GetProducesQty

func (m *MaterialSheet) GetProducesQty() int64

func (*MaterialSheet) GetType

func (m *MaterialSheet) GetType() *ItemType

func (*MaterialSheet) ProtoMessage

func (*MaterialSheet) ProtoMessage()

func (*MaterialSheet) Reset

func (m *MaterialSheet) Reset()

func (*MaterialSheet) String

func (m *MaterialSheet) String() string

func (*MaterialSheet) XXX_DiscardUnknown

func (m *MaterialSheet) XXX_DiscardUnknown()

func (*MaterialSheet) XXX_Marshal

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

func (*MaterialSheet) XXX_Merge

func (dst *MaterialSheet) XXX_Merge(src proto.Message)

func (*MaterialSheet) XXX_Size

func (m *MaterialSheet) XXX_Size() int

func (*MaterialSheet) XXX_Unmarshal

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

type NewInventoryItemRequest

type NewInventoryItemRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	TypeId               int64    `protobuf:"varint,2,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	LocationId           int64    `protobuf:"varint,3,opt,name=location_id,json=locationId" json:"location_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NewInventoryItemRequest) Descriptor

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

func (*NewInventoryItemRequest) GetLocationId

func (m *NewInventoryItemRequest) GetLocationId() int64

func (*NewInventoryItemRequest) GetToken

func (m *NewInventoryItemRequest) GetToken() *Token

func (*NewInventoryItemRequest) GetTypeId

func (m *NewInventoryItemRequest) GetTypeId() int64

func (*NewInventoryItemRequest) ProtoMessage

func (*NewInventoryItemRequest) ProtoMessage()

func (*NewInventoryItemRequest) Reset

func (m *NewInventoryItemRequest) Reset()

func (*NewInventoryItemRequest) String

func (m *NewInventoryItemRequest) String() string

func (*NewInventoryItemRequest) XXX_DiscardUnknown

func (m *NewInventoryItemRequest) XXX_DiscardUnknown()

func (*NewInventoryItemRequest) XXX_Marshal

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

func (*NewInventoryItemRequest) XXX_Merge

func (dst *NewInventoryItemRequest) XXX_Merge(src proto.Message)

func (*NewInventoryItemRequest) XXX_Size

func (m *NewInventoryItemRequest) XXX_Size() int

func (*NewInventoryItemRequest) XXX_Unmarshal

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

type NewProductRequest

type NewProductRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	TypeId               int64    `protobuf:"varint,2,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NewProductRequest) Descriptor

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

func (*NewProductRequest) GetToken

func (m *NewProductRequest) GetToken() *Token

func (*NewProductRequest) GetTypeId

func (m *NewProductRequest) GetTypeId() int64

func (*NewProductRequest) ProtoMessage

func (*NewProductRequest) ProtoMessage()

func (*NewProductRequest) Reset

func (m *NewProductRequest) Reset()

func (*NewProductRequest) String

func (m *NewProductRequest) String() string

func (*NewProductRequest) XXX_DiscardUnknown

func (m *NewProductRequest) XXX_DiscardUnknown()

func (*NewProductRequest) XXX_Marshal

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

func (*NewProductRequest) XXX_Merge

func (dst *NewProductRequest) XXX_Merge(src proto.Message)

func (*NewProductRequest) XXX_Size

func (m *NewProductRequest) XXX_Size() int

func (*NewProductRequest) XXX_Unmarshal

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

type Product

type Product struct {
	Id                   int32        `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	TypeId               int64        `protobuf:"varint,2,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	Quantity             int32        `protobuf:"varint,3,opt,name=quantity" json:"quantity,omitempty"`
	MarketPrice          float64      `protobuf:"fixed64,4,opt,name=market_price,json=marketPrice" json:"market_price,omitempty"`
	MarketRegionId       int32        `protobuf:"varint,5,opt,name=market_region_id,json=marketRegionId" json:"market_region_id,omitempty"`
	MaterialEfficiency   float64      `protobuf:"fixed64,6,opt,name=material_efficiency,json=materialEfficiency" json:"material_efficiency,omitempty"`
	BatchSize            int32        `protobuf:"varint,7,opt,name=batch_size,json=batchSize" json:"batch_size,omitempty"`
	Kind                 Product_Kind `protobuf:"varint,8,opt,name=kind,enum=motki.model.Product_Kind" json:"kind,omitempty"`
	ParentId             int32        `protobuf:"varint,9,opt,name=parent_id,json=parentId" json:"parent_id,omitempty"`
	Material             []*Product   `protobuf:"bytes,10,rep,name=material" json:"material,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

A Product is one component in a production chain.

func ProductToProto

func ProductToProto(p *model.Product) *Product

func (*Product) Descriptor

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

func (*Product) GetBatchSize

func (m *Product) GetBatchSize() int32

func (*Product) GetId

func (m *Product) GetId() int32

func (*Product) GetKind

func (m *Product) GetKind() Product_Kind

func (*Product) GetMarketPrice

func (m *Product) GetMarketPrice() float64

func (*Product) GetMarketRegionId

func (m *Product) GetMarketRegionId() int32

func (*Product) GetMaterial

func (m *Product) GetMaterial() []*Product

func (*Product) GetMaterialEfficiency

func (m *Product) GetMaterialEfficiency() float64

func (*Product) GetParentId

func (m *Product) GetParentId() int32

func (*Product) GetQuantity

func (m *Product) GetQuantity() int32

func (*Product) GetTypeId

func (m *Product) GetTypeId() int64

func (*Product) ProtoMessage

func (*Product) ProtoMessage()

func (*Product) Reset

func (m *Product) Reset()

func (*Product) String

func (m *Product) String() string

func (*Product) XXX_DiscardUnknown

func (m *Product) XXX_DiscardUnknown()

func (*Product) XXX_Marshal

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

func (*Product) XXX_Merge

func (dst *Product) XXX_Merge(src proto.Message)

func (*Product) XXX_Size

func (m *Product) XXX_Size() int

func (*Product) XXX_Unmarshal

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

type ProductResponse

type ProductResponse struct {
	Result               *Result  `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Product              *Product `protobuf:"bytes,2,opt,name=product" json:"product,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ProductResponse) Descriptor

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

func (*ProductResponse) GetProduct

func (m *ProductResponse) GetProduct() *Product

func (*ProductResponse) GetResult

func (m *ProductResponse) GetResult() *Result

func (*ProductResponse) ProtoMessage

func (*ProductResponse) ProtoMessage()

func (*ProductResponse) Reset

func (m *ProductResponse) Reset()

func (*ProductResponse) String

func (m *ProductResponse) String() string

func (*ProductResponse) XXX_DiscardUnknown

func (m *ProductResponse) XXX_DiscardUnknown()

func (*ProductResponse) XXX_Marshal

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

func (*ProductResponse) XXX_Merge

func (dst *ProductResponse) XXX_Merge(src proto.Message)

func (*ProductResponse) XXX_Size

func (m *ProductResponse) XXX_Size() int

func (*ProductResponse) XXX_Unmarshal

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

type ProductServiceClient

type ProductServiceClient interface {
	// GetProducts returns all root-level products for a corporation.
	GetProducts(ctx context.Context, in *GetProductsRequest, opts ...grpc.CallOption) (*ProductsResponse, error)
	// GetProduct returns a specific root-level product.
	GetProduct(ctx context.Context, in *GetProductRequest, opts ...grpc.CallOption) (*ProductResponse, error)
	// NewProduct creates and returns a new production chain for a specific type.
	NewProduct(ctx context.Context, in *NewProductRequest, opts ...grpc.CallOption) (*ProductResponse, error)
	// SaveProduct persists changes to a production chain to the server.
	SaveProduct(ctx context.Context, in *SaveProductRequest, opts ...grpc.CallOption) (*ProductResponse, error)
	// UpdateProductPrices fetches and populates the latest market price for
	// the entire production chain.
	UpdateProductPrices(ctx context.Context, in *UpdateProductPricesRequest, opts ...grpc.CallOption) (*ProductResponse, error)
}

ProductServiceClient is the client API for ProductService service.

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

func NewProductServiceClient

func NewProductServiceClient(cc *grpc.ClientConn) ProductServiceClient

type ProductServiceServer

type ProductServiceServer interface {
	// GetProducts returns all root-level products for a corporation.
	GetProducts(context.Context, *GetProductsRequest) (*ProductsResponse, error)
	// GetProduct returns a specific root-level product.
	GetProduct(context.Context, *GetProductRequest) (*ProductResponse, error)
	// NewProduct creates and returns a new production chain for a specific type.
	NewProduct(context.Context, *NewProductRequest) (*ProductResponse, error)
	// SaveProduct persists changes to a production chain to the server.
	SaveProduct(context.Context, *SaveProductRequest) (*ProductResponse, error)
	// UpdateProductPrices fetches and populates the latest market price for
	// the entire production chain.
	UpdateProductPrices(context.Context, *UpdateProductPricesRequest) (*ProductResponse, error)
}

ProductServiceServer is the server API for ProductService service.

type Product_Kind

type Product_Kind int32
const (
	Product_BUY   Product_Kind = 0
	Product_BUILD Product_Kind = 1
)

func (Product_Kind) EnumDescriptor

func (Product_Kind) EnumDescriptor() ([]byte, []int)

func (Product_Kind) String

func (x Product_Kind) String() string

type ProductsResponse

type ProductsResponse struct {
	Result               *Result    `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Product              []*Product `protobuf:"bytes,2,rep,name=product" json:"product,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*ProductsResponse) Descriptor

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

func (*ProductsResponse) GetProduct

func (m *ProductsResponse) GetProduct() []*Product

func (*ProductsResponse) GetResult

func (m *ProductsResponse) GetResult() *Result

func (*ProductsResponse) ProtoMessage

func (*ProductsResponse) ProtoMessage()

func (*ProductsResponse) Reset

func (m *ProductsResponse) Reset()

func (*ProductsResponse) String

func (m *ProductsResponse) String() string

func (*ProductsResponse) XXX_DiscardUnknown

func (m *ProductsResponse) XXX_DiscardUnknown()

func (*ProductsResponse) XXX_Marshal

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

func (*ProductsResponse) XXX_Merge

func (dst *ProductsResponse) XXX_Merge(src proto.Message)

func (*ProductsResponse) XXX_Size

func (m *ProductsResponse) XXX_Size() int

func (*ProductsResponse) XXX_Unmarshal

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

type QueryItemTypeDetailsRequest

type QueryItemTypeDetailsRequest struct {
	Query                string   `protobuf:"bytes,1,opt,name=query" json:"query,omitempty"`
	CategoryId           []int64  `protobuf:"varint,2,rep,packed,name=category_id,json=categoryId" json:"category_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QueryItemTypeDetailsRequest) Descriptor

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

func (*QueryItemTypeDetailsRequest) GetCategoryId

func (m *QueryItemTypeDetailsRequest) GetCategoryId() []int64

func (*QueryItemTypeDetailsRequest) GetQuery

func (m *QueryItemTypeDetailsRequest) GetQuery() string

func (*QueryItemTypeDetailsRequest) ProtoMessage

func (*QueryItemTypeDetailsRequest) ProtoMessage()

func (*QueryItemTypeDetailsRequest) Reset

func (m *QueryItemTypeDetailsRequest) Reset()

func (*QueryItemTypeDetailsRequest) String

func (m *QueryItemTypeDetailsRequest) String() string

func (*QueryItemTypeDetailsRequest) XXX_DiscardUnknown

func (m *QueryItemTypeDetailsRequest) XXX_DiscardUnknown()

func (*QueryItemTypeDetailsRequest) XXX_Marshal

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

func (*QueryItemTypeDetailsRequest) XXX_Merge

func (dst *QueryItemTypeDetailsRequest) XXX_Merge(src proto.Message)

func (*QueryItemTypeDetailsRequest) XXX_Size

func (m *QueryItemTypeDetailsRequest) XXX_Size() int

func (*QueryItemTypeDetailsRequest) XXX_Unmarshal

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

type QueryItemTypeDetailsResponse

type QueryItemTypeDetailsResponse struct {
	Result               *Result           `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Types                []*ItemTypeDetail `protobuf:"bytes,2,rep,name=types" json:"types,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*QueryItemTypeDetailsResponse) Descriptor

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

func (*QueryItemTypeDetailsResponse) GetResult

func (m *QueryItemTypeDetailsResponse) GetResult() *Result

func (*QueryItemTypeDetailsResponse) GetTypes

func (*QueryItemTypeDetailsResponse) ProtoMessage

func (*QueryItemTypeDetailsResponse) ProtoMessage()

func (*QueryItemTypeDetailsResponse) Reset

func (m *QueryItemTypeDetailsResponse) Reset()

func (*QueryItemTypeDetailsResponse) String

func (*QueryItemTypeDetailsResponse) XXX_DiscardUnknown

func (m *QueryItemTypeDetailsResponse) XXX_DiscardUnknown()

func (*QueryItemTypeDetailsResponse) XXX_Marshal

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

func (*QueryItemTypeDetailsResponse) XXX_Merge

func (dst *QueryItemTypeDetailsResponse) XXX_Merge(src proto.Message)

func (*QueryItemTypeDetailsResponse) XXX_Size

func (m *QueryItemTypeDetailsResponse) XXX_Size() int

func (*QueryItemTypeDetailsResponse) XXX_Unmarshal

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

type QueryItemTypesRequest

type QueryItemTypesRequest struct {
	Query                string   `protobuf:"bytes,1,opt,name=query" json:"query,omitempty"`
	CategoryId           []int64  `protobuf:"varint,2,rep,packed,name=category_id,json=categoryId" json:"category_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QueryItemTypesRequest) Descriptor

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

func (*QueryItemTypesRequest) GetCategoryId

func (m *QueryItemTypesRequest) GetCategoryId() []int64

func (*QueryItemTypesRequest) GetQuery

func (m *QueryItemTypesRequest) GetQuery() string

func (*QueryItemTypesRequest) ProtoMessage

func (*QueryItemTypesRequest) ProtoMessage()

func (*QueryItemTypesRequest) Reset

func (m *QueryItemTypesRequest) Reset()

func (*QueryItemTypesRequest) String

func (m *QueryItemTypesRequest) String() string

func (*QueryItemTypesRequest) XXX_DiscardUnknown

func (m *QueryItemTypesRequest) XXX_DiscardUnknown()

func (*QueryItemTypesRequest) XXX_Marshal

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

func (*QueryItemTypesRequest) XXX_Merge

func (dst *QueryItemTypesRequest) XXX_Merge(src proto.Message)

func (*QueryItemTypesRequest) XXX_Size

func (m *QueryItemTypesRequest) XXX_Size() int

func (*QueryItemTypesRequest) XXX_Unmarshal

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

type QueryItemTypesResponse

type QueryItemTypesResponse struct {
	Result               *Result     `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
	Types                []*ItemType `protobuf:"bytes,2,rep,name=types" json:"types,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*QueryItemTypesResponse) Descriptor

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

func (*QueryItemTypesResponse) GetResult

func (m *QueryItemTypesResponse) GetResult() *Result

func (*QueryItemTypesResponse) GetTypes

func (m *QueryItemTypesResponse) GetTypes() []*ItemType

func (*QueryItemTypesResponse) ProtoMessage

func (*QueryItemTypesResponse) ProtoMessage()

func (*QueryItemTypesResponse) Reset

func (m *QueryItemTypesResponse) Reset()

func (*QueryItemTypesResponse) String

func (m *QueryItemTypesResponse) String() string

func (*QueryItemTypesResponse) XXX_DiscardUnknown

func (m *QueryItemTypesResponse) XXX_DiscardUnknown()

func (*QueryItemTypesResponse) XXX_Marshal

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

func (*QueryItemTypesResponse) XXX_Merge

func (dst *QueryItemTypesResponse) XXX_Merge(src proto.Message)

func (*QueryItemTypesResponse) XXX_Size

func (m *QueryItemTypesResponse) XXX_Size() int

func (*QueryItemTypesResponse) XXX_Unmarshal

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

type QueryLocationsRequest

type QueryLocationsRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	Query                string   `protobuf:"bytes,2,opt,name=query" json:"query,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QueryLocationsRequest) Descriptor

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

func (*QueryLocationsRequest) GetQuery

func (m *QueryLocationsRequest) GetQuery() string

func (*QueryLocationsRequest) GetToken

func (m *QueryLocationsRequest) GetToken() *Token

func (*QueryLocationsRequest) ProtoMessage

func (*QueryLocationsRequest) ProtoMessage()

func (*QueryLocationsRequest) Reset

func (m *QueryLocationsRequest) Reset()

func (*QueryLocationsRequest) String

func (m *QueryLocationsRequest) String() string

func (*QueryLocationsRequest) XXX_DiscardUnknown

func (m *QueryLocationsRequest) XXX_DiscardUnknown()

func (*QueryLocationsRequest) XXX_Marshal

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

func (*QueryLocationsRequest) XXX_Merge

func (dst *QueryLocationsRequest) XXX_Merge(src proto.Message)

func (*QueryLocationsRequest) XXX_Size

func (m *QueryLocationsRequest) XXX_Size() int

func (*QueryLocationsRequest) XXX_Unmarshal

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

type Race

type Race struct {
	RaceId               int64    `protobuf:"varint,1,opt,name=race_id,json=raceId" json:"race_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Description          string   `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
	ShortDesc            string   `protobuf:"bytes,4,opt,name=short_desc,json=shortDesc" json:"short_desc,omitempty"`
	Icon                 *Icon    `protobuf:"bytes,5,opt,name=icon" json:"icon,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A Race is a race in EVE.

func RaceToProto

func RaceToProto(m *evedb.Race) *Race

func (*Race) Descriptor

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

func (*Race) GetDescription

func (m *Race) GetDescription() string

func (*Race) GetIcon

func (m *Race) GetIcon() *Icon

func (*Race) GetName

func (m *Race) GetName() string

func (*Race) GetRaceId

func (m *Race) GetRaceId() int64

func (*Race) GetShortDesc

func (m *Race) GetShortDesc() string

func (*Race) ProtoMessage

func (*Race) ProtoMessage()

func (*Race) Reset

func (m *Race) Reset()

func (*Race) String

func (m *Race) String() string

func (*Race) XXX_DiscardUnknown

func (m *Race) XXX_DiscardUnknown()

func (*Race) XXX_Marshal

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

func (*Race) XXX_Merge

func (dst *Race) XXX_Merge(src proto.Message)

func (*Race) XXX_Size

func (m *Race) XXX_Size() int

func (*Race) XXX_Unmarshal

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

type Region

type Region struct {
	RegionId             int64    `protobuf:"varint,1,opt,name=region_id,json=regionId" json:"region_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Region is a region of space in the EVE universe.

func RegionToProto

func RegionToProto(m *evedb.Region) *Region

func (*Region) Descriptor

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

func (*Region) GetName

func (m *Region) GetName() string

func (*Region) GetRegionId

func (m *Region) GetRegionId() int64

func (*Region) ProtoMessage

func (*Region) ProtoMessage()

func (*Region) Reset

func (m *Region) Reset()

func (*Region) String

func (m *Region) String() string

func (*Region) XXX_DiscardUnknown

func (m *Region) XXX_DiscardUnknown()

func (*Region) XXX_Marshal

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

func (*Region) XXX_Merge

func (dst *Region) XXX_Merge(src proto.Message)

func (*Region) XXX_Size

func (m *Region) XXX_Size() int

func (*Region) XXX_Unmarshal

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

type RemoteConfig

type RemoteConfig struct {
	ServerAddr         string `toml:"addr"`
	InsecureSkipVerify bool   `toml:"insecure_skip_verify_ssl"`
}

func (RemoteConfig) TLSConfig

func (c RemoteConfig) TLSConfig() (*tls.Config, error)

TLSConfig attempts to load the configured certificate.

type Result

type Result struct {
	Status Status `protobuf:"varint,1,opt,name=status,enum=motki.Status" json:"status,omitempty"`
	// Description contains some text about a failure in most cases.
	Description          string   `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A Result contains a status and an optional description.

func (*Result) Descriptor

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

func (*Result) GetDescription

func (m *Result) GetDescription() string

func (*Result) GetStatus

func (m *Result) GetStatus() Status

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) Reset

func (m *Result) Reset()

func (*Result) String

func (m *Result) String() string

func (*Result) XXX_DiscardUnknown

func (m *Result) XXX_DiscardUnknown()

func (*Result) XXX_Marshal

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

func (*Result) XXX_Merge

func (dst *Result) XXX_Merge(src proto.Message)

func (*Result) XXX_Size

func (m *Result) XXX_Size() int

func (*Result) XXX_Unmarshal

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

type Role

type Role int32

A Role describes a user's authorization for certain resources within the system.

const (
	Role_ANON      Role = 0
	Role_USER      Role = 1
	Role_LOGISTICS Role = 2
)

func (Role) EnumDescriptor

func (Role) EnumDescriptor() ([]byte, []int)

func (Role) String

func (x Role) String() string

type SaveInventoryItemRequest

type SaveInventoryItemRequest struct {
	Token                *Token         `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	Item                 *InventoryItem `protobuf:"bytes,2,opt,name=item" json:"item,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

func (*SaveInventoryItemRequest) Descriptor

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

func (*SaveInventoryItemRequest) GetItem

func (*SaveInventoryItemRequest) GetToken

func (m *SaveInventoryItemRequest) GetToken() *Token

func (*SaveInventoryItemRequest) ProtoMessage

func (*SaveInventoryItemRequest) ProtoMessage()

func (*SaveInventoryItemRequest) Reset

func (m *SaveInventoryItemRequest) Reset()

func (*SaveInventoryItemRequest) String

func (m *SaveInventoryItemRequest) String() string

func (*SaveInventoryItemRequest) XXX_DiscardUnknown

func (m *SaveInventoryItemRequest) XXX_DiscardUnknown()

func (*SaveInventoryItemRequest) XXX_Marshal

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

func (*SaveInventoryItemRequest) XXX_Merge

func (dst *SaveInventoryItemRequest) XXX_Merge(src proto.Message)

func (*SaveInventoryItemRequest) XXX_Size

func (m *SaveInventoryItemRequest) XXX_Size() int

func (*SaveInventoryItemRequest) XXX_Unmarshal

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

type SaveProductRequest

type SaveProductRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	Product              *Product `protobuf:"bytes,2,opt,name=product" json:"product,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SaveProductRequest) Descriptor

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

func (*SaveProductRequest) GetProduct

func (m *SaveProductRequest) GetProduct() *Product

func (*SaveProductRequest) GetToken

func (m *SaveProductRequest) GetToken() *Token

func (*SaveProductRequest) ProtoMessage

func (*SaveProductRequest) ProtoMessage()

func (*SaveProductRequest) Reset

func (m *SaveProductRequest) Reset()

func (*SaveProductRequest) String

func (m *SaveProductRequest) String() string

func (*SaveProductRequest) XXX_DiscardUnknown

func (m *SaveProductRequest) XXX_DiscardUnknown()

func (*SaveProductRequest) XXX_Marshal

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

func (*SaveProductRequest) XXX_Merge

func (dst *SaveProductRequest) XXX_Merge(src proto.Message)

func (*SaveProductRequest) XXX_Size

func (m *SaveProductRequest) XXX_Size() int

func (*SaveProductRequest) XXX_Unmarshal

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

type ServerConfig

type ServerConfig struct {
	RemoteConfig
	AutoCert   bool     `toml:"autocert"`
	CertFile   string   `toml:"certfile"`
	CertKey    string   `toml:"keyfile"`
	ExtraHosts []string `toml:"extra_hosts"`
	// contains filtered or unexported fields
}

func (ServerConfig) TLSConfig

func (c ServerConfig) TLSConfig() (*tls.Config, error)

TLSConfig attempts to load the configured certificate.

type Station

type Station struct {
	StationId            int64    `protobuf:"varint,1,opt,name=station_id,json=stationId" json:"station_id,omitempty"`
	StationTypeId        int64    `protobuf:"varint,2,opt,name=station_type_id,json=stationTypeId" json:"station_type_id,omitempty"`
	CorporationId        int64    `protobuf:"varint,3,opt,name=corporation_id,json=corporationId" json:"corporation_id,omitempty"`
	SystemId             int64    `protobuf:"varint,4,opt,name=system_id,json=systemId" json:"system_id,omitempty"`
	ConstellationId      int64    `protobuf:"varint,5,opt,name=constellation_id,json=constellationId" json:"constellation_id,omitempty"`
	RegionId             int64    `protobuf:"varint,6,opt,name=region_id,json=regionId" json:"region_id,omitempty"`
	Name                 string   `protobuf:"bytes,7,opt,name=name" json:"name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Station is a NPC station in the EVE universe.

func StationToProto

func StationToProto(m *evedb.Station) *Station

func (*Station) Descriptor

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

func (*Station) GetConstellationId

func (m *Station) GetConstellationId() int64

func (*Station) GetCorporationId

func (m *Station) GetCorporationId() int64

func (*Station) GetName

func (m *Station) GetName() string

func (*Station) GetRegionId

func (m *Station) GetRegionId() int64

func (*Station) GetStationId

func (m *Station) GetStationId() int64

func (*Station) GetStationTypeId

func (m *Station) GetStationTypeId() int64

func (*Station) GetSystemId

func (m *Station) GetSystemId() int64

func (*Station) ProtoMessage

func (*Station) ProtoMessage()

func (*Station) Reset

func (m *Station) Reset()

func (*Station) String

func (m *Station) String() string

func (*Station) XXX_DiscardUnknown

func (m *Station) XXX_DiscardUnknown()

func (*Station) XXX_Marshal

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

func (*Station) XXX_Merge

func (dst *Station) XXX_Merge(src proto.Message)

func (*Station) XXX_Size

func (m *Station) XXX_Size() int

func (*Station) XXX_Unmarshal

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

type Status

type Status int32

A Status indicates success or failure.

const (
	Status_FAILURE Status = 0
	Status_SUCCESS Status = 1
)

func (Status) EnumDescriptor

func (Status) EnumDescriptor() ([]byte, []int)

func (Status) String

func (x Status) String() string

type Structure

type Structure struct {
	Id                   int64    `protobuf:"varint,1,opt,name=id" json:"id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	SystemId             int64    `protobuf:"varint,3,opt,name=system_id,json=systemId" json:"system_id,omitempty"`
	TypeId               int64    `protobuf:"varint,4,opt,name=type_id,json=typeId" json:"type_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A Structure is a player-controlled citadel.

func StructureToProto

func StructureToProto(m *model.Structure) *Structure

func (*Structure) Descriptor

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

func (*Structure) GetId

func (m *Structure) GetId() int64

func (*Structure) GetName

func (m *Structure) GetName() string

func (*Structure) GetSystemId

func (m *Structure) GetSystemId() int64

func (*Structure) GetTypeId

func (m *Structure) GetTypeId() int64

func (*Structure) ProtoMessage

func (*Structure) ProtoMessage()

func (*Structure) Reset

func (m *Structure) Reset()

func (*Structure) String

func (m *Structure) String() string

func (*Structure) XXX_DiscardUnknown

func (m *Structure) XXX_DiscardUnknown()

func (*Structure) XXX_Marshal

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

func (*Structure) XXX_Merge

func (dst *Structure) XXX_Merge(src proto.Message)

func (*Structure) XXX_Size

func (m *Structure) XXX_Size() int

func (*Structure) XXX_Unmarshal

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

type System

type System struct {
	SystemId             int64    `protobuf:"varint,1,opt,name=system_id,json=systemId" json:"system_id,omitempty"`
	Name                 string   `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	RegionId             int64    `protobuf:"varint,3,opt,name=region_id,json=regionId" json:"region_id,omitempty"`
	ConstellationId      int64    `protobuf:"varint,4,opt,name=constellation_id,json=constellationId" json:"constellation_id,omitempty"`
	Security             float64  `protobuf:"fixed64,5,opt,name=security" json:"security,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

System is a solar system in the EVE universe.

func SystemToProto

func SystemToProto(m *evedb.System) *System

func (*System) Descriptor

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

func (*System) GetConstellationId

func (m *System) GetConstellationId() int64

func (*System) GetName

func (m *System) GetName() string

func (*System) GetRegionId

func (m *System) GetRegionId() int64

func (*System) GetSecurity

func (m *System) GetSecurity() float64

func (*System) GetSystemId

func (m *System) GetSystemId() int64

func (*System) ProtoMessage

func (*System) ProtoMessage()

func (*System) Reset

func (m *System) Reset()

func (*System) String

func (m *System) String() string

func (*System) XXX_DiscardUnknown

func (m *System) XXX_DiscardUnknown()

func (*System) XXX_Marshal

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

func (*System) XXX_Merge

func (dst *System) XXX_Merge(src proto.Message)

func (*System) XXX_Size

func (m *System) XXX_Size() int

func (*System) XXX_Unmarshal

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

type Token

type Token struct {
	Identifier           string   `protobuf:"bytes,1,opt,name=identifier" json:"identifier,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

A Token contains a session identifier representing a valid user session.

func (*Token) Descriptor

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

func (*Token) GetIdentifier

func (m *Token) GetIdentifier() string

func (*Token) ProtoMessage

func (*Token) ProtoMessage()

func (*Token) Reset

func (m *Token) Reset()

func (*Token) String

func (m *Token) String() string

func (*Token) XXX_DiscardUnknown

func (m *Token) XXX_DiscardUnknown()

func (*Token) XXX_Marshal

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

func (*Token) XXX_Merge

func (dst *Token) XXX_Merge(src proto.Message)

func (*Token) XXX_Size

func (m *Token) XXX_Size() int

func (*Token) XXX_Unmarshal

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

type UpdateProductPricesRequest

type UpdateProductPricesRequest struct {
	Token                *Token   `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	Product              *Product `protobuf:"bytes,2,opt,name=product" json:"product,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*UpdateProductPricesRequest) Descriptor

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

func (*UpdateProductPricesRequest) GetProduct

func (m *UpdateProductPricesRequest) GetProduct() *Product

func (*UpdateProductPricesRequest) GetToken

func (m *UpdateProductPricesRequest) GetToken() *Token

func (*UpdateProductPricesRequest) ProtoMessage

func (*UpdateProductPricesRequest) ProtoMessage()

func (*UpdateProductPricesRequest) Reset

func (m *UpdateProductPricesRequest) Reset()

func (*UpdateProductPricesRequest) String

func (m *UpdateProductPricesRequest) String() string

func (*UpdateProductPricesRequest) XXX_DiscardUnknown

func (m *UpdateProductPricesRequest) XXX_DiscardUnknown()

func (*UpdateProductPricesRequest) XXX_Marshal

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

func (*UpdateProductPricesRequest) XXX_Merge

func (dst *UpdateProductPricesRequest) XXX_Merge(src proto.Message)

func (*UpdateProductPricesRequest) XXX_Size

func (m *UpdateProductPricesRequest) XXX_Size() int

func (*UpdateProductPricesRequest) XXX_Unmarshal

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

Directories

Path Synopsis
Package client provides an interface for interacting with a remote MOTKI installation.
Package client provides an interface for interacting with a remote MOTKI installation.
Package server contains an implementation of the MOTKI GRPC server.
Package server contains an implementation of the MOTKI GRPC server.

Jump to

Keyboard shortcuts

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