server

package
v0.0.0-...-3446103 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2022 License: MIT Imports: 18 Imported by: 0

Documentation

Overview

Package server is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	CategoryOfTraffic_name = map[int32]string{
		0: "InternationalService",
		1: "HongKongMacaoRegionalRoute",
		2: "DomesticAirline",
		3: "CivilAviation",
		4: "WaterTransport",
		5: "Highway",
		6: "Railway",
		7: "Total",
	}
	CategoryOfTraffic_value = map[string]int32{
		"InternationalService":       0,
		"HongKongMacaoRegionalRoute": 1,
		"DomesticAirline":            2,
		"CivilAviation":              3,
		"WaterTransport":             4,
		"Highway":                    5,
		"Railway":                    6,
		"Total":                      7,
	}
)

Enum value maps for CategoryOfTraffic.

View Source
var File_server_server_proto protoreflect.FileDescriptor
View Source
var Greeter_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "server.Greeter",
	HandlerType: (*GreeterServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetSH300PE",
			Handler:    _Greeter_GetSH300PE_Handler,
		},
		{
			MethodName: "GetBondZhUsRate",
			Handler:    _Greeter_GetBondZhUsRate_Handler,
		},
		{
			MethodName: "GetTotalSocialFlows",
			Handler:    _Greeter_GetTotalSocialFlows_Handler,
		},
		{
			MethodName: "GetSocialFinancingStock",
			Handler:    _Greeter_GetSocialFinancingStock_Handler,
		},
		{
			MethodName: "GetFuturesForeignHist",
			Handler:    _Greeter_GetFuturesForeignHist_Handler,
		},
		{
			MethodName: "GetPpi",
			Handler:    _Greeter_GetPpi_Handler,
		},
		{
			MethodName: "GetGdp",
			Handler:    _Greeter_GetGdp_Handler,
		},
		{
			MethodName: "GetPmi",
			Handler:    _Greeter_GetPmi_Handler,
		},
		{
			MethodName: "GetManufacturingPmiParticulars",
			Handler:    _Greeter_GetManufacturingPmiParticulars_Handler,
		},
		{
			MethodName: "GetCpi",
			Handler:    _Greeter_GetCpi_Handler,
		},
		{
			MethodName: "GetMoneySupply",
			Handler:    _Greeter_GetMoneySupply_Handler,
		},
		{
			MethodName: "GetConsumerGoodsRetail",
			Handler:    _Greeter_GetConsumerGoodsRetail_Handler,
		},
		{
			MethodName: "GetCxPmi",
			Handler:    _Greeter_GetCxPmi_Handler,
		},
		{
			MethodName: "GetValueAddedOfIndustrialProduction",
			Handler:    _Greeter_GetValueAddedOfIndustrialProduction_Handler,
		},
		{
			MethodName: "GetSocialElectricityConsumption",
			Handler:    _Greeter_GetSocialElectricityConsumption_Handler,
		},
		{
			MethodName: "GetPassengerAndFreightTraffic",
			Handler:    _Greeter_GetPassengerAndFreightTraffic_Handler,
		},
		{
			MethodName: "GetNewFinancialCredit",
			Handler:    _Greeter_GetNewFinancialCredit_Handler,
		},
		{
			MethodName: "GetForeignReserveAndGold",
			Handler:    _Greeter_GetForeignReserveAndGold_Handler,
		},
		{
			MethodName: "GetInvestmentInFixedAssets",
			Handler:    _Greeter_GetInvestmentInFixedAssets_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "server/server.proto",
}

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

Functions

func RegisterGreeterHandler

func RegisterGreeterHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterGreeterHandler registers the http handlers for service Greeter to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterGreeterHandlerClient

func RegisterGreeterHandlerClient(ctx context.Context, mux *runtime.ServeMux, client GreeterClient) error

RegisterGreeterHandlerClient registers the http handlers for service Greeter to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "GreeterClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "GreeterClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "GreeterClient" to call the correct interceptors.

func RegisterGreeterHandlerFromEndpoint

func RegisterGreeterHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterGreeterHandlerFromEndpoint is same as RegisterGreeterHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterGreeterHandlerServer

func RegisterGreeterHandlerServer(ctx context.Context, mux *runtime.ServeMux, server GreeterServer) error

RegisterGreeterHandlerServer registers the http handlers for service Greeter to "mux". UnaryRPC :call GreeterServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterGreeterHandlerFromEndpoint instead.

func RegisterGreeterServer

func RegisterGreeterServer(s grpc.ServiceRegistrar, srv GreeterServer)

Types

type BondZhUsRate

type BondZhUsRate struct {
	Date        string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	CN2Years    float64 `protobuf:"fixed64,2,opt,name=cN2Years,proto3" json:"cN2Years,omitempty"`                        //中国国债收益率2年
	CN5Years    float64 `protobuf:"fixed64,3,opt,name=cN5Years,proto3" json:"cN5Years,omitempty"`                        //中国国债收益率5年
	CN10Years   float64 `protobuf:"fixed64,4,opt,name=cN10Years,proto3" json:"cN10Years,omitempty"`                      //中国国债收益率10年
	CN30Years   float64 `protobuf:"fixed64,5,opt,name=cN30Years,proto3" json:"cN30Years,omitempty"`                      //中国国债收益率30年
	CN10_2Years float64 `protobuf:"fixed64,6,opt,name=cN10_2Years,json=cN102Years,proto3" json:"cN10_2Years,omitempty"`  //中国国债收益率10年-2年
	US2Years    float64 `protobuf:"fixed64,7,opt,name=uS2Years,proto3" json:"uS2Years,omitempty"`                        //美国国债收益率2年
	US5Years    float64 `protobuf:"fixed64,8,opt,name=uS5Years,proto3" json:"uS5Years,omitempty"`                        //美国国债收益率5年
	US10Years   float64 `protobuf:"fixed64,9,opt,name=uS10Years,proto3" json:"uS10Years,omitempty"`                      //美国国债收益率10年
	US30Years   float64 `protobuf:"fixed64,10,opt,name=uS30Years,proto3" json:"uS30Years,omitempty"`                     //美国国债收益率30年
	US10_2Years float64 `protobuf:"fixed64,11,opt,name=uS10_2Years,json=uS102Years,proto3" json:"uS10_2Years,omitempty"` //美国国债收益率10年-2年
	// contains filtered or unexported fields
}

func (*BondZhUsRate) Descriptor deprecated

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

Deprecated: Use BondZhUsRate.ProtoReflect.Descriptor instead.

func (*BondZhUsRate) GetCN10Years

func (x *BondZhUsRate) GetCN10Years() float64

func (*BondZhUsRate) GetCN10_2Years

func (x *BondZhUsRate) GetCN10_2Years() float64

func (*BondZhUsRate) GetCN2Years

func (x *BondZhUsRate) GetCN2Years() float64

func (*BondZhUsRate) GetCN30Years

func (x *BondZhUsRate) GetCN30Years() float64

func (*BondZhUsRate) GetCN5Years

func (x *BondZhUsRate) GetCN5Years() float64

func (*BondZhUsRate) GetDate

func (x *BondZhUsRate) GetDate() string

func (*BondZhUsRate) GetUS10Years

func (x *BondZhUsRate) GetUS10Years() float64

func (*BondZhUsRate) GetUS10_2Years

func (x *BondZhUsRate) GetUS10_2Years() float64

func (*BondZhUsRate) GetUS2Years

func (x *BondZhUsRate) GetUS2Years() float64

func (*BondZhUsRate) GetUS30Years

func (x *BondZhUsRate) GetUS30Years() float64

func (*BondZhUsRate) GetUS5Years

func (x *BondZhUsRate) GetUS5Years() float64

func (*BondZhUsRate) ProtoMessage

func (*BondZhUsRate) ProtoMessage()

func (*BondZhUsRate) ProtoReflect

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

func (*BondZhUsRate) Reset

func (x *BondZhUsRate) Reset()

func (*BondZhUsRate) String

func (x *BondZhUsRate) String() string

type BondZhUsRateResponse

type BondZhUsRateResponse struct {
	Results []*BondZhUsRate `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

中美国债

func (*BondZhUsRateResponse) Descriptor deprecated

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

Deprecated: Use BondZhUsRateResponse.ProtoReflect.Descriptor instead.

func (*BondZhUsRateResponse) GetResults

func (x *BondZhUsRateResponse) GetResults() []*BondZhUsRate

func (*BondZhUsRateResponse) ProtoMessage

func (*BondZhUsRateResponse) ProtoMessage()

func (*BondZhUsRateResponse) ProtoReflect

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

func (*BondZhUsRateResponse) Reset

func (x *BondZhUsRateResponse) Reset()

func (*BondZhUsRateResponse) String

func (x *BondZhUsRateResponse) String() string

type CategoryOfTraffic

type CategoryOfTraffic int32
const (
	CategoryOfTraffic_InternationalService       CategoryOfTraffic = 0 //国际航线
	CategoryOfTraffic_HongKongMacaoRegionalRoute CategoryOfTraffic = 1 //港澳地区航线
	CategoryOfTraffic_DomesticAirline            CategoryOfTraffic = 2 //国内航线
	CategoryOfTraffic_CivilAviation              CategoryOfTraffic = 3 //民航
	CategoryOfTraffic_WaterTransport             CategoryOfTraffic = 4 //水运
	CategoryOfTraffic_Highway                    CategoryOfTraffic = 5 //公路
	CategoryOfTraffic_Railway                    CategoryOfTraffic = 6 //铁路
	CategoryOfTraffic_Total                      CategoryOfTraffic = 7 //合计
)

func (CategoryOfTraffic) Descriptor

func (CategoryOfTraffic) Enum

func (CategoryOfTraffic) EnumDescriptor deprecated

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

Deprecated: Use CategoryOfTraffic.Descriptor instead.

func (CategoryOfTraffic) Number

func (CategoryOfTraffic) String

func (x CategoryOfTraffic) String() string

func (CategoryOfTraffic) Type

type ConsumerGoodsRetail

type ConsumerGoodsRetail struct {
	Date                        string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	TotalRetailSales            float64 `protobuf:"fixed64,2,opt,name=totalRetailSales,proto3" json:"totalRetailSales,omitempty"`                       // 社会消费品零售总额(亿元)
	YearOnYear                  float64 `protobuf:"fixed64,3,opt,name=yearOnYear,proto3" json:"yearOnYear,omitempty"`                                   // 同比增长/ %
	YearOverYear                float64 `protobuf:"fixed64,4,opt,name=yearOverYear,proto3" json:"yearOverYear,omitempty"`                               // 环比增长/ %
	TotalAccumulation           float64 `protobuf:"fixed64,5,opt,name=totalAccumulation,proto3" json:"totalAccumulation,omitempty"`                     // 累计/ %
	TotalAccumulationYearOnYear float64 `protobuf:"fixed64,6,opt,name=totalAccumulationYearOnYear,proto3" json:"totalAccumulationYearOnYear,omitempty"` // 累计同比增长/ %
	// contains filtered or unexported fields
}

func (*ConsumerGoodsRetail) Descriptor deprecated

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

Deprecated: Use ConsumerGoodsRetail.ProtoReflect.Descriptor instead.

func (*ConsumerGoodsRetail) GetDate

func (x *ConsumerGoodsRetail) GetDate() string

func (*ConsumerGoodsRetail) GetTotalAccumulation

func (x *ConsumerGoodsRetail) GetTotalAccumulation() float64

func (*ConsumerGoodsRetail) GetTotalAccumulationYearOnYear

func (x *ConsumerGoodsRetail) GetTotalAccumulationYearOnYear() float64

func (*ConsumerGoodsRetail) GetTotalRetailSales

func (x *ConsumerGoodsRetail) GetTotalRetailSales() float64

func (*ConsumerGoodsRetail) GetYearOnYear

func (x *ConsumerGoodsRetail) GetYearOnYear() float64

func (*ConsumerGoodsRetail) GetYearOverYear

func (x *ConsumerGoodsRetail) GetYearOverYear() float64

func (*ConsumerGoodsRetail) ProtoMessage

func (*ConsumerGoodsRetail) ProtoMessage()

func (*ConsumerGoodsRetail) ProtoReflect

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

func (*ConsumerGoodsRetail) Reset

func (x *ConsumerGoodsRetail) Reset()

func (*ConsumerGoodsRetail) String

func (x *ConsumerGoodsRetail) String() string

type ConsumerGoodsRetailResponse

type ConsumerGoodsRetailResponse struct {
	Results []*ConsumerGoodsRetail `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumerGoodsRetailResponse) Descriptor deprecated

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

Deprecated: Use ConsumerGoodsRetailResponse.ProtoReflect.Descriptor instead.

func (*ConsumerGoodsRetailResponse) GetResults

func (*ConsumerGoodsRetailResponse) ProtoMessage

func (*ConsumerGoodsRetailResponse) ProtoMessage()

func (*ConsumerGoodsRetailResponse) ProtoReflect

func (*ConsumerGoodsRetailResponse) Reset

func (x *ConsumerGoodsRetailResponse) Reset()

func (*ConsumerGoodsRetailResponse) String

func (x *ConsumerGoodsRetailResponse) String() string

type Cpi

type Cpi struct {
	Date                 string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`                                   // 2022-10-01 00:00:00
	Time                 string  `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`                                   // 2022年10月份
	National             float64 `protobuf:"fixed64,3,opt,name=national,proto3" json:"national,omitempty"`                         // 全国当月
	NationalYearOnYear   float64 `protobuf:"fixed64,4,opt,name=nationalYearOnYear,proto3" json:"nationalYearOnYear,omitempty"`     // 全国同比增加(%)
	NationalYearOverYear float64 `protobuf:"fixed64,5,opt,name=nationalYearOverYear,proto3" json:"nationalYearOverYear,omitempty"` // 全国环比增长(%)
	NationalAccumulative float64 `protobuf:"fixed64,6,opt,name=nationalAccumulative,proto3" json:"nationalAccumulative,omitempty"` // 全国累计
	City                 float64 `protobuf:"fixed64,7,opt,name=city,proto3" json:"city,omitempty"`                                 // 城市当月
	CityYearOnYear       float64 `protobuf:"fixed64,8,opt,name=cityYearOnYear,proto3" json:"cityYearOnYear,omitempty"`             // 城市同比增加(%)
	CityYearOverYear     float64 `protobuf:"fixed64,9,opt,name=cityYearOverYear,proto3" json:"cityYearOverYear,omitempty"`         // 城市环比增长(%)
	CityAccumulative     float64 `protobuf:"fixed64,10,opt,name=cityAccumulative,proto3" json:"cityAccumulative,omitempty"`        // 城市累计
	Rural                float64 `protobuf:"fixed64,11,opt,name=rural,proto3" json:"rural,omitempty"`                              // 农村当月
	RuralYearOnYear      float64 `protobuf:"fixed64,12,opt,name=ruralYearOnYear,proto3" json:"ruralYearOnYear,omitempty"`          // 农村同比增加(%)
	RuralYearOverYear    float64 `protobuf:"fixed64,13,opt,name=ruralYearOverYear,proto3" json:"ruralYearOverYear,omitempty"`      // 农村环比增长(%)
	RuralAccumulative    float64 `protobuf:"fixed64,14,opt,name=ruralAccumulative,proto3" json:"ruralAccumulative,omitempty"`      // 农村累计
	// contains filtered or unexported fields
}

func (*Cpi) Descriptor deprecated

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

Deprecated: Use Cpi.ProtoReflect.Descriptor instead.

func (*Cpi) GetCity

func (x *Cpi) GetCity() float64

func (*Cpi) GetCityAccumulative

func (x *Cpi) GetCityAccumulative() float64

func (*Cpi) GetCityYearOnYear

func (x *Cpi) GetCityYearOnYear() float64

func (*Cpi) GetCityYearOverYear

func (x *Cpi) GetCityYearOverYear() float64

func (*Cpi) GetDate

func (x *Cpi) GetDate() string

func (*Cpi) GetNational

func (x *Cpi) GetNational() float64

func (*Cpi) GetNationalAccumulative

func (x *Cpi) GetNationalAccumulative() float64

func (*Cpi) GetNationalYearOnYear

func (x *Cpi) GetNationalYearOnYear() float64

func (*Cpi) GetNationalYearOverYear

func (x *Cpi) GetNationalYearOverYear() float64

func (*Cpi) GetRural

func (x *Cpi) GetRural() float64

func (*Cpi) GetRuralAccumulative

func (x *Cpi) GetRuralAccumulative() float64

func (*Cpi) GetRuralYearOnYear

func (x *Cpi) GetRuralYearOnYear() float64

func (*Cpi) GetRuralYearOverYear

func (x *Cpi) GetRuralYearOverYear() float64

func (*Cpi) GetTime

func (x *Cpi) GetTime() string

func (*Cpi) ProtoMessage

func (*Cpi) ProtoMessage()

func (*Cpi) ProtoReflect

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

func (*Cpi) Reset

func (x *Cpi) Reset()

func (*Cpi) String

func (x *Cpi) String() string

type CpiResponse

type CpiResponse struct {
	Results []*Cpi `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*CpiResponse) Descriptor deprecated

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

Deprecated: Use CpiResponse.ProtoReflect.Descriptor instead.

func (*CpiResponse) GetResults

func (x *CpiResponse) GetResults() []*Cpi

func (*CpiResponse) ProtoMessage

func (*CpiResponse) ProtoMessage()

func (*CpiResponse) ProtoReflect

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

func (*CpiResponse) Reset

func (x *CpiResponse) Reset()

func (*CpiResponse) String

func (x *CpiResponse) String() string

type CxPmi

type CxPmi struct {
	Date                    string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Time                    float64 `protobuf:"fixed64,2,opt,name=time,proto3" json:"time,omitempty"`
	Manufacture             float64 `protobuf:"fixed64,3,opt,name=manufacture,proto3" json:"manufacture,omitempty"`                         //制造业
	ManufactureYearOverYear float64 `protobuf:"fixed64,4,opt,name=manufactureYearOverYear,proto3" json:"manufactureYearOverYear,omitempty"` //环比
	Service                 float64 `protobuf:"fixed64,5,opt,name=service,proto3" json:"service,omitempty"`                                 //服务业
	ServiceYearOverYear     float64 `protobuf:"fixed64,6,opt,name=serviceYearOverYear,proto3" json:"serviceYearOverYear,omitempty"`         //服务业环比
	Synthesis               float64 `protobuf:"fixed64,7,opt,name=synthesis,proto3" json:"synthesis,omitempty"`                             //综合
	SynthesisYearOverYear   float64 `protobuf:"fixed64,8,opt,name=synthesisYearOverYear,proto3" json:"synthesisYearOverYear,omitempty"`     //综合环比
	// contains filtered or unexported fields
}

func (*CxPmi) Descriptor deprecated

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

Deprecated: Use CxPmi.ProtoReflect.Descriptor instead.

func (*CxPmi) GetDate

func (x *CxPmi) GetDate() string

func (*CxPmi) GetManufacture

func (x *CxPmi) GetManufacture() float64

func (*CxPmi) GetManufactureYearOverYear

func (x *CxPmi) GetManufactureYearOverYear() float64

func (*CxPmi) GetService

func (x *CxPmi) GetService() float64

func (*CxPmi) GetServiceYearOverYear

func (x *CxPmi) GetServiceYearOverYear() float64

func (*CxPmi) GetSynthesis

func (x *CxPmi) GetSynthesis() float64

func (*CxPmi) GetSynthesisYearOverYear

func (x *CxPmi) GetSynthesisYearOverYear() float64

func (*CxPmi) GetTime

func (x *CxPmi) GetTime() float64

func (*CxPmi) ProtoMessage

func (*CxPmi) ProtoMessage()

func (*CxPmi) ProtoReflect

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

func (*CxPmi) Reset

func (x *CxPmi) Reset()

func (*CxPmi) String

func (x *CxPmi) String() string

type CxPmiResponse

type CxPmiResponse struct {
	Results []*CxPmi `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*CxPmiResponse) Descriptor deprecated

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

Deprecated: Use CxPmiResponse.ProtoReflect.Descriptor instead.

func (*CxPmiResponse) GetResults

func (x *CxPmiResponse) GetResults() []*CxPmi

func (*CxPmiResponse) ProtoMessage

func (*CxPmiResponse) ProtoMessage()

func (*CxPmiResponse) ProtoReflect

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

func (*CxPmiResponse) Reset

func (x *CxPmiResponse) Reset()

func (*CxPmiResponse) String

func (x *CxPmiResponse) String() string

type ForeignReserveAndGold

type ForeignReserveAndGold struct {
	Date           string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Gold           string `protobuf:"bytes,2,opt,name=gold,proto3" json:"gold,omitempty"`                     //黄金储备 万盎司
	ForeignReserve string `protobuf:"bytes,3,opt,name=foreignReserve,proto3" json:"foreignReserve,omitempty"` // 外汇储备 亿美元
	// contains filtered or unexported fields
}

中国新增信贷数据

func (*ForeignReserveAndGold) Descriptor deprecated

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

Deprecated: Use ForeignReserveAndGold.ProtoReflect.Descriptor instead.

func (*ForeignReserveAndGold) GetDate

func (x *ForeignReserveAndGold) GetDate() string

func (*ForeignReserveAndGold) GetForeignReserve

func (x *ForeignReserveAndGold) GetForeignReserve() string

func (*ForeignReserveAndGold) GetGold

func (x *ForeignReserveAndGold) GetGold() string

func (*ForeignReserveAndGold) ProtoMessage

func (*ForeignReserveAndGold) ProtoMessage()

func (*ForeignReserveAndGold) ProtoReflect

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

func (*ForeignReserveAndGold) Reset

func (x *ForeignReserveAndGold) Reset()

func (*ForeignReserveAndGold) String

func (x *ForeignReserveAndGold) String() string

type ForeignReserveAndGoldResponse

type ForeignReserveAndGoldResponse struct {
	Results []*ForeignReserveAndGold `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ForeignReserveAndGoldResponse) Descriptor deprecated

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

Deprecated: Use ForeignReserveAndGoldResponse.ProtoReflect.Descriptor instead.

func (*ForeignReserveAndGoldResponse) GetResults

func (*ForeignReserveAndGoldResponse) ProtoMessage

func (*ForeignReserveAndGoldResponse) ProtoMessage()

func (*ForeignReserveAndGoldResponse) ProtoReflect

func (*ForeignReserveAndGoldResponse) Reset

func (x *ForeignReserveAndGoldResponse) Reset()

func (*ForeignReserveAndGoldResponse) String

type FturesFoewign

type FturesFoewign struct {
	Date   string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`     //交易日
	Symbol string `protobuf:"bytes,2,opt,name=symbol,proto3" json:"symbol,omitempty"` //品种
	Open   string `protobuf:"bytes,3,opt,name=open,proto3" json:"open,omitempty"`     //开盘价
	High   string `protobuf:"bytes,4,opt,name=high,proto3" json:"high,omitempty"`     //最高价
	Low    string `protobuf:"bytes,5,opt,name=low,proto3" json:"low,omitempty"`       //最低价
	Lose   string `protobuf:"bytes,6,opt,name=lose,proto3" json:"lose,omitempty"`     //收盘价
	Volume string `protobuf:"bytes,7,opt,name=volume,proto3" json:"volume,omitempty"` //成交量
	// contains filtered or unexported fields
}

func (*FturesFoewign) Descriptor deprecated

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

Deprecated: Use FturesFoewign.ProtoReflect.Descriptor instead.

func (*FturesFoewign) GetDate

func (x *FturesFoewign) GetDate() string

func (*FturesFoewign) GetHigh

func (x *FturesFoewign) GetHigh() string

func (*FturesFoewign) GetLose

func (x *FturesFoewign) GetLose() string

func (*FturesFoewign) GetLow

func (x *FturesFoewign) GetLow() string

func (*FturesFoewign) GetOpen

func (x *FturesFoewign) GetOpen() string

func (*FturesFoewign) GetSymbol

func (x *FturesFoewign) GetSymbol() string

func (*FturesFoewign) GetVolume

func (x *FturesFoewign) GetVolume() string

func (*FturesFoewign) ProtoMessage

func (*FturesFoewign) ProtoMessage()

func (*FturesFoewign) ProtoReflect

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

func (*FturesFoewign) Reset

func (x *FturesFoewign) Reset()

func (*FturesFoewign) String

func (x *FturesFoewign) String() string

type FturesFoewignRequest

type FturesFoewignRequest struct {
	Symbol string `protobuf:"bytes,1,opt,name=symbol,proto3" json:"symbol,omitempty"`
	// contains filtered or unexported fields
}

func (*FturesFoewignRequest) Descriptor deprecated

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

Deprecated: Use FturesFoewignRequest.ProtoReflect.Descriptor instead.

func (*FturesFoewignRequest) GetSymbol

func (x *FturesFoewignRequest) GetSymbol() string

func (*FturesFoewignRequest) ProtoMessage

func (*FturesFoewignRequest) ProtoMessage()

func (*FturesFoewignRequest) ProtoReflect

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

func (*FturesFoewignRequest) Reset

func (x *FturesFoewignRequest) Reset()

func (*FturesFoewignRequest) String

func (x *FturesFoewignRequest) String() string

type FturesFoewignResponse

type FturesFoewignResponse struct {
	Results []*FturesFoewign `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

外盘期货交易

func (*FturesFoewignResponse) Descriptor deprecated

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

Deprecated: Use FturesFoewignResponse.ProtoReflect.Descriptor instead.

func (*FturesFoewignResponse) GetResults

func (x *FturesFoewignResponse) GetResults() []*FturesFoewign

func (*FturesFoewignResponse) ProtoMessage

func (*FturesFoewignResponse) ProtoMessage()

func (*FturesFoewignResponse) ProtoReflect

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

func (*FturesFoewignResponse) Reset

func (x *FturesFoewignResponse) Reset()

func (*FturesFoewignResponse) String

func (x *FturesFoewignResponse) String() string

type Gdp

type Gdp struct {
	Date                          string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`                                                     // 2022-09-01 00:00:00
	Time                          string  `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`                                                     //"2022年第1-3季度"
	Gdp                           float64 `protobuf:"fixed64,3,opt,name=gdp,proto3" json:"gdp,omitempty"`                                                     // 国内生产总值(亿元)
	GdpYearOnYear                 float64 `protobuf:"fixed64,4,opt,name=gdpYearOnYear,proto3" json:"gdpYearOnYear,omitempty"`                                 // 国内生产总值季度累计同比增长(%)
	PrimaryIndustry               float64 `protobuf:"fixed64,5,opt,name=primaryIndustry,proto3" json:"primaryIndustry,omitempty"`                             // 第一产业增加值(亿元)
	PrimaryIndustryYearOnYear     float64 `protobuf:"fixed64,6,opt,name=primaryIndustryYearOnYear,proto3" json:"primaryIndustryYearOnYear,omitempty"`         // 第一产业增加值季度累计同比增长(%)
	SecondaryIndustries           float64 `protobuf:"fixed64,7,opt,name=secondaryIndustries,proto3" json:"secondaryIndustries,omitempty"`                     // 第二产业增加值(亿元)
	SecondaryIndustriesYearOnYear float64 `protobuf:"fixed64,8,opt,name=secondaryIndustriesYearOnYear,proto3" json:"secondaryIndustriesYearOnYear,omitempty"` // 第二产业增加值季度累计同比增长(%)
	TertiaryIndustry              float64 `protobuf:"fixed64,9,opt,name=tertiaryIndustry,proto3" json:"tertiaryIndustry,omitempty"`                           // 第三产业增加值(亿元)
	TertiaryIndustryYearOnYear    float64 `protobuf:"fixed64,10,opt,name=tertiaryIndustryYearOnYear,proto3" json:"tertiaryIndustryYearOnYear,omitempty"`      // 第三产业增加值季度累计同比增长(%)
	// contains filtered or unexported fields
}

func (*Gdp) Descriptor deprecated

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

Deprecated: Use Gdp.ProtoReflect.Descriptor instead.

func (*Gdp) GetDate

func (x *Gdp) GetDate() string

func (*Gdp) GetGdp

func (x *Gdp) GetGdp() float64

func (*Gdp) GetGdpYearOnYear

func (x *Gdp) GetGdpYearOnYear() float64

func (*Gdp) GetPrimaryIndustry

func (x *Gdp) GetPrimaryIndustry() float64

func (*Gdp) GetPrimaryIndustryYearOnYear

func (x *Gdp) GetPrimaryIndustryYearOnYear() float64

func (*Gdp) GetSecondaryIndustries

func (x *Gdp) GetSecondaryIndustries() float64

func (*Gdp) GetSecondaryIndustriesYearOnYear

func (x *Gdp) GetSecondaryIndustriesYearOnYear() float64

func (*Gdp) GetTertiaryIndustry

func (x *Gdp) GetTertiaryIndustry() float64

func (*Gdp) GetTertiaryIndustryYearOnYear

func (x *Gdp) GetTertiaryIndustryYearOnYear() float64

func (*Gdp) GetTime

func (x *Gdp) GetTime() string

func (*Gdp) ProtoMessage

func (*Gdp) ProtoMessage()

func (*Gdp) ProtoReflect

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

func (*Gdp) Reset

func (x *Gdp) Reset()

func (*Gdp) String

func (x *Gdp) String() string

type GdpResponse

type GdpResponse struct {
	Results []*Gdp `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*GdpResponse) Descriptor deprecated

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

Deprecated: Use GdpResponse.ProtoReflect.Descriptor instead.

func (*GdpResponse) GetResults

func (x *GdpResponse) GetResults() []*Gdp

func (*GdpResponse) ProtoMessage

func (*GdpResponse) ProtoMessage()

func (*GdpResponse) ProtoReflect

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

func (*GdpResponse) Reset

func (x *GdpResponse) Reset()

func (*GdpResponse) String

func (x *GdpResponse) String() string

type GreeterClient

type GreeterClient interface {
	// 沪深300市盈率
	GetSH300PE(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SH300PEResponse, error)
	// 中美国债2、5、10、30年收益率
	GetBondZhUsRate(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*BondZhUsRateResponse, error)
	// 社会融资总量
	GetTotalSocialFlows(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SocialFinancingFlowsResponse, error)
	// 社会融资存量
	GetSocialFinancingStock(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SocialFinancingStockResponse, error)
	// 期货 伦铜:CAD
	GetFuturesForeignHist(ctx context.Context, in *FturesFoewignRequest, opts ...grpc.CallOption) (*FturesFoewignResponse, error)
	// PPI
	GetPpi(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PpiResponse, error)
	// GDP
	GetGdp(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*GdpResponse, error)
	// PMI
	GetPmi(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PmiResponse, error)
	// 制造业PMI详情
	GetManufacturingPmiParticulars(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ManufacturingPmiParticularsResponse, error)
	// CPI
	GetCpi(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CpiResponse, error)
	// 货币供应
	GetMoneySupply(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*MoneySupplyResponse, error)
	// 社会消费品零售总额
	GetConsumerGoodsRetail(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ConsumerGoodsRetailResponse, error)
	// 财新PMI
	GetCxPmi(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*CxPmiResponse, error)
	// 工业生产增加值
	GetValueAddedOfIndustrialProduction(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ValueAddedOfIndustrialProductionResponse, error)
	// 全社会用电
	GetSocialElectricityConsumption(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*SocialElectricityConsumptionResponse, error)
	// 全社会客货运输量
	GetPassengerAndFreightTraffic(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*PassengerAndFreightTrafficResponse, error)
	// 中国新增信贷数据
	GetNewFinancialCredit(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*NewFinancialCreditResponse, error)
	// 外汇储备与黄金
	GetForeignReserveAndGold(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ForeignReserveAndGoldResponse, error)
	// 固定资产投资 (房地产、第一、二、三产业)
	GetInvestmentInFixedAssets(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*InvestmentInFixedAssetsResponse, error)
}

GreeterClient is the client API for Greeter service.

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

func NewGreeterClient

func NewGreeterClient(cc grpc.ClientConnInterface) GreeterClient

type GreeterServer

type GreeterServer interface {
	// 沪深300市盈率
	GetSH300PE(context.Context, *emptypb.Empty) (*SH300PEResponse, error)
	// 中美国债2、5、10、30年收益率
	GetBondZhUsRate(context.Context, *emptypb.Empty) (*BondZhUsRateResponse, error)
	// 社会融资总量
	GetTotalSocialFlows(context.Context, *emptypb.Empty) (*SocialFinancingFlowsResponse, error)
	// 社会融资存量
	GetSocialFinancingStock(context.Context, *emptypb.Empty) (*SocialFinancingStockResponse, error)
	// 期货 伦铜:CAD
	GetFuturesForeignHist(context.Context, *FturesFoewignRequest) (*FturesFoewignResponse, error)
	// PPI
	GetPpi(context.Context, *emptypb.Empty) (*PpiResponse, error)
	// GDP
	GetGdp(context.Context, *emptypb.Empty) (*GdpResponse, error)
	// PMI
	GetPmi(context.Context, *emptypb.Empty) (*PmiResponse, error)
	// 制造业PMI详情
	GetManufacturingPmiParticulars(context.Context, *emptypb.Empty) (*ManufacturingPmiParticularsResponse, error)
	// CPI
	GetCpi(context.Context, *emptypb.Empty) (*CpiResponse, error)
	// 货币供应
	GetMoneySupply(context.Context, *emptypb.Empty) (*MoneySupplyResponse, error)
	// 社会消费品零售总额
	GetConsumerGoodsRetail(context.Context, *emptypb.Empty) (*ConsumerGoodsRetailResponse, error)
	// 财新PMI
	GetCxPmi(context.Context, *emptypb.Empty) (*CxPmiResponse, error)
	// 工业生产增加值
	GetValueAddedOfIndustrialProduction(context.Context, *emptypb.Empty) (*ValueAddedOfIndustrialProductionResponse, error)
	// 全社会用电
	GetSocialElectricityConsumption(context.Context, *emptypb.Empty) (*SocialElectricityConsumptionResponse, error)
	// 全社会客货运输量
	GetPassengerAndFreightTraffic(context.Context, *emptypb.Empty) (*PassengerAndFreightTrafficResponse, error)
	// 中国新增信贷数据
	GetNewFinancialCredit(context.Context, *emptypb.Empty) (*NewFinancialCreditResponse, error)
	// 外汇储备与黄金
	GetForeignReserveAndGold(context.Context, *emptypb.Empty) (*ForeignReserveAndGoldResponse, error)
	// 固定资产投资 (房地产、第一、二、三产业)
	GetInvestmentInFixedAssets(context.Context, *emptypb.Empty) (*InvestmentInFixedAssetsResponse, error)
}

GreeterServer is the server API for Greeter service. All implementations should embed UnimplementedGreeterServer for forward compatibility

type InvestmentInFixedAssets

type InvestmentInFixedAssets struct {
	Date                                string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	InvestmentCompletedAmount           string `protobuf:"bytes,2,opt,name=investmentCompletedAmount,proto3" json:"investmentCompletedAmount,omitempty"`                     //投资完成额(亿元)
	InvestmentCompletedAmountYearOnYear string `protobuf:"bytes,3,opt,name=investmentCompletedAmountYearOnYear,proto3" json:"investmentCompletedAmountYearOnYear,omitempty"` //投资完成额同比增长(%)
	PrimaryIndustry                     string `protobuf:"bytes,4,opt,name=primaryIndustry,proto3" json:"primaryIndustry,omitempty"`                                         //第一产业(亿元)
	PrimaryIndustryYearOnYear           string `protobuf:"bytes,5,opt,name=primaryIndustryYearOnYear,proto3" json:"primaryIndustryYearOnYear,omitempty"`                     //第一产业用同比%
	SecondaryIndustry                   string `protobuf:"bytes,6,opt,name=secondaryIndustry,proto3" json:"secondaryIndustry,omitempty"`                                     //第二产业
	SecondaryIndustryYearOnYear         string `protobuf:"bytes,7,opt,name=secondaryIndustryYearOnYear,proto3" json:"secondaryIndustryYearOnYear,omitempty"`                 //第二产业同比%
	TertiaryIndustry                    string `protobuf:"bytes,8,opt,name=tertiaryIndustry,proto3" json:"tertiaryIndustry,omitempty"`                                       //第三产业
	TertiaryIndustryYearOnYear          string `protobuf:"bytes,9,opt,name=tertiaryIndustryYearOnYear,proto3" json:"tertiaryIndustryYearOnYear,omitempty"`                   //第三产业同比%
	RealEstateDevelopment               string `protobuf:"bytes,10,opt,name=realEstateDevelopment,proto3" json:"realEstateDevelopment,omitempty"`                            //房地产开发(亿元)
	RealEstateDevelopmentYearOnYear     string `protobuf:"bytes,11,opt,name=realEstateDevelopmentYearOnYear,proto3" json:"realEstateDevelopmentYearOnYear,omitempty"`        //房地产开发同比增长(%)
	// contains filtered or unexported fields
}

func (*InvestmentInFixedAssets) Descriptor deprecated

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

Deprecated: Use InvestmentInFixedAssets.ProtoReflect.Descriptor instead.

func (*InvestmentInFixedAssets) GetDate

func (x *InvestmentInFixedAssets) GetDate() string

func (*InvestmentInFixedAssets) GetInvestmentCompletedAmount

func (x *InvestmentInFixedAssets) GetInvestmentCompletedAmount() string

func (*InvestmentInFixedAssets) GetInvestmentCompletedAmountYearOnYear

func (x *InvestmentInFixedAssets) GetInvestmentCompletedAmountYearOnYear() string

func (*InvestmentInFixedAssets) GetPrimaryIndustry

func (x *InvestmentInFixedAssets) GetPrimaryIndustry() string

func (*InvestmentInFixedAssets) GetPrimaryIndustryYearOnYear

func (x *InvestmentInFixedAssets) GetPrimaryIndustryYearOnYear() string

func (*InvestmentInFixedAssets) GetRealEstateDevelopment

func (x *InvestmentInFixedAssets) GetRealEstateDevelopment() string

func (*InvestmentInFixedAssets) GetRealEstateDevelopmentYearOnYear

func (x *InvestmentInFixedAssets) GetRealEstateDevelopmentYearOnYear() string

func (*InvestmentInFixedAssets) GetSecondaryIndustry

func (x *InvestmentInFixedAssets) GetSecondaryIndustry() string

func (*InvestmentInFixedAssets) GetSecondaryIndustryYearOnYear

func (x *InvestmentInFixedAssets) GetSecondaryIndustryYearOnYear() string

func (*InvestmentInFixedAssets) GetTertiaryIndustry

func (x *InvestmentInFixedAssets) GetTertiaryIndustry() string

func (*InvestmentInFixedAssets) GetTertiaryIndustryYearOnYear

func (x *InvestmentInFixedAssets) GetTertiaryIndustryYearOnYear() string

func (*InvestmentInFixedAssets) ProtoMessage

func (*InvestmentInFixedAssets) ProtoMessage()

func (*InvestmentInFixedAssets) ProtoReflect

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

func (*InvestmentInFixedAssets) Reset

func (x *InvestmentInFixedAssets) Reset()

func (*InvestmentInFixedAssets) String

func (x *InvestmentInFixedAssets) String() string

type InvestmentInFixedAssetsResponse

type InvestmentInFixedAssetsResponse struct {
	Results []*InvestmentInFixedAssets `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

固定资产投资

func (*InvestmentInFixedAssetsResponse) Descriptor deprecated

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

Deprecated: Use InvestmentInFixedAssetsResponse.ProtoReflect.Descriptor instead.

func (*InvestmentInFixedAssetsResponse) GetResults

func (*InvestmentInFixedAssetsResponse) ProtoMessage

func (*InvestmentInFixedAssetsResponse) ProtoMessage()

func (*InvestmentInFixedAssetsResponse) ProtoReflect

func (*InvestmentInFixedAssetsResponse) Reset

func (*InvestmentInFixedAssetsResponse) String

type ManufacturingPmiParticulars

type ManufacturingPmiParticulars struct {
	Date                              string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Pmi                               string `protobuf:"bytes,2,opt,name=pmi,proto3" json:"pmi,omitempty"`
	ProductionIndex                   string `protobuf:"bytes,3,opt,name=productionIndex,proto3" json:"productionIndex,omitempty"`                                     //生产指数
	IndexOfNewOrders                  string `protobuf:"bytes,4,opt,name=indexOfNewOrders,proto3" json:"indexOfNewOrders,omitempty"`                                   //新订单指数
	IndexOfNewExportOrders            string `protobuf:"bytes,5,opt,name=indexOfNewExportOrders,proto3" json:"indexOfNewExportOrders,omitempty"`                       //新出口订单指数
	BacklogIndex                      string `protobuf:"bytes,6,opt,name=backlogIndex,proto3" json:"backlogIndex,omitempty"`                                           //积压订单指数
	IndexOfInventoriesOfFinishedGoods string `protobuf:"bytes,7,opt,name=indexOfInventoriesOfFinishedGoods,proto3" json:"indexOfInventoriesOfFinishedGoods,omitempty"` //产成品库存指数
	PurchasingVolumeIndex             string `protobuf:"bytes,8,opt,name=purchasingVolumeIndex,proto3" json:"purchasingVolumeIndex,omitempty"`                         //采购量指数
	ImportIndex                       string `protobuf:"bytes,9,opt,name=importIndex,proto3" json:"importIndex,omitempty"`                                             //进口指数
	PurchasingPriceIndex              string `protobuf:"bytes,10,opt,name=purchasingPriceIndex,proto3" json:"purchasingPriceIndex,omitempty"`                          //购进价格指数
	InventoryIndexOfRawMaterials      string `protobuf:"bytes,11,opt,name=inventoryIndexOfRawMaterials,proto3" json:"inventoryIndexOfRawMaterials,omitempty"`          //原材料库存指数
	EmployeeIndex                     string `protobuf:"bytes,12,opt,name=employeeIndex,proto3" json:"employeeIndex,omitempty"`                                        //从业人员指数
	SupplierDeliveryTimeIndex         string `protobuf:"bytes,13,opt,name=supplierDeliveryTimeIndex,proto3" json:"supplierDeliveryTimeIndex,omitempty"`                //供应商配送时间指数
	// contains filtered or unexported fields
}

制造业PMI详情

func (*ManufacturingPmiParticulars) Descriptor deprecated

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

Deprecated: Use ManufacturingPmiParticulars.ProtoReflect.Descriptor instead.

func (*ManufacturingPmiParticulars) GetBacklogIndex

func (x *ManufacturingPmiParticulars) GetBacklogIndex() string

func (*ManufacturingPmiParticulars) GetDate

func (x *ManufacturingPmiParticulars) GetDate() string

func (*ManufacturingPmiParticulars) GetEmployeeIndex

func (x *ManufacturingPmiParticulars) GetEmployeeIndex() string

func (*ManufacturingPmiParticulars) GetImportIndex

func (x *ManufacturingPmiParticulars) GetImportIndex() string

func (*ManufacturingPmiParticulars) GetIndexOfInventoriesOfFinishedGoods

func (x *ManufacturingPmiParticulars) GetIndexOfInventoriesOfFinishedGoods() string

func (*ManufacturingPmiParticulars) GetIndexOfNewExportOrders

func (x *ManufacturingPmiParticulars) GetIndexOfNewExportOrders() string

func (*ManufacturingPmiParticulars) GetIndexOfNewOrders

func (x *ManufacturingPmiParticulars) GetIndexOfNewOrders() string

func (*ManufacturingPmiParticulars) GetInventoryIndexOfRawMaterials

func (x *ManufacturingPmiParticulars) GetInventoryIndexOfRawMaterials() string

func (*ManufacturingPmiParticulars) GetPmi

func (x *ManufacturingPmiParticulars) GetPmi() string

func (*ManufacturingPmiParticulars) GetProductionIndex

func (x *ManufacturingPmiParticulars) GetProductionIndex() string

func (*ManufacturingPmiParticulars) GetPurchasingPriceIndex

func (x *ManufacturingPmiParticulars) GetPurchasingPriceIndex() string

func (*ManufacturingPmiParticulars) GetPurchasingVolumeIndex

func (x *ManufacturingPmiParticulars) GetPurchasingVolumeIndex() string

func (*ManufacturingPmiParticulars) GetSupplierDeliveryTimeIndex

func (x *ManufacturingPmiParticulars) GetSupplierDeliveryTimeIndex() string

func (*ManufacturingPmiParticulars) ProtoMessage

func (*ManufacturingPmiParticulars) ProtoMessage()

func (*ManufacturingPmiParticulars) ProtoReflect

func (*ManufacturingPmiParticulars) Reset

func (x *ManufacturingPmiParticulars) Reset()

func (*ManufacturingPmiParticulars) String

func (x *ManufacturingPmiParticulars) String() string

type ManufacturingPmiParticularsResponse

type ManufacturingPmiParticularsResponse struct {
	Results []*ManufacturingPmiParticulars `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ManufacturingPmiParticularsResponse) Descriptor deprecated

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

Deprecated: Use ManufacturingPmiParticularsResponse.ProtoReflect.Descriptor instead.

func (*ManufacturingPmiParticularsResponse) GetResults

func (*ManufacturingPmiParticularsResponse) ProtoMessage

func (*ManufacturingPmiParticularsResponse) ProtoMessage()

func (*ManufacturingPmiParticularsResponse) ProtoReflect

func (*ManufacturingPmiParticularsResponse) Reset

func (*ManufacturingPmiParticularsResponse) String

type MoneySupply

type MoneySupply struct {
	Date           string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	M2             float64 `protobuf:"fixed64,2,opt,name=m2,proto3" json:"m2,omitempty"`                          //货币和准货币(M2)数量(亿元)
	M2YearOnYear   float64 `protobuf:"fixed64,3,opt,name=m2YearOnYear,proto3" json:"m2YearOnYear,omitempty"`      //货币和准货币(M2)同比增长 / %
	M2YearOverYear float64 `protobuf:"fixed64,4,opt,name=m2YearOverYear,proto3" json:"m2YearOverYear,omitempty"`  //货币和准货币(M2)环比增长/ %
	M1             float64 `protobuf:"fixed64,5,opt,name=m1,proto3" json:"m1,omitempty"`                          //货币(M1)数量(亿元)
	M1YearOnYear   float64 `protobuf:"fixed64,6,opt,name=m1YearOnYear,proto3" json:"m1YearOnYear,omitempty"`      //货币(M1)同比增长/ %
	M1YearOverYear float64 `protobuf:"fixed64,7,opt,name=m1YearOverYear,proto3" json:"m1YearOverYear,omitempty"`  //货币(M1)环比增长/ %
	M0             float64 `protobuf:"fixed64,8,opt,name=m0,proto3" json:"m0,omitempty"`                          //流通中的现金(M0)数量(亿元)
	M0YearOnYear   float64 `protobuf:"fixed64,9,opt,name=m0YearOnYear,proto3" json:"m0YearOnYear,omitempty"`      //流通中的现金(M0)同比增长/ %
	M0YearOverYear float64 `protobuf:"fixed64,10,opt,name=m0YearOverYear,proto3" json:"m0YearOverYear,omitempty"` //流通中的现金(M0)环比增长/ %
	// contains filtered or unexported fields
}

func (*MoneySupply) Descriptor deprecated

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

Deprecated: Use MoneySupply.ProtoReflect.Descriptor instead.

func (*MoneySupply) GetDate

func (x *MoneySupply) GetDate() string

func (*MoneySupply) GetM0

func (x *MoneySupply) GetM0() float64

func (*MoneySupply) GetM0YearOnYear

func (x *MoneySupply) GetM0YearOnYear() float64

func (*MoneySupply) GetM0YearOverYear

func (x *MoneySupply) GetM0YearOverYear() float64

func (*MoneySupply) GetM1

func (x *MoneySupply) GetM1() float64

func (*MoneySupply) GetM1YearOnYear

func (x *MoneySupply) GetM1YearOnYear() float64

func (*MoneySupply) GetM1YearOverYear

func (x *MoneySupply) GetM1YearOverYear() float64

func (*MoneySupply) GetM2

func (x *MoneySupply) GetM2() float64

func (*MoneySupply) GetM2YearOnYear

func (x *MoneySupply) GetM2YearOnYear() float64

func (*MoneySupply) GetM2YearOverYear

func (x *MoneySupply) GetM2YearOverYear() float64

func (*MoneySupply) ProtoMessage

func (*MoneySupply) ProtoMessage()

func (*MoneySupply) ProtoReflect

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

func (*MoneySupply) Reset

func (x *MoneySupply) Reset()

func (*MoneySupply) String

func (x *MoneySupply) String() string

type MoneySupplyResponse

type MoneySupplyResponse struct {
	Results []*MoneySupply `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*MoneySupplyResponse) Descriptor deprecated

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

Deprecated: Use MoneySupplyResponse.ProtoReflect.Descriptor instead.

func (*MoneySupplyResponse) GetResults

func (x *MoneySupplyResponse) GetResults() []*MoneySupply

func (*MoneySupplyResponse) ProtoMessage

func (*MoneySupplyResponse) ProtoMessage()

func (*MoneySupplyResponse) ProtoReflect

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

func (*MoneySupplyResponse) Reset

func (x *MoneySupplyResponse) Reset()

func (*MoneySupplyResponse) String

func (x *MoneySupplyResponse) String() string

type NewFinancialCredit

type NewFinancialCredit struct {
	Date               string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Time               string  `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	Loany              float64 `protobuf:"fixed64,3,opt,name=loany,proto3" json:"loany,omitempty"`                           //当月(亿元)
	LoanYearOnYear     float64 `protobuf:"fixed64,4,opt,name=loanYearOnYear,proto3" json:"loanYearOnYear,omitempty"`         // 同比增长(%)
	LoanyYearOverYear  float64 `protobuf:"fixed64,5,opt,name=loanyYearOverYear,proto3" json:"loanyYearOverYear,omitempty"`   // 环比增长
	LoanyAcc           float64 `protobuf:"fixed64,6,opt,name=loanyAcc,proto3" json:"loanyAcc,omitempty"`                     // 累计(亿元
	LoanyAccYearOnYear float64 `protobuf:"fixed64,7,opt,name=loanyAccYearOnYear,proto3" json:"loanyAccYearOnYear,omitempty"` // 同比增长(%)
	// contains filtered or unexported fields
}

中国新增信贷数据

func (*NewFinancialCredit) Descriptor deprecated

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

Deprecated: Use NewFinancialCredit.ProtoReflect.Descriptor instead.

func (*NewFinancialCredit) GetDate

func (x *NewFinancialCredit) GetDate() string

func (*NewFinancialCredit) GetLoanYearOnYear

func (x *NewFinancialCredit) GetLoanYearOnYear() float64

func (*NewFinancialCredit) GetLoany

func (x *NewFinancialCredit) GetLoany() float64

func (*NewFinancialCredit) GetLoanyAcc

func (x *NewFinancialCredit) GetLoanyAcc() float64

func (*NewFinancialCredit) GetLoanyAccYearOnYear

func (x *NewFinancialCredit) GetLoanyAccYearOnYear() float64

func (*NewFinancialCredit) GetLoanyYearOverYear

func (x *NewFinancialCredit) GetLoanyYearOverYear() float64

func (*NewFinancialCredit) GetTime

func (x *NewFinancialCredit) GetTime() string

func (*NewFinancialCredit) ProtoMessage

func (*NewFinancialCredit) ProtoMessage()

func (*NewFinancialCredit) ProtoReflect

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

func (*NewFinancialCredit) Reset

func (x *NewFinancialCredit) Reset()

func (*NewFinancialCredit) String

func (x *NewFinancialCredit) String() string

type NewFinancialCreditResponse

type NewFinancialCreditResponse struct {
	Results []*NewFinancialCredit `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*NewFinancialCreditResponse) Descriptor deprecated

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

Deprecated: Use NewFinancialCreditResponse.ProtoReflect.Descriptor instead.

func (*NewFinancialCreditResponse) GetResults

func (*NewFinancialCreditResponse) ProtoMessage

func (*NewFinancialCreditResponse) ProtoMessage()

func (*NewFinancialCreditResponse) ProtoReflect

func (*NewFinancialCreditResponse) Reset

func (x *NewFinancialCreditResponse) Reset()

func (*NewFinancialCreditResponse) String

func (x *NewFinancialCreditResponse) String() string

type PassengerAndFreightTraffic

type PassengerAndFreightTraffic struct {
	Date                                         string            `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Class                                        CategoryOfTraffic `protobuf:"varint,2,opt,name=class,proto3,enum=server.CategoryOfTraffic" json:"class,omitempty"`                             //运输种类
	FreightVolume                                string            `protobuf:"bytes,3,opt,name=freightVolume,proto3" json:"freightVolume,omitempty"`                                            //货运量/亿吨
	FreightVolumeYearOnYear                      string            `protobuf:"bytes,4,opt,name=freightVolumeYearOnYear,proto3" json:"freightVolumeYearOnYear,omitempty"`                        //货运量同比增长 %
	FreightTurnover                              string            `protobuf:"bytes,5,opt,name=freightTurnover,proto3" json:"freightTurnover,omitempty"`                                        //货物周转量/亿
	FreightTurnoverYearOnYear                    string            `protobuf:"bytes,6,opt,name=freightTurnoverYearOnYear,proto3" json:"freightTurnoverYearOnYear,omitempty"`                    //公里货物周转量同比增长 %
	PassengerCapacity                            string            `protobuf:"bytes,7,opt,name=passengerCapacity,proto3" json:"passengerCapacity,omitempty"`                                    //客运量/亿人
	PassengerCapacityYearOnYear                  string            `protobuf:"bytes,8,opt,name=passengerCapacityYearOnYear,proto3" json:"passengerCapacityYearOnYear,omitempty"`                //客运量同比增长 %
	PassengerTurnover                            string            `protobuf:"bytes,9,opt,name=passengerTurnover,proto3" json:"passengerTurnover,omitempty"`                                    //旅客周转量/亿
	PassengerTurnoverYearOnYear                  string            `protobuf:"bytes,10,opt,name=passengerTurnoverYearOnYear,proto3" json:"passengerTurnoverYearOnYear,omitempty"`               //公里旅客周转量同比增长/%
	CargoThroughputOfMajorCoastalPorts           string            `protobuf:"bytes,11,opt,name=cargoThroughputOfMajorCoastalPorts,proto3" json:"cargoThroughputOfMajorCoastalPorts,omitempty"` //沿海主要港口货物吞吐量/亿吨
	CargoThroughputOfMajorCoastalPortsYearOnYear string            ``                                                                                                                           //沿海主要港口货物吞吐量同比增长 %
	/* 142-byte string literal not displayed */
	ForeignTradeCargoThroughput           string `protobuf:"bytes,13,opt,name=foreignTradeCargoThroughput,proto3" json:"foreignTradeCargoThroughput,omitempty"` //其中:外贸货物吞吐量 /亿吨
	ForeignTradeCargoThroughputYearOnYear string ``                                                                                                             //其中:外贸货物吞吐量同比增长 %
	/* 128-byte string literal not displayed */
	TotalTurnoverOfCivilAviation   string `protobuf:"bytes,15,opt,name=totalTurnoverOfCivilAviation,proto3" json:"totalTurnoverOfCivilAviation,omitempty"`     //民航总周转量 /亿
	KmTotalTurnoverOfCivilAviation string `protobuf:"bytes,16,opt,name=kmTotalTurnoverOfCivilAviation,proto3" json:"kmTotalTurnoverOfCivilAviation,omitempty"` //公里民航总周转/%
	// contains filtered or unexported fields
}

func (*PassengerAndFreightTraffic) Descriptor deprecated

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

Deprecated: Use PassengerAndFreightTraffic.ProtoReflect.Descriptor instead.

func (*PassengerAndFreightTraffic) GetCargoThroughputOfMajorCoastalPorts

func (x *PassengerAndFreightTraffic) GetCargoThroughputOfMajorCoastalPorts() string

func (*PassengerAndFreightTraffic) GetCargoThroughputOfMajorCoastalPortsYearOnYear

func (x *PassengerAndFreightTraffic) GetCargoThroughputOfMajorCoastalPortsYearOnYear() string

func (*PassengerAndFreightTraffic) GetClass

func (*PassengerAndFreightTraffic) GetDate

func (x *PassengerAndFreightTraffic) GetDate() string

func (*PassengerAndFreightTraffic) GetForeignTradeCargoThroughput

func (x *PassengerAndFreightTraffic) GetForeignTradeCargoThroughput() string

func (*PassengerAndFreightTraffic) GetForeignTradeCargoThroughputYearOnYear

func (x *PassengerAndFreightTraffic) GetForeignTradeCargoThroughputYearOnYear() string

func (*PassengerAndFreightTraffic) GetFreightTurnover

func (x *PassengerAndFreightTraffic) GetFreightTurnover() string

func (*PassengerAndFreightTraffic) GetFreightTurnoverYearOnYear

func (x *PassengerAndFreightTraffic) GetFreightTurnoverYearOnYear() string

func (*PassengerAndFreightTraffic) GetFreightVolume

func (x *PassengerAndFreightTraffic) GetFreightVolume() string

func (*PassengerAndFreightTraffic) GetFreightVolumeYearOnYear

func (x *PassengerAndFreightTraffic) GetFreightVolumeYearOnYear() string

func (*PassengerAndFreightTraffic) GetKmTotalTurnoverOfCivilAviation

func (x *PassengerAndFreightTraffic) GetKmTotalTurnoverOfCivilAviation() string

func (*PassengerAndFreightTraffic) GetPassengerCapacity

func (x *PassengerAndFreightTraffic) GetPassengerCapacity() string

func (*PassengerAndFreightTraffic) GetPassengerCapacityYearOnYear

func (x *PassengerAndFreightTraffic) GetPassengerCapacityYearOnYear() string

func (*PassengerAndFreightTraffic) GetPassengerTurnover

func (x *PassengerAndFreightTraffic) GetPassengerTurnover() string

func (*PassengerAndFreightTraffic) GetPassengerTurnoverYearOnYear

func (x *PassengerAndFreightTraffic) GetPassengerTurnoverYearOnYear() string

func (*PassengerAndFreightTraffic) GetTotalTurnoverOfCivilAviation

func (x *PassengerAndFreightTraffic) GetTotalTurnoverOfCivilAviation() string

func (*PassengerAndFreightTraffic) ProtoMessage

func (*PassengerAndFreightTraffic) ProtoMessage()

func (*PassengerAndFreightTraffic) ProtoReflect

func (*PassengerAndFreightTraffic) Reset

func (x *PassengerAndFreightTraffic) Reset()

func (*PassengerAndFreightTraffic) String

func (x *PassengerAndFreightTraffic) String() string

type PassengerAndFreightTrafficResponse

type PassengerAndFreightTrafficResponse struct {
	Results []*PassengerAndFreightTraffic `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*PassengerAndFreightTrafficResponse) Descriptor deprecated

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

Deprecated: Use PassengerAndFreightTrafficResponse.ProtoReflect.Descriptor instead.

func (*PassengerAndFreightTrafficResponse) GetResults

func (*PassengerAndFreightTrafficResponse) ProtoMessage

func (*PassengerAndFreightTrafficResponse) ProtoMessage()

func (*PassengerAndFreightTrafficResponse) ProtoReflect

func (*PassengerAndFreightTrafficResponse) Reset

func (*PassengerAndFreightTrafficResponse) String

type Pmi

type Pmi struct {
	Date                       string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`                                               // 2022-10-01 00:00:00
	Time                       string  `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`                                               // 2022年10月份
	Manufacturing              float64 `protobuf:"fixed64,3,opt,name=manufacturing,proto3" json:"manufacturing,omitempty"`                           // 制造业
	ManufacturingYearOnYear    float64 `protobuf:"fixed64,4,opt,name=manufacturingYearOnYear,proto3" json:"manufacturingYearOnYear,omitempty"`       // 同比增加(%)
	NonManufacturing           float64 `protobuf:"fixed64,5,opt,name=nonManufacturing,proto3" json:"nonManufacturing,omitempty"`                     // 非制造业
	NonManufacturingYearOnYear float64 `protobuf:"fixed64,6,opt,name=nonManufacturingYearOnYear,proto3" json:"nonManufacturingYearOnYear,omitempty"` // 同比增加(%)
	// contains filtered or unexported fields
}

func (*Pmi) Descriptor deprecated

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

Deprecated: Use Pmi.ProtoReflect.Descriptor instead.

func (*Pmi) GetDate

func (x *Pmi) GetDate() string

func (*Pmi) GetManufacturing

func (x *Pmi) GetManufacturing() float64

func (*Pmi) GetManufacturingYearOnYear

func (x *Pmi) GetManufacturingYearOnYear() float64

func (*Pmi) GetNonManufacturing

func (x *Pmi) GetNonManufacturing() float64

func (*Pmi) GetNonManufacturingYearOnYear

func (x *Pmi) GetNonManufacturingYearOnYear() float64

func (*Pmi) GetTime

func (x *Pmi) GetTime() string

func (*Pmi) ProtoMessage

func (*Pmi) ProtoMessage()

func (*Pmi) ProtoReflect

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

func (*Pmi) Reset

func (x *Pmi) Reset()

func (*Pmi) String

func (x *Pmi) String() string

type PmiResponse

type PmiResponse struct {
	Results []*Pmi `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*PmiResponse) Descriptor deprecated

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

Deprecated: Use PmiResponse.ProtoReflect.Descriptor instead.

func (*PmiResponse) GetResults

func (x *PmiResponse) GetResults() []*Pmi

func (*PmiResponse) ProtoMessage

func (*PmiResponse) ProtoMessage()

func (*PmiResponse) ProtoReflect

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

func (*PmiResponse) Reset

func (x *PmiResponse) Reset()

func (*PmiResponse) String

func (x *PmiResponse) String() string

type Ppi

type Ppi struct {
	Date         string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`                   // 2022-10-01 00:00:00
	Time         string  `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`                   // 2022年10月份
	Ppi          float64 `protobuf:"fixed64,3,opt,name=ppi,proto3" json:"ppi,omitempty"`                   // 工业品出厂价格指数
	YearOnYear   float64 `protobuf:"fixed64,4,opt,name=yearOnYear,proto3" json:"yearOnYear,omitempty"`     // 当月同比增长(%)
	Accumulative float64 `protobuf:"fixed64,5,opt,name=accumulative,proto3" json:"accumulative,omitempty"` // 累计
	// contains filtered or unexported fields
}

func (*Ppi) Descriptor deprecated

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

Deprecated: Use Ppi.ProtoReflect.Descriptor instead.

func (*Ppi) GetAccumulative

func (x *Ppi) GetAccumulative() float64

func (*Ppi) GetDate

func (x *Ppi) GetDate() string

func (*Ppi) GetPpi

func (x *Ppi) GetPpi() float64

func (*Ppi) GetTime

func (x *Ppi) GetTime() string

func (*Ppi) GetYearOnYear

func (x *Ppi) GetYearOnYear() float64

func (*Ppi) ProtoMessage

func (*Ppi) ProtoMessage()

func (*Ppi) ProtoReflect

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

func (*Ppi) Reset

func (x *Ppi) Reset()

func (*Ppi) String

func (x *Ppi) String() string

type PpiResponse

type PpiResponse struct {
	Results []*Ppi `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*PpiResponse) Descriptor deprecated

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

Deprecated: Use PpiResponse.ProtoReflect.Descriptor instead.

func (*PpiResponse) GetResults

func (x *PpiResponse) GetResults() []*Ppi

func (*PpiResponse) ProtoMessage

func (*PpiResponse) ProtoMessage()

func (*PpiResponse) ProtoReflect

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

func (*PpiResponse) Reset

func (x *PpiResponse) Reset()

func (*PpiResponse) String

func (x *PpiResponse) String() string

type SH300PE

type SH300PE struct {
	Date        float64 `protobuf:"fixed64,1,opt,name=date,proto3" json:"date,omitempty"` // 时间
	Time        string  `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	MiddleLyrPe float64 `protobuf:"fixed64,3,opt,name=middleLyrPe,proto3" json:"middleLyrPe,omitempty"` //沪深300静态市盈率中位数
	LyrPe       float64 `protobuf:"fixed64,4,opt,name=lyrPe,proto3" json:"lyrPe,omitempty"`             //沪深300静态市盈率等权平均
	AddLyrPe    float64 `protobuf:"fixed64,5,opt,name=addLyrPe,proto3" json:"addLyrPe,omitempty"`       //沪深300静态市盈率
	MiddleTtmPe float64 `protobuf:"fixed64,6,opt,name=middleTtmPe,proto3" json:"middleTtmPe,omitempty"` //沪深300滚动市盈率(TTM)中位数
	TtmPe       float64 `protobuf:"fixed64,7,opt,name=ttmPe,proto3" json:"ttmPe,omitempty"`             //沪深300滚动市盈率(TTM)等权平均
	AddTtmPe    float64 `protobuf:"fixed64,8,opt,name=addTtmPe,proto3" json:"addTtmPe,omitempty"`       //沪深300滚动市盈率(TTM)
	// contains filtered or unexported fields
}

func (*SH300PE) Descriptor deprecated

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

Deprecated: Use SH300PE.ProtoReflect.Descriptor instead.

func (*SH300PE) GetAddLyrPe

func (x *SH300PE) GetAddLyrPe() float64

func (*SH300PE) GetAddTtmPe

func (x *SH300PE) GetAddTtmPe() float64

func (*SH300PE) GetDate

func (x *SH300PE) GetDate() float64

func (*SH300PE) GetLyrPe

func (x *SH300PE) GetLyrPe() float64

func (*SH300PE) GetMiddleLyrPe

func (x *SH300PE) GetMiddleLyrPe() float64

func (*SH300PE) GetMiddleTtmPe

func (x *SH300PE) GetMiddleTtmPe() float64

func (*SH300PE) GetTime

func (x *SH300PE) GetTime() string

func (*SH300PE) GetTtmPe

func (x *SH300PE) GetTtmPe() float64

func (*SH300PE) ProtoMessage

func (*SH300PE) ProtoMessage()

func (*SH300PE) ProtoReflect

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

func (*SH300PE) Reset

func (x *SH300PE) Reset()

func (*SH300PE) String

func (x *SH300PE) String() string

type SH300PEResponse

type SH300PEResponse struct {
	Results []*SH300PE `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*SH300PEResponse) Descriptor deprecated

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

Deprecated: Use SH300PEResponse.ProtoReflect.Descriptor instead.

func (*SH300PEResponse) GetResults

func (x *SH300PEResponse) GetResults() []*SH300PE

func (*SH300PEResponse) ProtoMessage

func (*SH300PEResponse) ProtoMessage()

func (*SH300PEResponse) ProtoReflect

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

func (*SH300PEResponse) Reset

func (x *SH300PEResponse) Reset()

func (*SH300PEResponse) String

func (x *SH300PEResponse) String() string

type SocialElectricityConsumption

type SocialElectricityConsumption struct {
	Date                        string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	WholeSociety                string `protobuf:"bytes,2,opt,name=wholeSociety,proto3" json:"wholeSociety,omitempty"`                                //全社会用电量/万千瓦时
	WholeSocietyYearOnYear      string `protobuf:"bytes,3,opt,name=wholeSocietyYearOnYear,proto3" json:"wholeSocietyYearOnYear,omitempty"`            //全社会用电量同比 %
	AllIndustries               string `protobuf:"bytes,4,opt,name=allIndustries,proto3" json:"allIndustries,omitempty"`                              //各行业用电量合计/万千瓦时
	AllIndustriesYearOnYear     string `protobuf:"bytes,5,opt,name=allIndustriesYearOnYear,proto3" json:"allIndustriesYearOnYear,omitempty"`          //各行业用电量合计同比 %
	PrimaryIndustry             string `protobuf:"bytes,6,opt,name=primaryIndustry,proto3" json:"primaryIndustry,omitempty"`                          //第一产业用电量 万千瓦时
	PrimaryIndustryYearOnYear   string `protobuf:"bytes,7,opt,name=primaryIndustryYearOnYear,proto3" json:"primaryIndustryYearOnYear,omitempty"`      //第一产业用电量同比%
	SecondaryIndustry           string `protobuf:"bytes,8,opt,name=secondaryIndustry,proto3" json:"secondaryIndustry,omitempty"`                      //第二产业用电量 万千瓦时
	SecondaryIndustryYearOnYear string `protobuf:"bytes,9,opt,name=secondaryIndustryYearOnYear,proto3" json:"secondaryIndustryYearOnYear,omitempty"`  //第二产业用电量同比%
	TertiaryIndustry            string `protobuf:"bytes,10,opt,name=tertiaryIndustry,proto3" json:"tertiaryIndustry,omitempty"`                       //第三产业用电量万千瓦时
	TertiaryIndustryYearOnYear  string `protobuf:"bytes,11,opt,name=tertiaryIndustryYearOnYear,proto3" json:"tertiaryIndustryYearOnYear,omitempty"`   //第三产业用电量同比%
	CitiesAndVillages           string `protobuf:"bytes,12,opt,name=citiesAndVillages,proto3" json:"citiesAndVillages,omitempty"`                     //城乡居民生活用电量合计/ 万千瓦时
	CitiesAndVillagesYearOnYear string `protobuf:"bytes,13,opt,name=citiesAndVillagesYearOnYear,proto3" json:"citiesAndVillagesYearOnYear,omitempty"` //城乡居民生活用电量合计同比 %
	Cities                      string `protobuf:"bytes,14,opt,name=cities,proto3" json:"cities,omitempty"`                                           //城镇居民用电量 万千瓦时
	CitiesYearOnYear            string `protobuf:"bytes,15,opt,name=citiesYearOnYear,proto3" json:"citiesYearOnYear,omitempty"`                       //城镇居民用电量同比%
	Villages                    string `protobuf:"bytes,16,opt,name=villages,proto3" json:"villages,omitempty"`                                       //乡村居民用电量 万千瓦时
	VillagesYearOnYear          string `protobuf:"bytes,17,opt,name=villagesYearOnYear,proto3" json:"villagesYearOnYear,omitempty"`                   //乡村居民用电量同比 %
	// contains filtered or unexported fields
}

func (*SocialElectricityConsumption) Descriptor deprecated

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

Deprecated: Use SocialElectricityConsumption.ProtoReflect.Descriptor instead.

func (*SocialElectricityConsumption) GetAllIndustries

func (x *SocialElectricityConsumption) GetAllIndustries() string

func (*SocialElectricityConsumption) GetAllIndustriesYearOnYear

func (x *SocialElectricityConsumption) GetAllIndustriesYearOnYear() string

func (*SocialElectricityConsumption) GetCities

func (x *SocialElectricityConsumption) GetCities() string

func (*SocialElectricityConsumption) GetCitiesAndVillages

func (x *SocialElectricityConsumption) GetCitiesAndVillages() string

func (*SocialElectricityConsumption) GetCitiesAndVillagesYearOnYear

func (x *SocialElectricityConsumption) GetCitiesAndVillagesYearOnYear() string

func (*SocialElectricityConsumption) GetCitiesYearOnYear

func (x *SocialElectricityConsumption) GetCitiesYearOnYear() string

func (*SocialElectricityConsumption) GetDate

func (x *SocialElectricityConsumption) GetDate() string

func (*SocialElectricityConsumption) GetPrimaryIndustry

func (x *SocialElectricityConsumption) GetPrimaryIndustry() string

func (*SocialElectricityConsumption) GetPrimaryIndustryYearOnYear

func (x *SocialElectricityConsumption) GetPrimaryIndustryYearOnYear() string

func (*SocialElectricityConsumption) GetSecondaryIndustry

func (x *SocialElectricityConsumption) GetSecondaryIndustry() string

func (*SocialElectricityConsumption) GetSecondaryIndustryYearOnYear

func (x *SocialElectricityConsumption) GetSecondaryIndustryYearOnYear() string

func (*SocialElectricityConsumption) GetTertiaryIndustry

func (x *SocialElectricityConsumption) GetTertiaryIndustry() string

func (*SocialElectricityConsumption) GetTertiaryIndustryYearOnYear

func (x *SocialElectricityConsumption) GetTertiaryIndustryYearOnYear() string

func (*SocialElectricityConsumption) GetVillages

func (x *SocialElectricityConsumption) GetVillages() string

func (*SocialElectricityConsumption) GetVillagesYearOnYear

func (x *SocialElectricityConsumption) GetVillagesYearOnYear() string

func (*SocialElectricityConsumption) GetWholeSociety

func (x *SocialElectricityConsumption) GetWholeSociety() string

func (*SocialElectricityConsumption) GetWholeSocietyYearOnYear

func (x *SocialElectricityConsumption) GetWholeSocietyYearOnYear() string

func (*SocialElectricityConsumption) ProtoMessage

func (*SocialElectricityConsumption) ProtoMessage()

func (*SocialElectricityConsumption) ProtoReflect

func (*SocialElectricityConsumption) Reset

func (x *SocialElectricityConsumption) Reset()

func (*SocialElectricityConsumption) String

type SocialElectricityConsumptionResponse

type SocialElectricityConsumptionResponse struct {
	Results []*SocialElectricityConsumption `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*SocialElectricityConsumptionResponse) Descriptor deprecated

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

Deprecated: Use SocialElectricityConsumptionResponse.ProtoReflect.Descriptor instead.

func (*SocialElectricityConsumptionResponse) GetResults

func (*SocialElectricityConsumptionResponse) ProtoMessage

func (*SocialElectricityConsumptionResponse) ProtoMessage()

func (*SocialElectricityConsumptionResponse) ProtoReflect

func (*SocialElectricityConsumptionResponse) Reset

func (*SocialElectricityConsumptionResponse) String

type SocialFinancingFlow

type SocialFinancingFlow struct {
	Date        string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Ndbab       float32 `protobuf:"fixed32,2,opt,name=ndbab,proto3" json:"ndbab,omitempty"`             //其中-未贴现银行承兑汇票
	Entrustloan float32 `protobuf:"fixed32,3,opt,name=entrustloan,proto3" json:"entrustloan,omitempty"` //其中-委托贷款
	Forcloan    float32 `protobuf:"fixed32,4,opt,name=forcloan,proto3" json:"forcloan,omitempty"`       //其中-委托贷款外币(折合人民币)
	Rmblaon     float32 `protobuf:"fixed32,5,opt,name=rmblaon,proto3" json:"rmblaon,omitempty"`         //其中-人民币贷款
	Bibae       float32 `protobuf:"fixed32,6,opt,name=bibae,proto3" json:"bibae,omitempty"`             //其中-企业债券
	Tiosfs      float32 `protobuf:"fixed32,7,opt,name=tiosfs,proto3" json:"tiosfs,omitempty"`           //社会融资规模增量(亿元)
	Sfinfe      float32 `protobuf:"fixed32,8,opt,name=sfinfe,proto3" json:"sfinfe,omitempty"`           //其中-非金融企业境内股票融资
	Trustloan   float32 `protobuf:"fixed32,9,opt,name=trustloan,proto3" json:"trustloan,omitempty"`     //其中-信托贷款
	// contains filtered or unexported fields
}

中国社会融资规模增量

func (*SocialFinancingFlow) Descriptor deprecated

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

Deprecated: Use SocialFinancingFlow.ProtoReflect.Descriptor instead.

func (*SocialFinancingFlow) GetBibae

func (x *SocialFinancingFlow) GetBibae() float32

func (*SocialFinancingFlow) GetDate

func (x *SocialFinancingFlow) GetDate() string

func (*SocialFinancingFlow) GetEntrustloan

func (x *SocialFinancingFlow) GetEntrustloan() float32

func (*SocialFinancingFlow) GetForcloan

func (x *SocialFinancingFlow) GetForcloan() float32

func (*SocialFinancingFlow) GetNdbab

func (x *SocialFinancingFlow) GetNdbab() float32

func (*SocialFinancingFlow) GetRmblaon

func (x *SocialFinancingFlow) GetRmblaon() float32

func (*SocialFinancingFlow) GetSfinfe

func (x *SocialFinancingFlow) GetSfinfe() float32

func (*SocialFinancingFlow) GetTiosfs

func (x *SocialFinancingFlow) GetTiosfs() float32

func (*SocialFinancingFlow) GetTrustloan

func (x *SocialFinancingFlow) GetTrustloan() float32

func (*SocialFinancingFlow) ProtoMessage

func (*SocialFinancingFlow) ProtoMessage()

func (*SocialFinancingFlow) ProtoReflect

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

func (*SocialFinancingFlow) Reset

func (x *SocialFinancingFlow) Reset()

func (*SocialFinancingFlow) String

func (x *SocialFinancingFlow) String() string

type SocialFinancingFlowsResponse

type SocialFinancingFlowsResponse struct {
	Results []*SocialFinancingFlow `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*SocialFinancingFlowsResponse) Descriptor deprecated

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

Deprecated: Use SocialFinancingFlowsResponse.ProtoReflect.Descriptor instead.

func (*SocialFinancingFlowsResponse) GetResults

func (*SocialFinancingFlowsResponse) ProtoMessage

func (*SocialFinancingFlowsResponse) ProtoMessage()

func (*SocialFinancingFlowsResponse) ProtoReflect

func (*SocialFinancingFlowsResponse) Reset

func (x *SocialFinancingFlowsResponse) Reset()

func (*SocialFinancingFlowsResponse) String

type SocialFinancingStock

type SocialFinancingStock struct {
	Date                  string `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`               //时间
	Ndbab                 string `protobuf:"bytes,2,opt,name=ndbab,proto3" json:"ndbab,omitempty"`             //其中-未贴现银行承兑汇票
	Entrustloan           string `protobuf:"bytes,3,opt,name=entrustloan,proto3" json:"entrustloan,omitempty"` //其中-委托贷款
	Forcloan              string `protobuf:"bytes,4,opt,name=forcloan,proto3" json:"forcloan,omitempty"`       //其中-委托贷款外币(折合人民币)
	Rmblaon               string `protobuf:"bytes,5,opt,name=rmblaon,proto3" json:"rmblaon,omitempty"`         //其中-人民币贷款
	Bibae                 string `protobuf:"bytes,6,opt,name=bibae,proto3" json:"bibae,omitempty"`             //其中-企业债券
	Tiosfs                string `protobuf:"bytes,7,opt,name=tiosfs,proto3" json:"tiosfs,omitempty"`           //社会融资规模增量(亿元)/存量
	Sfinfe                string `protobuf:"bytes,8,opt,name=sfinfe,proto3" json:"sfinfe,omitempty"`           //其中-非金融企业境内股票融资
	Trustloan             string `protobuf:"bytes,9,opt,name=trustloan,proto3" json:"trustloan,omitempty"`     //其中-信托贷款
	AssetBackedSecurities string ``                                                                            //存款类金融机构资产支持证券
	/* 127-byte string literal not displayed */
	LoansWrittenOff                 string `protobuf:"bytes,11,opt,name=loans_written_off,json=loansWrittenOff,proto3" json:"loans_written_off,omitempty"` //贷款核销
	GovernmentBonds                 string `protobuf:"bytes,12,opt,name=government_bonds,json=governmentBonds,proto3" json:"government_bonds,omitempty"`   //政府债券
	Ndbabgrowthrate                 string `protobuf:"bytes,13,opt,name=ndbabgrowthrate,proto3" json:"ndbabgrowthrate,omitempty"`                          //增速(%)
	Entrustloangrowthrate           string `protobuf:"bytes,14,opt,name=entrustloangrowthrate,proto3" json:"entrustloangrowthrate,omitempty"`
	Forcloangrowthrate              string `protobuf:"bytes,15,opt,name=forcloangrowthrate,proto3" json:"forcloangrowthrate,omitempty"`
	Rmblaongrowthrate               string `protobuf:"bytes,16,opt,name=rmblaongrowthrate,proto3" json:"rmblaongrowthrate,omitempty"`
	Bibaegrowthrate                 string `protobuf:"bytes,17,opt,name=bibaegrowthrate,proto3" json:"bibaegrowthrate,omitempty"`
	Tiosfsgrowthrate                string `protobuf:"bytes,18,opt,name=tiosfsgrowthrate,proto3" json:"tiosfsgrowthrate,omitempty"`
	Sfinfegrowthrate                string `protobuf:"bytes,19,opt,name=sfinfegrowthrate,proto3" json:"sfinfegrowthrate,omitempty"`
	Trustloangrowthrate             string `protobuf:"bytes,20,opt,name=trustloangrowthrate,proto3" json:"trustloangrowthrate,omitempty"`
	AssetBackedSecuritiesgrowthrate string `` /* 157-byte string literal not displayed */
	LoansWrittenOffgrowthrate       string `` /* 139-byte string literal not displayed */
	GovernmentBondsgrowthrate       string `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SocialFinancingStock) Descriptor deprecated

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

Deprecated: Use SocialFinancingStock.ProtoReflect.Descriptor instead.

func (*SocialFinancingStock) GetAssetBackedSecurities

func (x *SocialFinancingStock) GetAssetBackedSecurities() string

func (*SocialFinancingStock) GetAssetBackedSecuritiesgrowthrate

func (x *SocialFinancingStock) GetAssetBackedSecuritiesgrowthrate() string

func (*SocialFinancingStock) GetBibae

func (x *SocialFinancingStock) GetBibae() string

func (*SocialFinancingStock) GetBibaegrowthrate

func (x *SocialFinancingStock) GetBibaegrowthrate() string

func (*SocialFinancingStock) GetDate

func (x *SocialFinancingStock) GetDate() string

func (*SocialFinancingStock) GetEntrustloan

func (x *SocialFinancingStock) GetEntrustloan() string

func (*SocialFinancingStock) GetEntrustloangrowthrate

func (x *SocialFinancingStock) GetEntrustloangrowthrate() string

func (*SocialFinancingStock) GetForcloan

func (x *SocialFinancingStock) GetForcloan() string

func (*SocialFinancingStock) GetForcloangrowthrate

func (x *SocialFinancingStock) GetForcloangrowthrate() string

func (*SocialFinancingStock) GetGovernmentBonds

func (x *SocialFinancingStock) GetGovernmentBonds() string

func (*SocialFinancingStock) GetGovernmentBondsgrowthrate

func (x *SocialFinancingStock) GetGovernmentBondsgrowthrate() string

func (*SocialFinancingStock) GetLoansWrittenOff

func (x *SocialFinancingStock) GetLoansWrittenOff() string

func (*SocialFinancingStock) GetLoansWrittenOffgrowthrate

func (x *SocialFinancingStock) GetLoansWrittenOffgrowthrate() string

func (*SocialFinancingStock) GetNdbab

func (x *SocialFinancingStock) GetNdbab() string

func (*SocialFinancingStock) GetNdbabgrowthrate

func (x *SocialFinancingStock) GetNdbabgrowthrate() string

func (*SocialFinancingStock) GetRmblaon

func (x *SocialFinancingStock) GetRmblaon() string

func (*SocialFinancingStock) GetRmblaongrowthrate

func (x *SocialFinancingStock) GetRmblaongrowthrate() string

func (*SocialFinancingStock) GetSfinfe

func (x *SocialFinancingStock) GetSfinfe() string

func (*SocialFinancingStock) GetSfinfegrowthrate

func (x *SocialFinancingStock) GetSfinfegrowthrate() string

func (*SocialFinancingStock) GetTiosfs

func (x *SocialFinancingStock) GetTiosfs() string

func (*SocialFinancingStock) GetTiosfsgrowthrate

func (x *SocialFinancingStock) GetTiosfsgrowthrate() string

func (*SocialFinancingStock) GetTrustloan

func (x *SocialFinancingStock) GetTrustloan() string

func (*SocialFinancingStock) GetTrustloangrowthrate

func (x *SocialFinancingStock) GetTrustloangrowthrate() string

func (*SocialFinancingStock) ProtoMessage

func (*SocialFinancingStock) ProtoMessage()

func (*SocialFinancingStock) ProtoReflect

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

func (*SocialFinancingStock) Reset

func (x *SocialFinancingStock) Reset()

func (*SocialFinancingStock) String

func (x *SocialFinancingStock) String() string

type SocialFinancingStockResponse

type SocialFinancingStockResponse struct {
	Results []*SocialFinancingStock `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*SocialFinancingStockResponse) Descriptor deprecated

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

Deprecated: Use SocialFinancingStockResponse.ProtoReflect.Descriptor instead.

func (*SocialFinancingStockResponse) GetResults

func (*SocialFinancingStockResponse) ProtoMessage

func (*SocialFinancingStockResponse) ProtoMessage()

func (*SocialFinancingStockResponse) ProtoReflect

func (*SocialFinancingStockResponse) Reset

func (x *SocialFinancingStockResponse) Reset()

func (*SocialFinancingStockResponse) String

type UnimplementedGreeterServer

type UnimplementedGreeterServer struct {
}

UnimplementedGreeterServer should be embedded to have forward compatible implementations.

func (UnimplementedGreeterServer) GetBondZhUsRate

func (UnimplementedGreeterServer) GetConsumerGoodsRetail

func (UnimplementedGreeterServer) GetCpi

func (UnimplementedGreeterServer) GetCxPmi

func (UnimplementedGreeterServer) GetForeignReserveAndGold

func (UnimplementedGreeterServer) GetFuturesForeignHist

func (UnimplementedGreeterServer) GetGdp

func (UnimplementedGreeterServer) GetInvestmentInFixedAssets

func (UnimplementedGreeterServer) GetManufacturingPmiParticulars

func (UnimplementedGreeterServer) GetMoneySupply

func (UnimplementedGreeterServer) GetNewFinancialCredit

func (UnimplementedGreeterServer) GetPassengerAndFreightTraffic

func (UnimplementedGreeterServer) GetPmi

func (UnimplementedGreeterServer) GetPpi

func (UnimplementedGreeterServer) GetSH300PE

func (UnimplementedGreeterServer) GetSocialElectricityConsumption

func (UnimplementedGreeterServer) GetSocialFinancingStock

func (UnimplementedGreeterServer) GetTotalSocialFlows

func (UnimplementedGreeterServer) GetValueAddedOfIndustrialProduction

type UnsafeGreeterServer

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

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

type ValueAddedOfIndustrialProduction

type ValueAddedOfIndustrialProduction struct {
	Date             string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Time             string  `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	YearOnYear       float64 `protobuf:"fixed64,3,opt,name=yearOnYear,proto3" json:"yearOnYear,omitempty"`             // 同比增长
	CumulativeGrowth float64 `protobuf:"fixed64,4,opt,name=cumulativeGrowth,proto3" json:"cumulativeGrowth,omitempty"` // 累计增长
	// contains filtered or unexported fields
}

func (*ValueAddedOfIndustrialProduction) Descriptor deprecated

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

Deprecated: Use ValueAddedOfIndustrialProduction.ProtoReflect.Descriptor instead.

func (*ValueAddedOfIndustrialProduction) GetCumulativeGrowth

func (x *ValueAddedOfIndustrialProduction) GetCumulativeGrowth() float64

func (*ValueAddedOfIndustrialProduction) GetDate

func (*ValueAddedOfIndustrialProduction) GetTime

func (*ValueAddedOfIndustrialProduction) GetYearOnYear

func (x *ValueAddedOfIndustrialProduction) GetYearOnYear() float64

func (*ValueAddedOfIndustrialProduction) ProtoMessage

func (*ValueAddedOfIndustrialProduction) ProtoMessage()

func (*ValueAddedOfIndustrialProduction) ProtoReflect

func (*ValueAddedOfIndustrialProduction) Reset

func (*ValueAddedOfIndustrialProduction) String

type ValueAddedOfIndustrialProductionResponse

type ValueAddedOfIndustrialProductionResponse struct {
	Results []*ValueAddedOfIndustrialProduction `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// contains filtered or unexported fields
}

func (*ValueAddedOfIndustrialProductionResponse) Descriptor deprecated

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

Deprecated: Use ValueAddedOfIndustrialProductionResponse.ProtoReflect.Descriptor instead.

func (*ValueAddedOfIndustrialProductionResponse) GetResults

func (*ValueAddedOfIndustrialProductionResponse) ProtoMessage

func (*ValueAddedOfIndustrialProductionResponse) ProtoReflect

func (*ValueAddedOfIndustrialProductionResponse) Reset

func (*ValueAddedOfIndustrialProductionResponse) String

Jump to

Keyboard shortcuts

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