This commit is contained in:
crusader 2018-05-11 20:36:29 +09:00
parent 49f54ef0e3
commit 0110ed7672
4 changed files with 93 additions and 36 deletions

View File

@ -1,4 +1,6 @@
eclipse.preferences.version=1 eclipse.preferences.version=1
encoding//src/main/proto=UTF-8 encoding//src/main/proto=UTF-8
encoding//src/main/resources=UTF-8 encoding//src/main/resources=UTF-8
encoding//target/generated-sources/protobuf/grpc-java=UTF-8
encoding//target/generated-sources/protobuf/java=UTF-8
encoding/<project>=UTF-8 encoding/<project>=UTF-8

View File

@ -1,17 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT. // Code generated by protoc-gen-go. DO NOT EDIT.
// source: central-api.proto // source: central-api.proto
/*
Package central_api is a generated protocol buffer package.
It is generated from these files:
central-api.proto
It has these top-level messages:
ServerInput
ServerParam
ServerOutput
*/
package central_api package central_api
import proto "github.com/golang/protobuf/proto" import proto "github.com/golang/protobuf/proto"
@ -35,15 +24,37 @@ var _ = math.Inf
const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
type ServerInput struct { type ServerInput struct {
Target string `protobuf:"bytes,1,opt,name=target" json:"target,omitempty"` Target string `protobuf:"bytes,1,opt,name=target" json:"target,omitempty"`
Method string `protobuf:"bytes,2,opt,name=method" json:"method,omitempty"` Method string `protobuf:"bytes,2,opt,name=method" json:"method,omitempty"`
Params []string `protobuf:"bytes,3,rep,name=params" json:"params,omitempty"` Params []string `protobuf:"bytes,3,rep,name=params" json:"params,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
} }
func (m *ServerInput) Reset() { *m = ServerInput{} } func (m *ServerInput) Reset() { *m = ServerInput{} }
func (m *ServerInput) String() string { return proto.CompactTextString(m) } func (m *ServerInput) String() string { return proto.CompactTextString(m) }
func (*ServerInput) ProtoMessage() {} func (*ServerInput) ProtoMessage() {}
func (*ServerInput) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } func (*ServerInput) Descriptor() ([]byte, []int) {
return fileDescriptor_central_api_90f582576a9bbfba, []int{0}
}
func (m *ServerInput) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ServerInput.Unmarshal(m, b)
}
func (m *ServerInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ServerInput.Marshal(b, m, deterministic)
}
func (dst *ServerInput) XXX_Merge(src proto.Message) {
xxx_messageInfo_ServerInput.Merge(dst, src)
}
func (m *ServerInput) XXX_Size() int {
return xxx_messageInfo_ServerInput.Size(m)
}
func (m *ServerInput) XXX_DiscardUnknown() {
xxx_messageInfo_ServerInput.DiscardUnknown(m)
}
var xxx_messageInfo_ServerInput proto.InternalMessageInfo
func (m *ServerInput) GetTarget() string { func (m *ServerInput) GetTarget() string {
if m != nil { if m != nil {
@ -67,15 +78,37 @@ func (m *ServerInput) GetParams() []string {
} }
type ServerParam struct { type ServerParam struct {
Type string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"` Type string `protobuf:"bytes,1,opt,name=type" json:"type,omitempty"`
Data string `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"` Data string `protobuf:"bytes,2,opt,name=data" json:"data,omitempty"`
IsCollection bool `protobuf:"varint,3,opt,name=isCollection" json:"isCollection,omitempty"` IsCollection bool `protobuf:"varint,3,opt,name=isCollection" json:"isCollection,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
} }
func (m *ServerParam) Reset() { *m = ServerParam{} } func (m *ServerParam) Reset() { *m = ServerParam{} }
func (m *ServerParam) String() string { return proto.CompactTextString(m) } func (m *ServerParam) String() string { return proto.CompactTextString(m) }
func (*ServerParam) ProtoMessage() {} func (*ServerParam) ProtoMessage() {}
func (*ServerParam) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } func (*ServerParam) Descriptor() ([]byte, []int) {
return fileDescriptor_central_api_90f582576a9bbfba, []int{1}
}
func (m *ServerParam) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ServerParam.Unmarshal(m, b)
}
func (m *ServerParam) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ServerParam.Marshal(b, m, deterministic)
}
func (dst *ServerParam) XXX_Merge(src proto.Message) {
xxx_messageInfo_ServerParam.Merge(dst, src)
}
func (m *ServerParam) XXX_Size() int {
return xxx_messageInfo_ServerParam.Size(m)
}
func (m *ServerParam) XXX_DiscardUnknown() {
xxx_messageInfo_ServerParam.DiscardUnknown(m)
}
var xxx_messageInfo_ServerParam proto.InternalMessageInfo
func (m *ServerParam) GetType() string { func (m *ServerParam) GetType() string {
if m != nil { if m != nil {
@ -99,13 +132,35 @@ func (m *ServerParam) GetIsCollection() bool {
} }
type ServerOutput struct { type ServerOutput struct {
Result string `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"` Result string `protobuf:"bytes,1,opt,name=result" json:"result,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
} }
func (m *ServerOutput) Reset() { *m = ServerOutput{} } func (m *ServerOutput) Reset() { *m = ServerOutput{} }
func (m *ServerOutput) String() string { return proto.CompactTextString(m) } func (m *ServerOutput) String() string { return proto.CompactTextString(m) }
func (*ServerOutput) ProtoMessage() {} func (*ServerOutput) ProtoMessage() {}
func (*ServerOutput) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } func (*ServerOutput) Descriptor() ([]byte, []int) {
return fileDescriptor_central_api_90f582576a9bbfba, []int{2}
}
func (m *ServerOutput) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ServerOutput.Unmarshal(m, b)
}
func (m *ServerOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_ServerOutput.Marshal(b, m, deterministic)
}
func (dst *ServerOutput) XXX_Merge(src proto.Message) {
xxx_messageInfo_ServerOutput.Merge(dst, src)
}
func (m *ServerOutput) XXX_Size() int {
return xxx_messageInfo_ServerOutput.Size(m)
}
func (m *ServerOutput) XXX_DiscardUnknown() {
xxx_messageInfo_ServerOutput.DiscardUnknown(m)
}
var xxx_messageInfo_ServerOutput proto.InternalMessageInfo
func (m *ServerOutput) GetResult() string { func (m *ServerOutput) GetResult() string {
if m != nil { if m != nil {
@ -192,9 +247,9 @@ var _CentralAPI_serviceDesc = grpc.ServiceDesc{
Metadata: "central-api.proto", Metadata: "central-api.proto",
} }
func init() { proto.RegisterFile("central-api.proto", fileDescriptor0) } func init() { proto.RegisterFile("central-api.proto", fileDescriptor_central_api_90f582576a9bbfba) }
var fileDescriptor0 = []byte{ var fileDescriptor_central_api_90f582576a9bbfba = []byte{
// 241 bytes of a gzipped FileDescriptorProto // 241 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0xb1, 0x4e, 0xc3, 0x30, 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0xb1, 0x4e, 0xc3, 0x30,
0x10, 0x40, 0x31, 0xa9, 0x2a, 0x38, 0xc2, 0x80, 0x07, 0x14, 0xb1, 0x10, 0x59, 0xa2, 0xea, 0x82, 0x10, 0x40, 0x31, 0xa9, 0x2a, 0x38, 0xc2, 0x80, 0x07, 0x14, 0xb1, 0x10, 0x59, 0xa2, 0xea, 0x82,

View File

@ -17,9 +17,9 @@
<name>com.loafle.overflow.central-api</name> <name>com.loafle.overflow.central-api</name>
<properties> <properties>
<grpc.version>1.2.0</grpc.version> <grpc.version>1.12.0</grpc.version>
<protoc.version>3.2.0</protoc.version> <protoc.version>3.5.1</protoc.version>
<protoc-maven-plugin.version>0.5.0</protoc-maven-plugin.version> <protoc-maven-plugin.version>0.5.1</protoc-maven-plugin.version>
</properties> </properties>
<dependencies> <dependencies>

View File

@ -1,7 +1,7 @@
# https://github.com/google/protobuf/releases # https://github.com/google/protobuf/releases
# Unzip # Unzip
#unzip protoc-3.3.0-linux-x86_64.zip -d protoc3 #unzip protoc-3.5.1-linux-x86_64.zip -d protoc3
# Move protoc to /usr/local/bin/ # Move protoc to /usr/local/bin/
#sudo mv protoc3/bin/* /usr/local/bin/ #sudo mv protoc3/bin/* /usr/local/bin/