Documentation ¶
Index ¶
- func RegisterDDLServiceServer(s *grpc.Server, srv DDLServiceServer)
- func RegisterDSLServiceServer(s *grpc.Server, srv DSLServiceServer)
- type AddReq
- func (*AddReq) Descriptor() ([]byte, []int)
- func (m *AddReq) GetFields() []*Field
- func (m *AddReq) GetTableName() string
- func (*AddReq) ProtoMessage()
- func (m *AddReq) Reset()
- func (m *AddReq) String() string
- func (m *AddReq) XXX_DiscardUnknown()
- func (m *AddReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddReq) XXX_Merge(src proto.Message)
- func (m *AddReq) XXX_Size() int
- func (m *AddReq) XXX_Unmarshal(b []byte) error
- type AddResp
- func (*AddResp) Descriptor() ([]byte, []int)
- func (m *AddResp) GetTableName() string
- func (*AddResp) ProtoMessage()
- func (m *AddResp) Reset()
- func (m *AddResp) String() string
- func (m *AddResp) XXX_DiscardUnknown()
- func (m *AddResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AddResp) XXX_Merge(src proto.Message)
- func (m *AddResp) XXX_Size() int
- func (m *AddResp) XXX_Unmarshal(b []byte) error
- type CountReq
- func (*CountReq) Descriptor() ([]byte, []int)
- func (m *CountReq) GetDsl() *anypb.Any
- func (m *CountReq) GetTableName() string
- func (*CountReq) ProtoMessage()
- func (m *CountReq) Reset()
- func (m *CountReq) String() string
- func (m *CountReq) XXX_DiscardUnknown()
- func (m *CountReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CountReq) XXX_Merge(src proto.Message)
- func (m *CountReq) XXX_Size() int
- func (m *CountReq) XXX_Unmarshal(b []byte) error
- type CountResp
- func (*CountResp) Descriptor() ([]byte, []int)
- func (m *CountResp) GetData() int64
- func (*CountResp) ProtoMessage()
- func (m *CountResp) Reset()
- func (m *CountResp) String() string
- func (m *CountResp) XXX_DiscardUnknown()
- func (m *CountResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CountResp) XXX_Merge(src proto.Message)
- func (m *CountResp) XXX_Size() int
- func (m *CountResp) XXX_Unmarshal(b []byte) error
- type CreateReq
- func (*CreateReq) Descriptor() ([]byte, []int)
- func (m *CreateReq) GetFields() []*Field
- func (m *CreateReq) GetTableName() string
- func (*CreateReq) ProtoMessage()
- func (m *CreateReq) Reset()
- func (m *CreateReq) String() string
- func (m *CreateReq) XXX_DiscardUnknown()
- func (m *CreateReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateReq) XXX_Merge(src proto.Message)
- func (m *CreateReq) XXX_Size() int
- func (m *CreateReq) XXX_Unmarshal(b []byte) error
- type CreateResp
- func (*CreateResp) Descriptor() ([]byte, []int)
- func (m *CreateResp) GetTableName() string
- func (*CreateResp) ProtoMessage()
- func (m *CreateResp) Reset()
- func (m *CreateResp) String() string
- func (m *CreateResp) XXX_DiscardUnknown()
- func (m *CreateResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateResp) XXX_Merge(src proto.Message)
- func (m *CreateResp) XXX_Size() int
- func (m *CreateResp) XXX_Unmarshal(b []byte) error
- type DDLServiceClient
- type DDLServiceServer
- type DSLServiceClient
- type DSLServiceServer
- type DeleteReq
- func (*DeleteReq) Descriptor() ([]byte, []int)
- func (m *DeleteReq) GetDsl() *anypb.Any
- func (m *DeleteReq) GetTableName() string
- func (*DeleteReq) ProtoMessage()
- func (m *DeleteReq) Reset()
- func (m *DeleteReq) String() string
- func (m *DeleteReq) XXX_DiscardUnknown()
- func (m *DeleteReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteReq) XXX_Merge(src proto.Message)
- func (m *DeleteReq) XXX_Size() int
- func (m *DeleteReq) XXX_Unmarshal(b []byte) error
- type DeleteResp
- func (*DeleteResp) Descriptor() ([]byte, []int)
- func (m *DeleteResp) GetCount() int64
- func (*DeleteResp) ProtoMessage()
- func (m *DeleteResp) Reset()
- func (m *DeleteResp) String() string
- func (m *DeleteResp) XXX_DiscardUnknown()
- func (m *DeleteResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DeleteResp) XXX_Merge(src proto.Message)
- func (m *DeleteResp) XXX_Size() int
- func (m *DeleteResp) XXX_Unmarshal(b []byte) error
- type DropIndexReq
- func (*DropIndexReq) Descriptor() ([]byte, []int)
- func (m *DropIndexReq) GetIndexName() string
- func (m *DropIndexReq) GetTableName() string
- func (*DropIndexReq) ProtoMessage()
- func (m *DropIndexReq) Reset()
- func (m *DropIndexReq) String() string
- func (m *DropIndexReq) XXX_DiscardUnknown()
- func (m *DropIndexReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DropIndexReq) XXX_Merge(src proto.Message)
- func (m *DropIndexReq) XXX_Size() int
- func (m *DropIndexReq) XXX_Unmarshal(b []byte) error
- type DropIndexResp
- func (*DropIndexResp) Descriptor() ([]byte, []int)
- func (m *DropIndexResp) GetIndexName() string
- func (*DropIndexResp) ProtoMessage()
- func (m *DropIndexResp) Reset()
- func (m *DropIndexResp) String() string
- func (m *DropIndexResp) XXX_DiscardUnknown()
- func (m *DropIndexResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DropIndexResp) XXX_Merge(src proto.Message)
- func (m *DropIndexResp) XXX_Size() int
- func (m *DropIndexResp) XXX_Unmarshal(b []byte) error
- type Field
- func (*Field) Descriptor() ([]byte, []int)
- func (m *Field) GetComment() string
- func (m *Field) GetMax() int64
- func (m *Field) GetNotNull() bool
- func (m *Field) GetTitle() string
- func (m *Field) GetType() string
- func (*Field) ProtoMessage()
- func (m *Field) Reset()
- func (m *Field) String() string
- func (m *Field) XXX_DiscardUnknown()
- func (m *Field) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Field) XXX_Merge(src proto.Message)
- func (m *Field) XXX_Size() int
- func (m *Field) XXX_Unmarshal(b []byte) error
- type FindOneReq
- func (*FindOneReq) Descriptor() ([]byte, []int)
- func (m *FindOneReq) GetDsl() *anypb.Any
- func (m *FindOneReq) GetTableName() string
- func (*FindOneReq) ProtoMessage()
- func (m *FindOneReq) Reset()
- func (m *FindOneReq) String() string
- func (m *FindOneReq) XXX_DiscardUnknown()
- func (m *FindOneReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FindOneReq) XXX_Merge(src proto.Message)
- func (m *FindOneReq) XXX_Size() int
- func (m *FindOneReq) XXX_Unmarshal(b []byte) error
- type FindOneResp
- func (*FindOneResp) Descriptor() ([]byte, []int)
- func (m *FindOneResp) GetData() *anypb.Any
- func (*FindOneResp) ProtoMessage()
- func (m *FindOneResp) Reset()
- func (m *FindOneResp) String() string
- func (m *FindOneResp) XXX_DiscardUnknown()
- func (m *FindOneResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FindOneResp) XXX_Merge(src proto.Message)
- func (m *FindOneResp) XXX_Size() int
- func (m *FindOneResp) XXX_Unmarshal(b []byte) error
- type FindReq
- func (*FindReq) Descriptor() ([]byte, []int)
- func (m *FindReq) GetDsl() *anypb.Any
- func (m *FindReq) GetPage() int64
- func (m *FindReq) GetSize() int64
- func (m *FindReq) GetSort() []string
- func (m *FindReq) GetTableName() string
- func (*FindReq) ProtoMessage()
- func (m *FindReq) Reset()
- func (m *FindReq) String() string
- func (m *FindReq) XXX_DiscardUnknown()
- func (m *FindReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FindReq) XXX_Merge(src proto.Message)
- func (m *FindReq) XXX_Size() int
- func (m *FindReq) XXX_Unmarshal(b []byte) error
- type FindResp
- func (*FindResp) Descriptor() ([]byte, []int)
- func (m *FindResp) GetCount() int64
- func (m *FindResp) GetData() *anypb.Any
- func (*FindResp) ProtoMessage()
- func (m *FindResp) Reset()
- func (m *FindResp) String() string
- func (m *FindResp) XXX_DiscardUnknown()
- func (m *FindResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *FindResp) XXX_Merge(src proto.Message)
- func (m *FindResp) XXX_Size() int
- func (m *FindResp) XXX_Unmarshal(b []byte) error
- type IndexReq
- func (*IndexReq) Descriptor() ([]byte, []int)
- func (m *IndexReq) GetIndexName() string
- func (m *IndexReq) GetTableName() string
- func (m *IndexReq) GetTitles() []string
- func (*IndexReq) ProtoMessage()
- func (m *IndexReq) Reset()
- func (m *IndexReq) String() string
- func (m *IndexReq) XXX_DiscardUnknown()
- func (m *IndexReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IndexReq) XXX_Merge(src proto.Message)
- func (m *IndexReq) XXX_Size() int
- func (m *IndexReq) XXX_Unmarshal(b []byte) error
- type IndexResp
- func (*IndexResp) Descriptor() ([]byte, []int)
- func (m *IndexResp) GetIndexName() string
- func (*IndexResp) ProtoMessage()
- func (m *IndexResp) Reset()
- func (m *IndexResp) String() string
- func (m *IndexResp) XXX_DiscardUnknown()
- func (m *IndexResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IndexResp) XXX_Merge(src proto.Message)
- func (m *IndexResp) XXX_Size() int
- func (m *IndexResp) XXX_Unmarshal(b []byte) error
- type InsertReq
- func (*InsertReq) Descriptor() ([]byte, []int)
- func (m *InsertReq) GetEntities() []*anypb.Any
- func (m *InsertReq) GetTableName() string
- func (*InsertReq) ProtoMessage()
- func (m *InsertReq) Reset()
- func (m *InsertReq) String() string
- func (m *InsertReq) XXX_DiscardUnknown()
- func (m *InsertReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InsertReq) XXX_Merge(src proto.Message)
- func (m *InsertReq) XXX_Size() int
- func (m *InsertReq) XXX_Unmarshal(b []byte) error
- type InsertResp
- func (*InsertResp) Descriptor() ([]byte, []int)
- func (m *InsertResp) GetCount() int64
- func (*InsertResp) ProtoMessage()
- func (m *InsertResp) Reset()
- func (m *InsertResp) String() string
- func (m *InsertResp) XXX_DiscardUnknown()
- func (m *InsertResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InsertResp) XXX_Merge(src proto.Message)
- func (m *InsertResp) XXX_Size() int
- func (m *InsertResp) XXX_Unmarshal(b []byte) error
- type ModifyReq
- func (*ModifyReq) Descriptor() ([]byte, []int)
- func (m *ModifyReq) GetFields() []*Field
- func (m *ModifyReq) GetTableName() string
- func (*ModifyReq) ProtoMessage()
- func (m *ModifyReq) Reset()
- func (m *ModifyReq) String() string
- func (m *ModifyReq) XXX_DiscardUnknown()
- func (m *ModifyReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyReq) XXX_Merge(src proto.Message)
- func (m *ModifyReq) XXX_Size() int
- func (m *ModifyReq) XXX_Unmarshal(b []byte) error
- type ModifyResp
- func (*ModifyResp) Descriptor() ([]byte, []int)
- func (m *ModifyResp) GetTableName() string
- func (*ModifyResp) ProtoMessage()
- func (m *ModifyResp) Reset()
- func (m *ModifyResp) String() string
- func (m *ModifyResp) XXX_DiscardUnknown()
- func (m *ModifyResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ModifyResp) XXX_Merge(src proto.Message)
- func (m *ModifyResp) XXX_Size() int
- func (m *ModifyResp) XXX_Unmarshal(b []byte) error
- type UnimplementedDDLServiceServer
- func (*UnimplementedDDLServiceServer) Add(ctx context.Context, req *AddReq) (*AddResp, error)
- func (*UnimplementedDDLServiceServer) Create(ctx context.Context, req *CreateReq) (*CreateResp, error)
- func (*UnimplementedDDLServiceServer) DropIndex(ctx context.Context, req *DropIndexReq) (*DropIndexResp, error)
- func (*UnimplementedDDLServiceServer) Index(ctx context.Context, req *IndexReq) (*IndexResp, error)
- func (*UnimplementedDDLServiceServer) Modify(ctx context.Context, req *ModifyReq) (*ModifyResp, error)
- func (*UnimplementedDDLServiceServer) Unique(ctx context.Context, req *UniqueReq) (*UniqueResp, error)
- type UnimplementedDSLServiceServer
- func (*UnimplementedDSLServiceServer) Count(ctx context.Context, req *CountReq) (*CountResp, error)
- func (*UnimplementedDSLServiceServer) Delete(ctx context.Context, req *DeleteReq) (*DeleteResp, error)
- func (*UnimplementedDSLServiceServer) Find(ctx context.Context, req *FindReq) (*FindResp, error)
- func (*UnimplementedDSLServiceServer) FindOne(ctx context.Context, req *FindOneReq) (*FindOneResp, error)
- func (*UnimplementedDSLServiceServer) Insert(ctx context.Context, req *InsertReq) (*InsertResp, error)
- func (*UnimplementedDSLServiceServer) Update(ctx context.Context, req *UpdateReq) (*UpdateResp, error)
- type UniqueReq
- func (*UniqueReq) Descriptor() ([]byte, []int)
- func (m *UniqueReq) GetIndexName() string
- func (m *UniqueReq) GetTableName() string
- func (m *UniqueReq) GetTitles() []string
- func (*UniqueReq) ProtoMessage()
- func (m *UniqueReq) Reset()
- func (m *UniqueReq) String() string
- func (m *UniqueReq) XXX_DiscardUnknown()
- func (m *UniqueReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UniqueReq) XXX_Merge(src proto.Message)
- func (m *UniqueReq) XXX_Size() int
- func (m *UniqueReq) XXX_Unmarshal(b []byte) error
- type UniqueResp
- func (*UniqueResp) Descriptor() ([]byte, []int)
- func (m *UniqueResp) GetIndexName() string
- func (*UniqueResp) ProtoMessage()
- func (m *UniqueResp) Reset()
- func (m *UniqueResp) String() string
- func (m *UniqueResp) XXX_DiscardUnknown()
- func (m *UniqueResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UniqueResp) XXX_Merge(src proto.Message)
- func (m *UniqueResp) XXX_Size() int
- func (m *UniqueResp) XXX_Unmarshal(b []byte) error
- type UpdateReq
- func (*UpdateReq) Descriptor() ([]byte, []int)
- func (m *UpdateReq) GetDsl() *anypb.Any
- func (m *UpdateReq) GetEntity() *anypb.Any
- func (m *UpdateReq) GetTableName() string
- func (*UpdateReq) ProtoMessage()
- func (m *UpdateReq) Reset()
- func (m *UpdateReq) String() string
- func (m *UpdateReq) XXX_DiscardUnknown()
- func (m *UpdateReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateReq) XXX_Merge(src proto.Message)
- func (m *UpdateReq) XXX_Size() int
- func (m *UpdateReq) XXX_Unmarshal(b []byte) error
- type UpdateResp
- func (*UpdateResp) Descriptor() ([]byte, []int)
- func (m *UpdateResp) GetCount() int64
- func (*UpdateResp) ProtoMessage()
- func (m *UpdateResp) Reset()
- func (m *UpdateResp) String() string
- func (m *UpdateResp) XXX_DiscardUnknown()
- func (m *UpdateResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateResp) XXX_Merge(src proto.Message)
- func (m *UpdateResp) XXX_Size() int
- func (m *UpdateResp) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterDDLServiceServer ¶
func RegisterDDLServiceServer(s *grpc.Server, srv DDLServiceServer)
func RegisterDSLServiceServer ¶
func RegisterDSLServiceServer(s *grpc.Server, srv DSLServiceServer)
Types ¶
type AddReq ¶
type AddReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` Fields []*Field `protobuf:"bytes,3,rep,name=fields,proto3" json:"fields,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddReq) Descriptor ¶
func (*AddReq) GetTableName ¶
func (*AddReq) ProtoMessage ¶
func (*AddReq) ProtoMessage()
func (*AddReq) XXX_DiscardUnknown ¶
func (m *AddReq) XXX_DiscardUnknown()
func (*AddReq) XXX_Marshal ¶
func (*AddReq) XXX_Unmarshal ¶
type AddResp ¶
type AddResp struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AddResp) Descriptor ¶
func (*AddResp) GetTableName ¶
func (*AddResp) ProtoMessage ¶
func (*AddResp) ProtoMessage()
func (*AddResp) XXX_DiscardUnknown ¶
func (m *AddResp) XXX_DiscardUnknown()
func (*AddResp) XXX_Marshal ¶
func (*AddResp) XXX_Unmarshal ¶
type CountReq ¶
type CountReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` Dsl *anypb.Any `protobuf:"bytes,2,opt,name=dsl,proto3" json:"dsl,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CountReq) Descriptor ¶
func (*CountReq) GetTableName ¶
func (*CountReq) ProtoMessage ¶
func (*CountReq) ProtoMessage()
func (*CountReq) XXX_DiscardUnknown ¶
func (m *CountReq) XXX_DiscardUnknown()
func (*CountReq) XXX_Marshal ¶
func (*CountReq) XXX_Unmarshal ¶
type CountResp ¶
type CountResp struct { Data int64 `protobuf:"varint,1,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CountResp) Descriptor ¶
func (*CountResp) ProtoMessage ¶
func (*CountResp) ProtoMessage()
func (*CountResp) XXX_DiscardUnknown ¶
func (m *CountResp) XXX_DiscardUnknown()
func (*CountResp) XXX_Marshal ¶
func (*CountResp) XXX_Unmarshal ¶
type CreateReq ¶
type CreateReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` Fields []*Field `protobuf:"bytes,3,rep,name=fields,proto3" json:"fields,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateReq) Descriptor ¶
func (*CreateReq) GetTableName ¶
func (*CreateReq) ProtoMessage ¶
func (*CreateReq) ProtoMessage()
func (*CreateReq) XXX_DiscardUnknown ¶
func (m *CreateReq) XXX_DiscardUnknown()
func (*CreateReq) XXX_Marshal ¶
func (*CreateReq) XXX_Unmarshal ¶
type CreateResp ¶
type CreateResp struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateResp) Descriptor ¶
func (*CreateResp) Descriptor() ([]byte, []int)
func (*CreateResp) GetTableName ¶
func (m *CreateResp) GetTableName() string
func (*CreateResp) ProtoMessage ¶
func (*CreateResp) ProtoMessage()
func (*CreateResp) Reset ¶
func (m *CreateResp) Reset()
func (*CreateResp) String ¶
func (m *CreateResp) String() string
func (*CreateResp) XXX_DiscardUnknown ¶
func (m *CreateResp) XXX_DiscardUnknown()
func (*CreateResp) XXX_Marshal ¶
func (m *CreateResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateResp) XXX_Merge ¶
func (m *CreateResp) XXX_Merge(src proto.Message)
func (*CreateResp) XXX_Size ¶
func (m *CreateResp) XXX_Size() int
func (*CreateResp) XXX_Unmarshal ¶
func (m *CreateResp) XXX_Unmarshal(b []byte) error
type DDLServiceClient ¶
type DDLServiceClient interface { Create(ctx context.Context, in *CreateReq, opts ...grpc.CallOption) (*CreateResp, error) Add(ctx context.Context, in *AddReq, opts ...grpc.CallOption) (*AddResp, error) Modify(ctx context.Context, in *ModifyReq, opts ...grpc.CallOption) (*ModifyResp, error) Index(ctx context.Context, in *IndexReq, opts ...grpc.CallOption) (*IndexResp, error) Unique(ctx context.Context, in *UniqueReq, opts ...grpc.CallOption) (*UniqueResp, error) DropIndex(ctx context.Context, in *DropIndexReq, opts ...grpc.CallOption) (*DropIndexResp, error) }
DDLServiceClient is the client API for DDLService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDDLServiceClient ¶
func NewDDLServiceClient(cc *grpc.ClientConn) DDLServiceClient
type DDLServiceServer ¶
type DDLServiceServer interface { Create(context.Context, *CreateReq) (*CreateResp, error) Add(context.Context, *AddReq) (*AddResp, error) Modify(context.Context, *ModifyReq) (*ModifyResp, error) Index(context.Context, *IndexReq) (*IndexResp, error) Unique(context.Context, *UniqueReq) (*UniqueResp, error) DropIndex(context.Context, *DropIndexReq) (*DropIndexResp, error) }
DDLServiceServer is the server API for DDLService service.
type DSLServiceClient ¶
type DSLServiceClient interface { FindOne(ctx context.Context, in *FindOneReq, opts ...grpc.CallOption) (*FindOneResp, error) Find(ctx context.Context, in *FindReq, opts ...grpc.CallOption) (*FindResp, error) Count(ctx context.Context, in *CountReq, opts ...grpc.CallOption) (*CountResp, error) Insert(ctx context.Context, in *InsertReq, opts ...grpc.CallOption) (*InsertResp, error) Update(ctx context.Context, in *UpdateReq, opts ...grpc.CallOption) (*UpdateResp, error) Delete(ctx context.Context, in *DeleteReq, opts ...grpc.CallOption) (*DeleteResp, error) }
DSLServiceClient is the client API for DSLService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewDSLServiceClient ¶
func NewDSLServiceClient(cc *grpc.ClientConn) DSLServiceClient
type DSLServiceServer ¶
type DSLServiceServer interface { FindOne(context.Context, *FindOneReq) (*FindOneResp, error) Find(context.Context, *FindReq) (*FindResp, error) Count(context.Context, *CountReq) (*CountResp, error) Insert(context.Context, *InsertReq) (*InsertResp, error) Update(context.Context, *UpdateReq) (*UpdateResp, error) Delete(context.Context, *DeleteReq) (*DeleteResp, error) }
DSLServiceServer is the server API for DSLService service.
type DeleteReq ¶
type DeleteReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` Dsl *anypb.Any `protobuf:"bytes,2,opt,name=dsl,proto3" json:"dsl,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteReq) Descriptor ¶
func (*DeleteReq) GetTableName ¶
func (*DeleteReq) ProtoMessage ¶
func (*DeleteReq) ProtoMessage()
func (*DeleteReq) XXX_DiscardUnknown ¶
func (m *DeleteReq) XXX_DiscardUnknown()
func (*DeleteReq) XXX_Marshal ¶
func (*DeleteReq) XXX_Unmarshal ¶
type DeleteResp ¶
type DeleteResp struct { Count int64 `protobuf:"zigzag64,1,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DeleteResp) Descriptor ¶
func (*DeleteResp) Descriptor() ([]byte, []int)
func (*DeleteResp) GetCount ¶
func (m *DeleteResp) GetCount() int64
func (*DeleteResp) ProtoMessage ¶
func (*DeleteResp) ProtoMessage()
func (*DeleteResp) Reset ¶
func (m *DeleteResp) Reset()
func (*DeleteResp) String ¶
func (m *DeleteResp) String() string
func (*DeleteResp) XXX_DiscardUnknown ¶
func (m *DeleteResp) XXX_DiscardUnknown()
func (*DeleteResp) XXX_Marshal ¶
func (m *DeleteResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DeleteResp) XXX_Merge ¶
func (m *DeleteResp) XXX_Merge(src proto.Message)
func (*DeleteResp) XXX_Size ¶
func (m *DeleteResp) XXX_Size() int
func (*DeleteResp) XXX_Unmarshal ¶
func (m *DeleteResp) XXX_Unmarshal(b []byte) error
type DropIndexReq ¶
type DropIndexReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` IndexName string `protobuf:"bytes,2,opt,name=indexName,proto3" json:"indexName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DropIndexReq) Descriptor ¶
func (*DropIndexReq) Descriptor() ([]byte, []int)
func (*DropIndexReq) GetIndexName ¶
func (m *DropIndexReq) GetIndexName() string
func (*DropIndexReq) GetTableName ¶
func (m *DropIndexReq) GetTableName() string
func (*DropIndexReq) ProtoMessage ¶
func (*DropIndexReq) ProtoMessage()
func (*DropIndexReq) Reset ¶
func (m *DropIndexReq) Reset()
func (*DropIndexReq) String ¶
func (m *DropIndexReq) String() string
func (*DropIndexReq) XXX_DiscardUnknown ¶
func (m *DropIndexReq) XXX_DiscardUnknown()
func (*DropIndexReq) XXX_Marshal ¶
func (m *DropIndexReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DropIndexReq) XXX_Merge ¶
func (m *DropIndexReq) XXX_Merge(src proto.Message)
func (*DropIndexReq) XXX_Size ¶
func (m *DropIndexReq) XXX_Size() int
func (*DropIndexReq) XXX_Unmarshal ¶
func (m *DropIndexReq) XXX_Unmarshal(b []byte) error
type DropIndexResp ¶
type DropIndexResp struct { IndexName string `protobuf:"bytes,1,opt,name=indexName,proto3" json:"indexName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DropIndexResp) Descriptor ¶
func (*DropIndexResp) Descriptor() ([]byte, []int)
func (*DropIndexResp) GetIndexName ¶
func (m *DropIndexResp) GetIndexName() string
func (*DropIndexResp) ProtoMessage ¶
func (*DropIndexResp) ProtoMessage()
func (*DropIndexResp) Reset ¶
func (m *DropIndexResp) Reset()
func (*DropIndexResp) String ¶
func (m *DropIndexResp) String() string
func (*DropIndexResp) XXX_DiscardUnknown ¶
func (m *DropIndexResp) XXX_DiscardUnknown()
func (*DropIndexResp) XXX_Marshal ¶
func (m *DropIndexResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DropIndexResp) XXX_Merge ¶
func (m *DropIndexResp) XXX_Merge(src proto.Message)
func (*DropIndexResp) XXX_Size ¶
func (m *DropIndexResp) XXX_Size() int
func (*DropIndexResp) XXX_Unmarshal ¶
func (m *DropIndexResp) XXX_Unmarshal(b []byte) error
type Field ¶
type Field struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Max int64 `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"` Comment string `protobuf:"bytes,4,opt,name=comment,proto3" json:"comment,omitempty"` NotNull bool `protobuf:"varint,5,opt,name=notNull,proto3" json:"notNull,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Field) Descriptor ¶
func (*Field) GetComment ¶
func (*Field) GetNotNull ¶
func (*Field) ProtoMessage ¶
func (*Field) ProtoMessage()
func (*Field) XXX_DiscardUnknown ¶
func (m *Field) XXX_DiscardUnknown()
func (*Field) XXX_Marshal ¶
func (*Field) XXX_Unmarshal ¶
type FindOneReq ¶
type FindOneReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` Dsl *anypb.Any `protobuf:"bytes,2,opt,name=dsl,proto3" json:"dsl,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FindOneReq) Descriptor ¶
func (*FindOneReq) Descriptor() ([]byte, []int)
func (*FindOneReq) GetDsl ¶
func (m *FindOneReq) GetDsl() *anypb.Any
func (*FindOneReq) GetTableName ¶
func (m *FindOneReq) GetTableName() string
func (*FindOneReq) ProtoMessage ¶
func (*FindOneReq) ProtoMessage()
func (*FindOneReq) Reset ¶
func (m *FindOneReq) Reset()
func (*FindOneReq) String ¶
func (m *FindOneReq) String() string
func (*FindOneReq) XXX_DiscardUnknown ¶
func (m *FindOneReq) XXX_DiscardUnknown()
func (*FindOneReq) XXX_Marshal ¶
func (m *FindOneReq) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FindOneReq) XXX_Merge ¶
func (m *FindOneReq) XXX_Merge(src proto.Message)
func (*FindOneReq) XXX_Size ¶
func (m *FindOneReq) XXX_Size() int
func (*FindOneReq) XXX_Unmarshal ¶
func (m *FindOneReq) XXX_Unmarshal(b []byte) error
type FindOneResp ¶
type FindOneResp struct { Data *anypb.Any `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FindOneResp) Descriptor ¶
func (*FindOneResp) Descriptor() ([]byte, []int)
func (*FindOneResp) GetData ¶
func (m *FindOneResp) GetData() *anypb.Any
func (*FindOneResp) ProtoMessage ¶
func (*FindOneResp) ProtoMessage()
func (*FindOneResp) Reset ¶
func (m *FindOneResp) Reset()
func (*FindOneResp) String ¶
func (m *FindOneResp) String() string
func (*FindOneResp) XXX_DiscardUnknown ¶
func (m *FindOneResp) XXX_DiscardUnknown()
func (*FindOneResp) XXX_Marshal ¶
func (m *FindOneResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*FindOneResp) XXX_Merge ¶
func (m *FindOneResp) XXX_Merge(src proto.Message)
func (*FindOneResp) XXX_Size ¶
func (m *FindOneResp) XXX_Size() int
func (*FindOneResp) XXX_Unmarshal ¶
func (m *FindOneResp) XXX_Unmarshal(b []byte) error
type FindReq ¶
type FindReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` Sort []string `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"` Dsl *anypb.Any `protobuf:"bytes,5,opt,name=dsl,proto3" json:"dsl,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FindReq) Descriptor ¶
func (*FindReq) GetTableName ¶
func (*FindReq) ProtoMessage ¶
func (*FindReq) ProtoMessage()
func (*FindReq) XXX_DiscardUnknown ¶
func (m *FindReq) XXX_DiscardUnknown()
func (*FindReq) XXX_Marshal ¶
func (*FindReq) XXX_Unmarshal ¶
type FindResp ¶
type FindResp struct { Data *anypb.Any `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*FindResp) Descriptor ¶
func (*FindResp) ProtoMessage ¶
func (*FindResp) ProtoMessage()
func (*FindResp) XXX_DiscardUnknown ¶
func (m *FindResp) XXX_DiscardUnknown()
func (*FindResp) XXX_Marshal ¶
func (*FindResp) XXX_Unmarshal ¶
type IndexReq ¶
type IndexReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` IndexName string `protobuf:"bytes,2,opt,name=indexName,proto3" json:"indexName,omitempty"` Titles []string `protobuf:"bytes,3,rep,name=titles,proto3" json:"titles,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IndexReq) Descriptor ¶
func (*IndexReq) GetIndexName ¶
func (*IndexReq) GetTableName ¶
func (*IndexReq) ProtoMessage ¶
func (*IndexReq) ProtoMessage()
func (*IndexReq) XXX_DiscardUnknown ¶
func (m *IndexReq) XXX_DiscardUnknown()
func (*IndexReq) XXX_Marshal ¶
func (*IndexReq) XXX_Unmarshal ¶
type IndexResp ¶
type IndexResp struct { IndexName string `protobuf:"bytes,1,opt,name=indexName,proto3" json:"indexName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IndexResp) Descriptor ¶
func (*IndexResp) GetIndexName ¶
func (*IndexResp) ProtoMessage ¶
func (*IndexResp) ProtoMessage()
func (*IndexResp) XXX_DiscardUnknown ¶
func (m *IndexResp) XXX_DiscardUnknown()
func (*IndexResp) XXX_Marshal ¶
func (*IndexResp) XXX_Unmarshal ¶
type InsertReq ¶
type InsertReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` Entities []*anypb.Any `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InsertReq) Descriptor ¶
func (*InsertReq) GetEntities ¶
func (*InsertReq) GetTableName ¶
func (*InsertReq) ProtoMessage ¶
func (*InsertReq) ProtoMessage()
func (*InsertReq) XXX_DiscardUnknown ¶
func (m *InsertReq) XXX_DiscardUnknown()
func (*InsertReq) XXX_Marshal ¶
func (*InsertReq) XXX_Unmarshal ¶
type InsertResp ¶
type InsertResp struct { Count int64 `protobuf:"zigzag64,1,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InsertResp) Descriptor ¶
func (*InsertResp) Descriptor() ([]byte, []int)
func (*InsertResp) GetCount ¶
func (m *InsertResp) GetCount() int64
func (*InsertResp) ProtoMessage ¶
func (*InsertResp) ProtoMessage()
func (*InsertResp) Reset ¶
func (m *InsertResp) Reset()
func (*InsertResp) String ¶
func (m *InsertResp) String() string
func (*InsertResp) XXX_DiscardUnknown ¶
func (m *InsertResp) XXX_DiscardUnknown()
func (*InsertResp) XXX_Marshal ¶
func (m *InsertResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InsertResp) XXX_Merge ¶
func (m *InsertResp) XXX_Merge(src proto.Message)
func (*InsertResp) XXX_Size ¶
func (m *InsertResp) XXX_Size() int
func (*InsertResp) XXX_Unmarshal ¶
func (m *InsertResp) XXX_Unmarshal(b []byte) error
type ModifyReq ¶
type ModifyReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` Fields []*Field `protobuf:"bytes,3,rep,name=fields,proto3" json:"fields,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyReq) Descriptor ¶
func (*ModifyReq) GetTableName ¶
func (*ModifyReq) ProtoMessage ¶
func (*ModifyReq) ProtoMessage()
func (*ModifyReq) XXX_DiscardUnknown ¶
func (m *ModifyReq) XXX_DiscardUnknown()
func (*ModifyReq) XXX_Marshal ¶
func (*ModifyReq) XXX_Unmarshal ¶
type ModifyResp ¶
type ModifyResp struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ModifyResp) Descriptor ¶
func (*ModifyResp) Descriptor() ([]byte, []int)
func (*ModifyResp) GetTableName ¶
func (m *ModifyResp) GetTableName() string
func (*ModifyResp) ProtoMessage ¶
func (*ModifyResp) ProtoMessage()
func (*ModifyResp) Reset ¶
func (m *ModifyResp) Reset()
func (*ModifyResp) String ¶
func (m *ModifyResp) String() string
func (*ModifyResp) XXX_DiscardUnknown ¶
func (m *ModifyResp) XXX_DiscardUnknown()
func (*ModifyResp) XXX_Marshal ¶
func (m *ModifyResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ModifyResp) XXX_Merge ¶
func (m *ModifyResp) XXX_Merge(src proto.Message)
func (*ModifyResp) XXX_Size ¶
func (m *ModifyResp) XXX_Size() int
func (*ModifyResp) XXX_Unmarshal ¶
func (m *ModifyResp) XXX_Unmarshal(b []byte) error
type UnimplementedDDLServiceServer ¶
type UnimplementedDDLServiceServer struct { }
UnimplementedDDLServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedDDLServiceServer) Create ¶
func (*UnimplementedDDLServiceServer) Create(ctx context.Context, req *CreateReq) (*CreateResp, error)
func (*UnimplementedDDLServiceServer) DropIndex ¶
func (*UnimplementedDDLServiceServer) DropIndex(ctx context.Context, req *DropIndexReq) (*DropIndexResp, error)
func (*UnimplementedDDLServiceServer) Modify ¶
func (*UnimplementedDDLServiceServer) Modify(ctx context.Context, req *ModifyReq) (*ModifyResp, error)
func (*UnimplementedDDLServiceServer) Unique ¶
func (*UnimplementedDDLServiceServer) Unique(ctx context.Context, req *UniqueReq) (*UniqueResp, error)
type UnimplementedDSLServiceServer ¶
type UnimplementedDSLServiceServer struct { }
UnimplementedDSLServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedDSLServiceServer) Delete ¶
func (*UnimplementedDSLServiceServer) Delete(ctx context.Context, req *DeleteReq) (*DeleteResp, error)
func (*UnimplementedDSLServiceServer) FindOne ¶
func (*UnimplementedDSLServiceServer) FindOne(ctx context.Context, req *FindOneReq) (*FindOneResp, error)
func (*UnimplementedDSLServiceServer) Insert ¶
func (*UnimplementedDSLServiceServer) Insert(ctx context.Context, req *InsertReq) (*InsertResp, error)
func (*UnimplementedDSLServiceServer) Update ¶
func (*UnimplementedDSLServiceServer) Update(ctx context.Context, req *UpdateReq) (*UpdateResp, error)
type UniqueReq ¶
type UniqueReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` IndexName string `protobuf:"bytes,2,opt,name=indexName,proto3" json:"indexName,omitempty"` Titles []string `protobuf:"bytes,3,rep,name=titles,proto3" json:"titles,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UniqueReq) Descriptor ¶
func (*UniqueReq) GetIndexName ¶
func (*UniqueReq) GetTableName ¶
func (*UniqueReq) ProtoMessage ¶
func (*UniqueReq) ProtoMessage()
func (*UniqueReq) XXX_DiscardUnknown ¶
func (m *UniqueReq) XXX_DiscardUnknown()
func (*UniqueReq) XXX_Marshal ¶
func (*UniqueReq) XXX_Unmarshal ¶
type UniqueResp ¶
type UniqueResp struct { IndexName string `protobuf:"bytes,1,opt,name=indexName,proto3" json:"indexName,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UniqueResp) Descriptor ¶
func (*UniqueResp) Descriptor() ([]byte, []int)
func (*UniqueResp) GetIndexName ¶
func (m *UniqueResp) GetIndexName() string
func (*UniqueResp) ProtoMessage ¶
func (*UniqueResp) ProtoMessage()
func (*UniqueResp) Reset ¶
func (m *UniqueResp) Reset()
func (*UniqueResp) String ¶
func (m *UniqueResp) String() string
func (*UniqueResp) XXX_DiscardUnknown ¶
func (m *UniqueResp) XXX_DiscardUnknown()
func (*UniqueResp) XXX_Marshal ¶
func (m *UniqueResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UniqueResp) XXX_Merge ¶
func (m *UniqueResp) XXX_Merge(src proto.Message)
func (*UniqueResp) XXX_Size ¶
func (m *UniqueResp) XXX_Size() int
func (*UniqueResp) XXX_Unmarshal ¶
func (m *UniqueResp) XXX_Unmarshal(b []byte) error
type UpdateReq ¶
type UpdateReq struct { TableName string `protobuf:"bytes,1,opt,name=tableName,proto3" json:"tableName,omitempty"` Dsl *anypb.Any `protobuf:"bytes,2,opt,name=dsl,proto3" json:"dsl,omitempty"` Entity *anypb.Any `protobuf:"bytes,3,opt,name=entity,proto3" json:"entity,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateReq) Descriptor ¶
func (*UpdateReq) GetTableName ¶
func (*UpdateReq) ProtoMessage ¶
func (*UpdateReq) ProtoMessage()
func (*UpdateReq) XXX_DiscardUnknown ¶
func (m *UpdateReq) XXX_DiscardUnknown()
func (*UpdateReq) XXX_Marshal ¶
func (*UpdateReq) XXX_Unmarshal ¶
type UpdateResp ¶
type UpdateResp struct { Count int64 `protobuf:"zigzag64,1,opt,name=count,proto3" json:"count,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateResp) Descriptor ¶
func (*UpdateResp) Descriptor() ([]byte, []int)
func (*UpdateResp) GetCount ¶
func (m *UpdateResp) GetCount() int64
func (*UpdateResp) ProtoMessage ¶
func (*UpdateResp) ProtoMessage()
func (*UpdateResp) Reset ¶
func (m *UpdateResp) Reset()
func (*UpdateResp) String ¶
func (m *UpdateResp) String() string
func (*UpdateResp) XXX_DiscardUnknown ¶
func (m *UpdateResp) XXX_DiscardUnknown()
func (*UpdateResp) XXX_Marshal ¶
func (m *UpdateResp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateResp) XXX_Merge ¶
func (m *UpdateResp) XXX_Merge(src proto.Message)
func (*UpdateResp) XXX_Size ¶
func (m *UpdateResp) XXX_Size() int
func (*UpdateResp) XXX_Unmarshal ¶
func (m *UpdateResp) XXX_Unmarshal(b []byte) error