data_name

package
v0.0.0-...-b63aa1a Latest Latest
Warning

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

Go to latest
Published: Dec 18, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterService

func RegisterService(s giraffe_micro.Server, srv Service)

Types

type Client

type Client interface {
	DataNameListAll(ctx context.Context, in *DataNameListAllRequest) (*DataNameListAllResponse, error)
	DataNameListHandler(ctx context.Context, in *DataNameListHandlerRequest) (*DataNameListHandlerResponse, error)
}

Client is the client API for data_name service.

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

func NewClient

func NewClient(c giraffe_micro.Client) Client

type DataNameListAllRequest

type DataNameListAllRequest struct {
	//
	//页数
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//分页大小
	PageSize             int32    `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DataNameListAll请求

func (*DataNameListAllRequest) Descriptor

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

func (*DataNameListAllRequest) GetPage

func (m *DataNameListAllRequest) GetPage() int32

func (*DataNameListAllRequest) GetPageSize

func (m *DataNameListAllRequest) GetPageSize() int32

func (*DataNameListAllRequest) ProtoMessage

func (*DataNameListAllRequest) ProtoMessage()

func (*DataNameListAllRequest) Reset

func (m *DataNameListAllRequest) Reset()

func (*DataNameListAllRequest) String

func (m *DataNameListAllRequest) String() string

func (*DataNameListAllRequest) Validate

func (this *DataNameListAllRequest) Validate() error

func (*DataNameListAllRequest) XXX_DiscardUnknown

func (m *DataNameListAllRequest) XXX_DiscardUnknown()

func (*DataNameListAllRequest) XXX_Marshal

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

func (*DataNameListAllRequest) XXX_Merge

func (m *DataNameListAllRequest) XXX_Merge(src proto.Message)

func (*DataNameListAllRequest) XXX_Size

func (m *DataNameListAllRequest) XXX_Size() int

func (*DataNameListAllRequest) XXX_Unmarshal

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

type DataNameListAllResponse

type DataNameListAllResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//分页参数
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//返回信息
	Msg string `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg" form:"msg"`
	//
	//总数
	Total int32 `protobuf:"varint,4,opt,name=total,proto3" json:"total" form:"total"`
	//
	//页数
	Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page" form:"page"`
	//
	//返回数据
	Data                 []*DataNameListAllResponse_Data `protobuf:"bytes,6,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                        `json:"-"`
	XXX_unrecognized     []byte                          `json:"-"`
	XXX_sizecache        int32                           `json:"-"`
}

DataNameListAll返回

func (*DataNameListAllResponse) Descriptor

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

func (*DataNameListAllResponse) GetCode

func (m *DataNameListAllResponse) GetCode() int32

func (*DataNameListAllResponse) GetData

func (*DataNameListAllResponse) GetMsg

func (m *DataNameListAllResponse) GetMsg() string

func (*DataNameListAllResponse) GetPage

func (m *DataNameListAllResponse) GetPage() int32

func (*DataNameListAllResponse) GetPageSize

func (m *DataNameListAllResponse) GetPageSize() int32

func (*DataNameListAllResponse) GetTotal

func (m *DataNameListAllResponse) GetTotal() int32

func (*DataNameListAllResponse) ProtoMessage

func (*DataNameListAllResponse) ProtoMessage()

func (*DataNameListAllResponse) Reset

func (m *DataNameListAllResponse) Reset()

func (*DataNameListAllResponse) String

func (m *DataNameListAllResponse) String() string

func (*DataNameListAllResponse) Validate

func (this *DataNameListAllResponse) Validate() error

func (*DataNameListAllResponse) XXX_DiscardUnknown

func (m *DataNameListAllResponse) XXX_DiscardUnknown()

func (*DataNameListAllResponse) XXX_Marshal

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

func (*DataNameListAllResponse) XXX_Merge

func (m *DataNameListAllResponse) XXX_Merge(src proto.Message)

func (*DataNameListAllResponse) XXX_Size

func (m *DataNameListAllResponse) XXX_Size() int

func (*DataNameListAllResponse) XXX_Unmarshal

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

type DataNameListAllResponseWrapper

type DataNameListAllResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *DataNameListAllResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

DataNameListAllApi返回

func (*DataNameListAllResponseWrapper) Descriptor

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

func (*DataNameListAllResponseWrapper) GetCode

func (*DataNameListAllResponseWrapper) GetCodeExplain

func (m *DataNameListAllResponseWrapper) GetCodeExplain() string

func (*DataNameListAllResponseWrapper) GetData

func (*DataNameListAllResponseWrapper) GetError

func (m *DataNameListAllResponseWrapper) GetError() string

func (*DataNameListAllResponseWrapper) ProtoMessage

func (*DataNameListAllResponseWrapper) ProtoMessage()

func (*DataNameListAllResponseWrapper) Reset

func (m *DataNameListAllResponseWrapper) Reset()

func (*DataNameListAllResponseWrapper) String

func (*DataNameListAllResponseWrapper) Validate

func (this *DataNameListAllResponseWrapper) Validate() error

func (*DataNameListAllResponseWrapper) XXX_DiscardUnknown

func (m *DataNameListAllResponseWrapper) XXX_DiscardUnknown()

func (*DataNameListAllResponseWrapper) XXX_Marshal

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

func (*DataNameListAllResponseWrapper) XXX_Merge

func (m *DataNameListAllResponseWrapper) XXX_Merge(src proto.Message)

func (*DataNameListAllResponseWrapper) XXX_Size

func (m *DataNameListAllResponseWrapper) XXX_Size() int

func (*DataNameListAllResponseWrapper) XXX_Unmarshal

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

type DataNameListAllResponse_Data

type DataNameListAllResponse_Data struct {
	//
	//org
	Org int32 `protobuf:"varint,1,opt,name=org,proto3" json:"org" form:"org"`
	//
	//创建用户
	Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator" form:"creator"`
	//
	//修改用户
	Modifier string `protobuf:"bytes,3,opt,name=modifier,proto3" json:"modifier" form:"modifier"`
	//
	//数据表描述
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description" form:"description"`
	//
	//数据保存策略
	RetentionPolicy string `protobuf:"bytes,5,opt,name=retention_policy,json=retentionPolicy,proto3" json:"retention_policy" form:"retention_policy"`
	//
	//数据表类型
	DataType string `protobuf:"bytes,6,opt,name=data_type,json=dataType,proto3" json:"data_type" form:"data_type"`
	//
	//数据表名称
	DataName string `protobuf:"bytes,7,opt,name=data_name,json=dataName,proto3" json:"data_name" form:"data_name"`
	//
	//是否自定义
	Custom bool `protobuf:"varint,8,opt,name=custom,proto3" json:"custom" form:"custom"`
	//
	//版本号
	Version float32 `protobuf:"fixed32,9,opt,name=version,proto3" json:"version" form:"version"`
	//
	//数据表id
	XId string `protobuf:"bytes,10,opt,name=_id,json=Id,proto3" json:"_id" form:"_id"`
	//
	//数据表列表
	Formats              []*DataNameListAllResponse_Data_Formats `protobuf:"bytes,11,rep,name=formats,proto3" json:"formats" form:"formats"`
	XXX_NoUnkeyedLiteral struct{}                                `json:"-"`
	XXX_unrecognized     []byte                                  `json:"-"`
	XXX_sizecache        int32                                   `json:"-"`
}

func (*DataNameListAllResponse_Data) Descriptor

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

func (*DataNameListAllResponse_Data) GetCreator

func (m *DataNameListAllResponse_Data) GetCreator() string

func (*DataNameListAllResponse_Data) GetCustom

func (m *DataNameListAllResponse_Data) GetCustom() bool

func (*DataNameListAllResponse_Data) GetDataName

func (m *DataNameListAllResponse_Data) GetDataName() string

func (*DataNameListAllResponse_Data) GetDataType

func (m *DataNameListAllResponse_Data) GetDataType() string

func (*DataNameListAllResponse_Data) GetDescription

func (m *DataNameListAllResponse_Data) GetDescription() string

func (*DataNameListAllResponse_Data) GetFormats

func (*DataNameListAllResponse_Data) GetModifier

func (m *DataNameListAllResponse_Data) GetModifier() string

func (*DataNameListAllResponse_Data) GetOrg

func (m *DataNameListAllResponse_Data) GetOrg() int32

func (*DataNameListAllResponse_Data) GetRetentionPolicy

func (m *DataNameListAllResponse_Data) GetRetentionPolicy() string

func (*DataNameListAllResponse_Data) GetVersion

func (m *DataNameListAllResponse_Data) GetVersion() float32

func (*DataNameListAllResponse_Data) GetXId

func (*DataNameListAllResponse_Data) ProtoMessage

func (*DataNameListAllResponse_Data) ProtoMessage()

func (*DataNameListAllResponse_Data) Reset

func (m *DataNameListAllResponse_Data) Reset()

func (*DataNameListAllResponse_Data) String

func (*DataNameListAllResponse_Data) Validate

func (this *DataNameListAllResponse_Data) Validate() error

func (*DataNameListAllResponse_Data) XXX_DiscardUnknown

func (m *DataNameListAllResponse_Data) XXX_DiscardUnknown()

func (*DataNameListAllResponse_Data) XXX_Marshal

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

func (*DataNameListAllResponse_Data) XXX_Merge

func (m *DataNameListAllResponse_Data) XXX_Merge(src proto.Message)

func (*DataNameListAllResponse_Data) XXX_Size

func (m *DataNameListAllResponse_Data) XXX_Size() int

func (*DataNameListAllResponse_Data) XXX_Unmarshal

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

type DataNameListAllResponse_Data_Formats

type DataNameListAllResponse_Data_Formats struct {
	//
	//配置id
	ConfigId string `protobuf:"bytes,1,opt,name=config_id,json=configId,proto3" json:"config_id" form:"config_id"`
	//
	//字段定义
	Fields []*DataNameListAllResponse_Data_Formats_Fields `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields" form:"fields"`
	//
	//数据表名
	Table                string   `protobuf:"bytes,3,opt,name=table,proto3" json:"table" form:"table"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DataNameListAllResponse_Data_Formats) Descriptor

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

func (*DataNameListAllResponse_Data_Formats) GetConfigId

func (*DataNameListAllResponse_Data_Formats) GetFields

func (*DataNameListAllResponse_Data_Formats) GetTable

func (*DataNameListAllResponse_Data_Formats) ProtoMessage

func (*DataNameListAllResponse_Data_Formats) ProtoMessage()

func (*DataNameListAllResponse_Data_Formats) Reset

func (*DataNameListAllResponse_Data_Formats) String

func (*DataNameListAllResponse_Data_Formats) Validate

func (*DataNameListAllResponse_Data_Formats) XXX_DiscardUnknown

func (m *DataNameListAllResponse_Data_Formats) XXX_DiscardUnknown()

func (*DataNameListAllResponse_Data_Formats) XXX_Marshal

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

func (*DataNameListAllResponse_Data_Formats) XXX_Merge

func (*DataNameListAllResponse_Data_Formats) XXX_Size

func (*DataNameListAllResponse_Data_Formats) XXX_Unmarshal

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

type DataNameListAllResponse_Data_Formats_Fields

type DataNameListAllResponse_Data_Formats_Fields struct {
	//
	//字段类型
	FieldType string `protobuf:"bytes,1,opt,name=field_type,json=fieldType,proto3" json:"field_type" form:"field_type"`
	//
	//字段描述
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description" form:"description"`
	//
	//字段名称
	FieldName string `protobuf:"bytes,3,opt,name=field_name,json=fieldName,proto3" json:"field_name" form:"field_name"`
	//
	//字段值类型
	FieldValueType string `protobuf:"bytes,4,opt,name=field_value_type,json=fieldValueType,proto3" json:"field_value_type" form:"field_value_type"`
	//
	//单位
	Unit                 string   `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit" form:"unit"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DataNameListAllResponse_Data_Formats_Fields) Descriptor

func (*DataNameListAllResponse_Data_Formats_Fields) GetDescription

func (*DataNameListAllResponse_Data_Formats_Fields) GetFieldName

func (*DataNameListAllResponse_Data_Formats_Fields) GetFieldType

func (*DataNameListAllResponse_Data_Formats_Fields) GetFieldValueType

func (m *DataNameListAllResponse_Data_Formats_Fields) GetFieldValueType() string

func (*DataNameListAllResponse_Data_Formats_Fields) GetUnit

func (*DataNameListAllResponse_Data_Formats_Fields) ProtoMessage

func (*DataNameListAllResponse_Data_Formats_Fields) Reset

func (*DataNameListAllResponse_Data_Formats_Fields) String

func (*DataNameListAllResponse_Data_Formats_Fields) Validate

func (*DataNameListAllResponse_Data_Formats_Fields) XXX_DiscardUnknown

func (m *DataNameListAllResponse_Data_Formats_Fields) XXX_DiscardUnknown()

func (*DataNameListAllResponse_Data_Formats_Fields) XXX_Marshal

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

func (*DataNameListAllResponse_Data_Formats_Fields) XXX_Merge

func (*DataNameListAllResponse_Data_Formats_Fields) XXX_Size

func (*DataNameListAllResponse_Data_Formats_Fields) XXX_Unmarshal

type DataNameListHandlerRequest

type DataNameListHandlerRequest struct {
	//
	//页数
	Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page" form:"page"`
	//
	//分页大小
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//数据表名称
	DataName string `protobuf:"bytes,3,opt,name=data_name,json=dataName,proto3" json:"data_name" form:"data_name"`
	//
	//数据表名称列表
	DataName_In          string   `protobuf:"bytes,4,opt,name=data_name__in,json=dataNameIn,proto3" json:"data_name__in" form:"data_name__in"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

DataNameListHandler请求

func (*DataNameListHandlerRequest) Descriptor

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

func (*DataNameListHandlerRequest) GetDataName

func (m *DataNameListHandlerRequest) GetDataName() string

func (*DataNameListHandlerRequest) GetDataName_In

func (m *DataNameListHandlerRequest) GetDataName_In() string

func (*DataNameListHandlerRequest) GetPage

func (m *DataNameListHandlerRequest) GetPage() int32

func (*DataNameListHandlerRequest) GetPageSize

func (m *DataNameListHandlerRequest) GetPageSize() int32

func (*DataNameListHandlerRequest) ProtoMessage

func (*DataNameListHandlerRequest) ProtoMessage()

func (*DataNameListHandlerRequest) Reset

func (m *DataNameListHandlerRequest) Reset()

func (*DataNameListHandlerRequest) String

func (m *DataNameListHandlerRequest) String() string

func (*DataNameListHandlerRequest) Validate

func (this *DataNameListHandlerRequest) Validate() error

func (*DataNameListHandlerRequest) XXX_DiscardUnknown

func (m *DataNameListHandlerRequest) XXX_DiscardUnknown()

func (*DataNameListHandlerRequest) XXX_Marshal

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

func (*DataNameListHandlerRequest) XXX_Merge

func (m *DataNameListHandlerRequest) XXX_Merge(src proto.Message)

func (*DataNameListHandlerRequest) XXX_Size

func (m *DataNameListHandlerRequest) XXX_Size() int

func (*DataNameListHandlerRequest) XXX_Unmarshal

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

type DataNameListHandlerResponse

type DataNameListHandlerResponse struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//分页参数
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size" form:"page_size"`
	//
	//返回信息
	Msg string `protobuf:"bytes,3,opt,name=msg,proto3" json:"msg" form:"msg"`
	//
	//总数
	Total int32 `protobuf:"varint,4,opt,name=total,proto3" json:"total" form:"total"`
	//
	//页数
	Page int32 `protobuf:"varint,5,opt,name=page,proto3" json:"page" form:"page"`
	//
	//返回数据
	Data                 []*DataNameListHandlerResponse_Data `protobuf:"bytes,6,rep,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
	XXX_unrecognized     []byte                              `json:"-"`
	XXX_sizecache        int32                               `json:"-"`
}

DataNameListHandler返回

func (*DataNameListHandlerResponse) Descriptor

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

func (*DataNameListHandlerResponse) GetCode

func (m *DataNameListHandlerResponse) GetCode() int32

func (*DataNameListHandlerResponse) GetData

func (*DataNameListHandlerResponse) GetMsg

func (m *DataNameListHandlerResponse) GetMsg() string

func (*DataNameListHandlerResponse) GetPage

func (m *DataNameListHandlerResponse) GetPage() int32

func (*DataNameListHandlerResponse) GetPageSize

func (m *DataNameListHandlerResponse) GetPageSize() int32

func (*DataNameListHandlerResponse) GetTotal

func (m *DataNameListHandlerResponse) GetTotal() int32

func (*DataNameListHandlerResponse) ProtoMessage

func (*DataNameListHandlerResponse) ProtoMessage()

func (*DataNameListHandlerResponse) Reset

func (m *DataNameListHandlerResponse) Reset()

func (*DataNameListHandlerResponse) String

func (m *DataNameListHandlerResponse) String() string

func (*DataNameListHandlerResponse) Validate

func (this *DataNameListHandlerResponse) Validate() error

func (*DataNameListHandlerResponse) XXX_DiscardUnknown

func (m *DataNameListHandlerResponse) XXX_DiscardUnknown()

func (*DataNameListHandlerResponse) XXX_Marshal

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

func (*DataNameListHandlerResponse) XXX_Merge

func (m *DataNameListHandlerResponse) XXX_Merge(src proto.Message)

func (*DataNameListHandlerResponse) XXX_Size

func (m *DataNameListHandlerResponse) XXX_Size() int

func (*DataNameListHandlerResponse) XXX_Unmarshal

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

type DataNameListHandlerResponseWrapper

type DataNameListHandlerResponseWrapper struct {
	//
	//返回码
	Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code" form:"code"`
	//
	//返回码解释
	CodeExplain string `protobuf:"bytes,2,opt,name=codeExplain,proto3" json:"codeExplain" form:"codeExplain"`
	//
	//错误详情
	Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error" form:"error"`
	//
	//返回数据
	Data                 *DataNameListHandlerResponse `protobuf:"bytes,4,opt,name=data,proto3" json:"data" form:"data"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

DataNameListHandlerApi返回

func (*DataNameListHandlerResponseWrapper) Descriptor

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

func (*DataNameListHandlerResponseWrapper) GetCode

func (*DataNameListHandlerResponseWrapper) GetCodeExplain

func (m *DataNameListHandlerResponseWrapper) GetCodeExplain() string

func (*DataNameListHandlerResponseWrapper) GetData

func (*DataNameListHandlerResponseWrapper) GetError

func (*DataNameListHandlerResponseWrapper) ProtoMessage

func (*DataNameListHandlerResponseWrapper) ProtoMessage()

func (*DataNameListHandlerResponseWrapper) Reset

func (*DataNameListHandlerResponseWrapper) String

func (*DataNameListHandlerResponseWrapper) Validate

func (this *DataNameListHandlerResponseWrapper) Validate() error

func (*DataNameListHandlerResponseWrapper) XXX_DiscardUnknown

func (m *DataNameListHandlerResponseWrapper) XXX_DiscardUnknown()

func (*DataNameListHandlerResponseWrapper) XXX_Marshal

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

func (*DataNameListHandlerResponseWrapper) XXX_Merge

func (*DataNameListHandlerResponseWrapper) XXX_Size

func (*DataNameListHandlerResponseWrapper) XXX_Unmarshal

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

type DataNameListHandlerResponse_Data

type DataNameListHandlerResponse_Data struct {
	//
	//org
	Org int32 `protobuf:"varint,1,opt,name=org,proto3" json:"org" form:"org"`
	//
	//创建用户
	Creator string `protobuf:"bytes,2,opt,name=creator,proto3" json:"creator" form:"creator"`
	//
	//修改用户
	Modifier string `protobuf:"bytes,3,opt,name=modifier,proto3" json:"modifier" form:"modifier"`
	//
	//数据表描述
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description" form:"description"`
	//
	//数据保存策略
	RetentionPolicy string `protobuf:"bytes,5,opt,name=retention_policy,json=retentionPolicy,proto3" json:"retention_policy" form:"retention_policy"`
	//
	//数据表类型
	DataType string `protobuf:"bytes,6,opt,name=data_type,json=dataType,proto3" json:"data_type" form:"data_type"`
	//
	//数据表名称
	DataName string `protobuf:"bytes,7,opt,name=data_name,json=dataName,proto3" json:"data_name" form:"data_name"`
	//
	//是否自定义
	Custom bool `protobuf:"varint,8,opt,name=custom,proto3" json:"custom" form:"custom"`
	//
	//版本号
	Version float32 `protobuf:"fixed32,9,opt,name=version,proto3" json:"version" form:"version"`
	//
	//数据表id
	XId string `protobuf:"bytes,10,opt,name=_id,json=Id,proto3" json:"_id" form:"_id"`
	//
	//数据表列表
	Formats              []*DataNameListHandlerResponse_Data_Formats `protobuf:"bytes,11,rep,name=formats,proto3" json:"formats" form:"formats"`
	XXX_NoUnkeyedLiteral struct{}                                    `json:"-"`
	XXX_unrecognized     []byte                                      `json:"-"`
	XXX_sizecache        int32                                       `json:"-"`
}

func (*DataNameListHandlerResponse_Data) Descriptor

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

func (*DataNameListHandlerResponse_Data) GetCreator

func (m *DataNameListHandlerResponse_Data) GetCreator() string

func (*DataNameListHandlerResponse_Data) GetCustom

func (m *DataNameListHandlerResponse_Data) GetCustom() bool

func (*DataNameListHandlerResponse_Data) GetDataName

func (m *DataNameListHandlerResponse_Data) GetDataName() string

func (*DataNameListHandlerResponse_Data) GetDataType

func (m *DataNameListHandlerResponse_Data) GetDataType() string

func (*DataNameListHandlerResponse_Data) GetDescription

func (m *DataNameListHandlerResponse_Data) GetDescription() string

func (*DataNameListHandlerResponse_Data) GetFormats

func (*DataNameListHandlerResponse_Data) GetModifier

func (m *DataNameListHandlerResponse_Data) GetModifier() string

func (*DataNameListHandlerResponse_Data) GetOrg

func (*DataNameListHandlerResponse_Data) GetRetentionPolicy

func (m *DataNameListHandlerResponse_Data) GetRetentionPolicy() string

func (*DataNameListHandlerResponse_Data) GetVersion

func (m *DataNameListHandlerResponse_Data) GetVersion() float32

func (*DataNameListHandlerResponse_Data) GetXId

func (*DataNameListHandlerResponse_Data) ProtoMessage

func (*DataNameListHandlerResponse_Data) ProtoMessage()

func (*DataNameListHandlerResponse_Data) Reset

func (*DataNameListHandlerResponse_Data) String

func (*DataNameListHandlerResponse_Data) Validate

func (this *DataNameListHandlerResponse_Data) Validate() error

func (*DataNameListHandlerResponse_Data) XXX_DiscardUnknown

func (m *DataNameListHandlerResponse_Data) XXX_DiscardUnknown()

func (*DataNameListHandlerResponse_Data) XXX_Marshal

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

func (*DataNameListHandlerResponse_Data) XXX_Merge

func (*DataNameListHandlerResponse_Data) XXX_Size

func (m *DataNameListHandlerResponse_Data) XXX_Size() int

func (*DataNameListHandlerResponse_Data) XXX_Unmarshal

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

type DataNameListHandlerResponse_Data_Formats

type DataNameListHandlerResponse_Data_Formats struct {
	//
	//配置id
	ConfigId string `protobuf:"bytes,1,opt,name=config_id,json=configId,proto3" json:"config_id" form:"config_id"`
	//
	//字段定义
	Fields []*DataNameListHandlerResponse_Data_Formats_Fields `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields" form:"fields"`
	//
	//数据表名
	Table                string   `protobuf:"bytes,3,opt,name=table,proto3" json:"table" form:"table"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DataNameListHandlerResponse_Data_Formats) Descriptor

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

func (*DataNameListHandlerResponse_Data_Formats) GetConfigId

func (*DataNameListHandlerResponse_Data_Formats) GetFields

func (*DataNameListHandlerResponse_Data_Formats) GetTable

func (*DataNameListHandlerResponse_Data_Formats) ProtoMessage

func (*DataNameListHandlerResponse_Data_Formats) Reset

func (*DataNameListHandlerResponse_Data_Formats) String

func (*DataNameListHandlerResponse_Data_Formats) Validate

func (*DataNameListHandlerResponse_Data_Formats) XXX_DiscardUnknown

func (m *DataNameListHandlerResponse_Data_Formats) XXX_DiscardUnknown()

func (*DataNameListHandlerResponse_Data_Formats) XXX_Marshal

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

func (*DataNameListHandlerResponse_Data_Formats) XXX_Merge

func (*DataNameListHandlerResponse_Data_Formats) XXX_Size

func (*DataNameListHandlerResponse_Data_Formats) XXX_Unmarshal

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

type DataNameListHandlerResponse_Data_Formats_Fields

type DataNameListHandlerResponse_Data_Formats_Fields struct {
	//
	//字段类型
	FieldType string `protobuf:"bytes,1,opt,name=field_type,json=fieldType,proto3" json:"field_type" form:"field_type"`
	//
	//字段描述
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description" form:"description"`
	//
	//字段名称
	FieldName string `protobuf:"bytes,3,opt,name=field_name,json=fieldName,proto3" json:"field_name" form:"field_name"`
	//
	//字段值类型
	FieldValueType string `protobuf:"bytes,4,opt,name=field_value_type,json=fieldValueType,proto3" json:"field_value_type" form:"field_value_type"`
	//
	//单位
	Unit                 string   `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit" form:"unit"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DataNameListHandlerResponse_Data_Formats_Fields) Descriptor

func (*DataNameListHandlerResponse_Data_Formats_Fields) GetDescription

func (*DataNameListHandlerResponse_Data_Formats_Fields) GetFieldName

func (*DataNameListHandlerResponse_Data_Formats_Fields) GetFieldType

func (*DataNameListHandlerResponse_Data_Formats_Fields) GetFieldValueType

func (*DataNameListHandlerResponse_Data_Formats_Fields) GetUnit

func (*DataNameListHandlerResponse_Data_Formats_Fields) ProtoMessage

func (*DataNameListHandlerResponse_Data_Formats_Fields) Reset

func (*DataNameListHandlerResponse_Data_Formats_Fields) String

func (*DataNameListHandlerResponse_Data_Formats_Fields) Validate

func (*DataNameListHandlerResponse_Data_Formats_Fields) XXX_DiscardUnknown

func (m *DataNameListHandlerResponse_Data_Formats_Fields) XXX_DiscardUnknown()

func (*DataNameListHandlerResponse_Data_Formats_Fields) XXX_Marshal

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

func (*DataNameListHandlerResponse_Data_Formats_Fields) XXX_Merge

func (*DataNameListHandlerResponse_Data_Formats_Fields) XXX_Size

func (*DataNameListHandlerResponse_Data_Formats_Fields) XXX_Unmarshal

type Service

Service is the server API for data_name service.

Jump to

Keyboard shortcuts

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