basic

package
v0.0.0-...-ca5a4cf Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Basic_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "basic.Basic",
	HandlerType: (*BasicServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "initDatabase",
			Handler:    _Basic_InitDatabase_Handler,
		},
		{
			MethodName: "bindMember",
			Handler:    _Basic_BindMember_Handler,
		},
		{
			MethodName: "bindCompany",
			Handler:    _Basic_BindCompany_Handler,
		},
		{
			MethodName: "unBindMember",
			Handler:    _Basic_UnBindMember_Handler,
		},
		{
			MethodName: "unBindCompany",
			Handler:    _Basic_UnBindCompany_Handler,
		},
		{
			MethodName: "getBindMemberList",
			Handler:    _Basic_GetBindMemberList_Handler,
		},
		{
			MethodName: "getBindCompanyList",
			Handler:    _Basic_GetBindCompanyList_Handler,
		},
		{
			MethodName: "createCompany",
			Handler:    _Basic_CreateCompany_Handler,
		},
		{
			MethodName: "updateCompany",
			Handler:    _Basic_UpdateCompany_Handler,
		},
		{
			MethodName: "getCompanyList",
			Handler:    _Basic_GetCompanyList_Handler,
		},
		{
			MethodName: "getCompanyById",
			Handler:    _Basic_GetCompanyById_Handler,
		},
		{
			MethodName: "deleteCompany",
			Handler:    _Basic_DeleteCompany_Handler,
		},
		{
			MethodName: "createDevice",
			Handler:    _Basic_CreateDevice_Handler,
		},
		{
			MethodName: "updateDevice",
			Handler:    _Basic_UpdateDevice_Handler,
		},
		{
			MethodName: "getDeviceList",
			Handler:    _Basic_GetDeviceList_Handler,
		},
		{
			MethodName: "getDeviceById",
			Handler:    _Basic_GetDeviceById_Handler,
		},
		{
			MethodName: "getDeviceByIotId",
			Handler:    _Basic_GetDeviceByIotId_Handler,
		},
		{
			MethodName: "deleteDevice",
			Handler:    _Basic_DeleteDevice_Handler,
		},
		{
			MethodName: "syncDevice",
			Handler:    _Basic_SyncDevice_Handler,
		},
		{
			MethodName: "getDeviceCustomerTagByIotId",
			Handler:    _Basic_GetDeviceCustomerTagByIotId_Handler,
		},
		{
			MethodName: "syncDeviceCustomerTag",
			Handler:    _Basic_SyncDeviceCustomerTag_Handler,
		},
		{
			MethodName: "createDeviceProp",
			Handler:    _Basic_CreateDeviceProp_Handler,
		},
		{
			MethodName: "updateDeviceProp",
			Handler:    _Basic_UpdateDeviceProp_Handler,
		},
		{
			MethodName: "getDevicePropList",
			Handler:    _Basic_GetDevicePropList_Handler,
		},
		{
			MethodName: "getDevicePropById",
			Handler:    _Basic_GetDevicePropById_Handler,
		},
		{
			MethodName: "getDevicePropByIotId",
			Handler:    _Basic_GetDevicePropByIotId_Handler,
		},
		{
			MethodName: "deleteDeviceProp",
			Handler:    _Basic_DeleteDeviceProp_Handler,
		},
		{
			MethodName: "syncDeviceProp",
			Handler:    _Basic_SyncDeviceProp_Handler,
		},
		{
			MethodName: "createMember",
			Handler:    _Basic_CreateMember_Handler,
		},
		{
			MethodName: "updateMember",
			Handler:    _Basic_UpdateMember_Handler,
		},
		{
			MethodName: "getMemberList",
			Handler:    _Basic_GetMemberList_Handler,
		},
		{
			MethodName: "getMemberById",
			Handler:    _Basic_GetMemberById_Handler,
		},
		{
			MethodName: "getMemberByMobile",
			Handler:    _Basic_GetMemberByMobile_Handler,
		},
		{
			MethodName: "deleteMember",
			Handler:    _Basic_DeleteMember_Handler,
		},
		{
			MethodName: "createProduct",
			Handler:    _Basic_CreateProduct_Handler,
		},
		{
			MethodName: "updateProduct",
			Handler:    _Basic_UpdateProduct_Handler,
		},
		{
			MethodName: "getProductList",
			Handler:    _Basic_GetProductList_Handler,
		},
		{
			MethodName: "getProductById",
			Handler:    _Basic_GetProductById_Handler,
		},
		{
			MethodName: "getProductByKey",
			Handler:    _Basic_GetProductByKey_Handler,
		},
		{
			MethodName: "deleteProduct",
			Handler:    _Basic_DeleteProduct_Handler,
		},
		{
			MethodName: "syncProduct",
			Handler:    _Basic_SyncProduct_Handler,
		},
		{
			MethodName: "createProductEvent",
			Handler:    _Basic_CreateProductEvent_Handler,
		},
		{
			MethodName: "updateProductEvent",
			Handler:    _Basic_UpdateProductEvent_Handler,
		},
		{
			MethodName: "getProductEventList",
			Handler:    _Basic_GetProductEventList_Handler,
		},
		{
			MethodName: "getProductEventById",
			Handler:    _Basic_GetProductEventById_Handler,
		},
		{
			MethodName: "deleteProductEvent",
			Handler:    _Basic_DeleteProductEvent_Handler,
		},
		{
			MethodName: "createProductProperty",
			Handler:    _Basic_CreateProductProperty_Handler,
		},
		{
			MethodName: "updateProductProperty",
			Handler:    _Basic_UpdateProductProperty_Handler,
		},
		{
			MethodName: "getProductPropertyList",
			Handler:    _Basic_GetProductPropertyList_Handler,
		},
		{
			MethodName: "getProductPropertyById",
			Handler:    _Basic_GetProductPropertyById_Handler,
		},
		{
			MethodName: "deleteProductProperty",
			Handler:    _Basic_DeleteProductProperty_Handler,
		},
		{
			MethodName: "createProductService",
			Handler:    _Basic_CreateProductService_Handler,
		},
		{
			MethodName: "updateProductService",
			Handler:    _Basic_UpdateProductService_Handler,
		},
		{
			MethodName: "getProductServiceList",
			Handler:    _Basic_GetProductServiceList_Handler,
		},
		{
			MethodName: "getProductServiceById",
			Handler:    _Basic_GetProductServiceById_Handler,
		},
		{
			MethodName: "deleteProductService",
			Handler:    _Basic_DeleteProductService_Handler,
		},
		{
			MethodName: "createProductTag",
			Handler:    _Basic_CreateProductTag_Handler,
		},
		{
			MethodName: "updateProductTag",
			Handler:    _Basic_UpdateProductTag_Handler,
		},
		{
			MethodName: "getProductTagList",
			Handler:    _Basic_GetProductTagList_Handler,
		},
		{
			MethodName: "getProductTagById",
			Handler:    _Basic_GetProductTagById_Handler,
		},
		{
			MethodName: "getProductTagByKey",
			Handler:    _Basic_GetProductTagByKey_Handler,
		},
		{
			MethodName: "deleteProductTag",
			Handler:    _Basic_DeleteProductTag_Handler,
		},
		{
			MethodName: "syncProductTag",
			Handler:    _Basic_SyncProductTag_Handler,
		},
		{
			MethodName: "syncThingModel",
			Handler:    _Basic_SyncThingModel_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "basic.proto",
}

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

View Source
var File_basic_proto protoreflect.FileDescriptor

Functions

func RegisterBasicServer

func RegisterBasicServer(s grpc.ServiceRegistrar, srv BasicServer)

Types

type BaseIDInt32Resp

type BaseIDInt32Resp struct {
	Id  int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	// contains filtered or unexported fields
}

func (*BaseIDInt32Resp) Descriptor deprecated

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

Deprecated: Use BaseIDInt32Resp.ProtoReflect.Descriptor instead.

func (*BaseIDInt32Resp) GetId

func (x *BaseIDInt32Resp) GetId() int32

func (*BaseIDInt32Resp) GetMsg

func (x *BaseIDInt32Resp) GetMsg() string

func (*BaseIDInt32Resp) ProtoMessage

func (*BaseIDInt32Resp) ProtoMessage()

func (*BaseIDInt32Resp) ProtoReflect

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

func (*BaseIDInt32Resp) Reset

func (x *BaseIDInt32Resp) Reset()

func (*BaseIDInt32Resp) String

func (x *BaseIDInt32Resp) String() string

type BaseIDInt64Resp

type BaseIDInt64Resp struct {
	Id  int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	// contains filtered or unexported fields
}

func (*BaseIDInt64Resp) Descriptor deprecated

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

Deprecated: Use BaseIDInt64Resp.ProtoReflect.Descriptor instead.

func (*BaseIDInt64Resp) GetId

func (x *BaseIDInt64Resp) GetId() int64

func (*BaseIDInt64Resp) GetMsg

func (x *BaseIDInt64Resp) GetMsg() string

func (*BaseIDInt64Resp) ProtoMessage

func (*BaseIDInt64Resp) ProtoMessage()

func (*BaseIDInt64Resp) ProtoReflect

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

func (*BaseIDInt64Resp) Reset

func (x *BaseIDInt64Resp) Reset()

func (*BaseIDInt64Resp) String

func (x *BaseIDInt64Resp) String() string

type BaseIDResp

type BaseIDResp struct {
	Id  uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	// contains filtered or unexported fields
}

func (*BaseIDResp) Descriptor deprecated

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

Deprecated: Use BaseIDResp.ProtoReflect.Descriptor instead.

func (*BaseIDResp) GetId

func (x *BaseIDResp) GetId() uint64

func (*BaseIDResp) GetMsg

func (x *BaseIDResp) GetMsg() string

func (*BaseIDResp) ProtoMessage

func (*BaseIDResp) ProtoMessage()

func (*BaseIDResp) ProtoReflect

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

func (*BaseIDResp) Reset

func (x *BaseIDResp) Reset()

func (*BaseIDResp) String

func (x *BaseIDResp) String() string

type BaseIDUint32Resp

type BaseIDUint32Resp struct {
	Id  uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	// contains filtered or unexported fields
}

func (*BaseIDUint32Resp) Descriptor deprecated

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

Deprecated: Use BaseIDUint32Resp.ProtoReflect.Descriptor instead.

func (*BaseIDUint32Resp) GetId

func (x *BaseIDUint32Resp) GetId() uint32

func (*BaseIDUint32Resp) GetMsg

func (x *BaseIDUint32Resp) GetMsg() string

func (*BaseIDUint32Resp) ProtoMessage

func (*BaseIDUint32Resp) ProtoMessage()

func (*BaseIDUint32Resp) ProtoReflect

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

func (*BaseIDUint32Resp) Reset

func (x *BaseIDUint32Resp) Reset()

func (*BaseIDUint32Resp) String

func (x *BaseIDUint32Resp) String() string

type BaseResp

type BaseResp struct {
	Msg string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg"`
	// contains filtered or unexported fields
}

func (*BaseResp) Descriptor deprecated

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

Deprecated: Use BaseResp.ProtoReflect.Descriptor instead.

func (*BaseResp) GetMsg

func (x *BaseResp) GetMsg() string

func (*BaseResp) ProtoMessage

func (*BaseResp) ProtoMessage()

func (*BaseResp) ProtoReflect

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

func (*BaseResp) Reset

func (x *BaseResp) Reset()

func (*BaseResp) String

func (x *BaseResp) String() string

type BaseUUIDResp

type BaseUUIDResp struct {
	Id  string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	Msg string `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg"`
	// contains filtered or unexported fields
}

func (*BaseUUIDResp) Descriptor deprecated

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

Deprecated: Use BaseUUIDResp.ProtoReflect.Descriptor instead.

func (*BaseUUIDResp) GetId

func (x *BaseUUIDResp) GetId() string

func (*BaseUUIDResp) GetMsg

func (x *BaseUUIDResp) GetMsg() string

func (*BaseUUIDResp) ProtoMessage

func (*BaseUUIDResp) ProtoMessage()

func (*BaseUUIDResp) ProtoReflect

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

func (*BaseUUIDResp) Reset

func (x *BaseUUIDResp) Reset()

func (*BaseUUIDResp) String

func (x *BaseUUIDResp) String() string

type BasicClient

type BasicClient interface {
	// group: base
	InitDatabase(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BaseResp, error)
	// Bind management
	// group: bind
	BindMember(ctx context.Context, in *BindMemberReq, opts ...grpc.CallOption) (*BaseResp, error)
	// group: bind
	BindCompany(ctx context.Context, in *BindCompanyReq, opts ...grpc.CallOption) (*BaseResp, error)
	// group: bind
	UnBindMember(ctx context.Context, in *BindMemberReq, opts ...grpc.CallOption) (*BaseResp, error)
	// group: bind
	UnBindCompany(ctx context.Context, in *BindCompanyReq, opts ...grpc.CallOption) (*BaseResp, error)
	// group: bind
	GetBindMemberList(ctx context.Context, in *BindMemberListReq, opts ...grpc.CallOption) (*DeviceListResp, error)
	// group: bind
	GetBindCompanyList(ctx context.Context, in *BindCompanyListReq, opts ...grpc.CallOption) (*DeviceListResp, error)
	// Company management
	// group: company
	CreateCompany(ctx context.Context, in *CompanyInfo, opts ...grpc.CallOption) (*BaseIDResp, error)
	// group: company
	UpdateCompany(ctx context.Context, in *CompanyInfo, opts ...grpc.CallOption) (*BaseResp, error)
	// group: company
	GetCompanyList(ctx context.Context, in *CompanyListReq, opts ...grpc.CallOption) (*CompanyListResp, error)
	// group: company
	GetCompanyById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*CompanyInfo, error)
	// group: company
	DeleteCompany(ctx context.Context, in *IDsReq, opts ...grpc.CallOption) (*BaseResp, error)
	// Device management
	// group: device
	CreateDevice(ctx context.Context, in *DeviceInfo, opts ...grpc.CallOption) (*BaseUUIDResp, error)
	// group: device
	UpdateDevice(ctx context.Context, in *DeviceInfo, opts ...grpc.CallOption) (*BaseResp, error)
	// group: device
	GetDeviceList(ctx context.Context, in *DeviceListReq, opts ...grpc.CallOption) (*DeviceListResp, error)
	// group: device
	GetDeviceById(ctx context.Context, in *UUIDReq, opts ...grpc.CallOption) (*DeviceInfo, error)
	// group: device
	GetDeviceByIotId(ctx context.Context, in *DeviceIotIdReq, opts ...grpc.CallOption) (*DeviceInfo, error)
	// group: device
	DeleteDevice(ctx context.Context, in *UUIDsReq, opts ...grpc.CallOption) (*BaseResp, error)
	// group: device
	SyncDevice(ctx context.Context, in *SyncDeviceReq, opts ...grpc.CallOption) (*BaseResp, error)
	// group: device_customer_tag
	GetDeviceCustomerTagByIotId(ctx context.Context, in *DeviceIotIdReq, opts ...grpc.CallOption) (*DeviceCustomerTagInfo, error)
	// group: device_customer_tag
	SyncDeviceCustomerTag(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BaseResp, error)
	// DeviceProp management
	// group: device_prop
	CreateDeviceProp(ctx context.Context, in *DevicePropInfo, opts ...grpc.CallOption) (*BaseIDResp, error)
	// group: device_prop
	UpdateDeviceProp(ctx context.Context, in *DevicePropInfo, opts ...grpc.CallOption) (*BaseResp, error)
	// group: device_prop
	GetDevicePropList(ctx context.Context, in *DevicePropListReq, opts ...grpc.CallOption) (*DevicePropListResp, error)
	// group: device_prop
	GetDevicePropById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*DevicePropInfo, error)
	// group: device_prop
	GetDevicePropByIotId(ctx context.Context, in *DeviceIotIdReq, opts ...grpc.CallOption) (*DevicePropInfo, error)
	// group: device_prop
	DeleteDeviceProp(ctx context.Context, in *IDsReq, opts ...grpc.CallOption) (*BaseResp, error)
	// group: device_prop
	SyncDeviceProp(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BaseResp, error)
	// Member management
	// group: member
	CreateMember(ctx context.Context, in *MemberInfo, opts ...grpc.CallOption) (*BaseUUIDResp, error)
	// group: member
	UpdateMember(ctx context.Context, in *MemberInfo, opts ...grpc.CallOption) (*BaseResp, error)
	// group: member
	GetMemberList(ctx context.Context, in *MemberListReq, opts ...grpc.CallOption) (*MemberListResp, error)
	// group: member
	GetMemberById(ctx context.Context, in *UUIDReq, opts ...grpc.CallOption) (*MemberInfo, error)
	// group: member
	GetMemberByMobile(ctx context.Context, in *MobileReq, opts ...grpc.CallOption) (*MemberInfo, error)
	// group: member
	DeleteMember(ctx context.Context, in *UUIDsReq, opts ...grpc.CallOption) (*BaseResp, error)
	// Product management
	// group: product
	CreateProduct(ctx context.Context, in *ProductInfo, opts ...grpc.CallOption) (*BaseUUIDResp, error)
	// group: product
	UpdateProduct(ctx context.Context, in *ProductInfo, opts ...grpc.CallOption) (*BaseResp, error)
	// group: product
	GetProductList(ctx context.Context, in *ProductListReq, opts ...grpc.CallOption) (*ProductListResp, error)
	// group: product
	GetProductById(ctx context.Context, in *UUIDReq, opts ...grpc.CallOption) (*ProductInfo, error)
	// group: product
	GetProductByKey(ctx context.Context, in *ProductKeyReq, opts ...grpc.CallOption) (*ProductInfo, error)
	// group: product
	DeleteProduct(ctx context.Context, in *UUIDsReq, opts ...grpc.CallOption) (*BaseResp, error)
	// group: product
	SyncProduct(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BaseResp, error)
	// ProductEvent management
	// group: product_event
	CreateProductEvent(ctx context.Context, in *ProductEventInfo, opts ...grpc.CallOption) (*BaseIDResp, error)
	// group: product_event
	UpdateProductEvent(ctx context.Context, in *ProductEventInfo, opts ...grpc.CallOption) (*BaseResp, error)
	// group: product_event
	GetProductEventList(ctx context.Context, in *ProductEventListReq, opts ...grpc.CallOption) (*ProductEventListResp, error)
	// group: product_event
	GetProductEventById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*ProductEventInfo, error)
	// group: product_event
	DeleteProductEvent(ctx context.Context, in *IDsReq, opts ...grpc.CallOption) (*BaseResp, error)
	// ProductProperty management
	// group: product_property
	CreateProductProperty(ctx context.Context, in *ProductPropertyInfo, opts ...grpc.CallOption) (*BaseIDResp, error)
	// group: product_property
	UpdateProductProperty(ctx context.Context, in *ProductPropertyInfo, opts ...grpc.CallOption) (*BaseResp, error)
	// group: product_property
	GetProductPropertyList(ctx context.Context, in *ProductPropertyListReq, opts ...grpc.CallOption) (*ProductPropertyListResp, error)
	// group: product_property
	GetProductPropertyById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*ProductPropertyInfo, error)
	// group: product_property
	DeleteProductProperty(ctx context.Context, in *IDsReq, opts ...grpc.CallOption) (*BaseResp, error)
	// ProductService management
	// group: product_service
	CreateProductService(ctx context.Context, in *ProductServiceInfo, opts ...grpc.CallOption) (*BaseIDResp, error)
	// group: product_service
	UpdateProductService(ctx context.Context, in *ProductServiceInfo, opts ...grpc.CallOption) (*BaseResp, error)
	// group: product_service
	GetProductServiceList(ctx context.Context, in *ProductServiceListReq, opts ...grpc.CallOption) (*ProductServiceListResp, error)
	// group: product_service
	GetProductServiceById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*ProductServiceInfo, error)
	// group: product_service
	DeleteProductService(ctx context.Context, in *IDsReq, opts ...grpc.CallOption) (*BaseResp, error)
	// ProductTag management
	// group: product_tag
	CreateProductTag(ctx context.Context, in *ProductTagInfo, opts ...grpc.CallOption) (*BaseIDResp, error)
	// group: product_tag
	UpdateProductTag(ctx context.Context, in *ProductTagInfo, opts ...grpc.CallOption) (*BaseResp, error)
	// group: product_tag
	GetProductTagList(ctx context.Context, in *ProductTagListReq, opts ...grpc.CallOption) (*ProductTagListResp, error)
	// group: product_tag
	GetProductTagById(ctx context.Context, in *IDReq, opts ...grpc.CallOption) (*ProductTagInfo, error)
	// group: product_tag
	GetProductTagByKey(ctx context.Context, in *ProductKeyReq, opts ...grpc.CallOption) (*ProductTagListResp, error)
	// group: product_tag
	DeleteProductTag(ctx context.Context, in *IDsReq, opts ...grpc.CallOption) (*BaseResp, error)
	// group: product_tag
	SyncProductTag(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BaseResp, error)
	// group: thing_model
	SyncThingModel(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BaseResp, error)
}

BasicClient is the client API for Basic 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 NewBasicClient

func NewBasicClient(cc grpc.ClientConnInterface) BasicClient

type BasicServer

type BasicServer interface {
	// group: base
	InitDatabase(context.Context, *Empty) (*BaseResp, error)
	// Bind management
	// group: bind
	BindMember(context.Context, *BindMemberReq) (*BaseResp, error)
	// group: bind
	BindCompany(context.Context, *BindCompanyReq) (*BaseResp, error)
	// group: bind
	UnBindMember(context.Context, *BindMemberReq) (*BaseResp, error)
	// group: bind
	UnBindCompany(context.Context, *BindCompanyReq) (*BaseResp, error)
	// group: bind
	GetBindMemberList(context.Context, *BindMemberListReq) (*DeviceListResp, error)
	// group: bind
	GetBindCompanyList(context.Context, *BindCompanyListReq) (*DeviceListResp, error)
	// Company management
	// group: company
	CreateCompany(context.Context, *CompanyInfo) (*BaseIDResp, error)
	// group: company
	UpdateCompany(context.Context, *CompanyInfo) (*BaseResp, error)
	// group: company
	GetCompanyList(context.Context, *CompanyListReq) (*CompanyListResp, error)
	// group: company
	GetCompanyById(context.Context, *IDReq) (*CompanyInfo, error)
	// group: company
	DeleteCompany(context.Context, *IDsReq) (*BaseResp, error)
	// Device management
	// group: device
	CreateDevice(context.Context, *DeviceInfo) (*BaseUUIDResp, error)
	// group: device
	UpdateDevice(context.Context, *DeviceInfo) (*BaseResp, error)
	// group: device
	GetDeviceList(context.Context, *DeviceListReq) (*DeviceListResp, error)
	// group: device
	GetDeviceById(context.Context, *UUIDReq) (*DeviceInfo, error)
	// group: device
	GetDeviceByIotId(context.Context, *DeviceIotIdReq) (*DeviceInfo, error)
	// group: device
	DeleteDevice(context.Context, *UUIDsReq) (*BaseResp, error)
	// group: device
	SyncDevice(context.Context, *SyncDeviceReq) (*BaseResp, error)
	// group: device_customer_tag
	GetDeviceCustomerTagByIotId(context.Context, *DeviceIotIdReq) (*DeviceCustomerTagInfo, error)
	// group: device_customer_tag
	SyncDeviceCustomerTag(context.Context, *Empty) (*BaseResp, error)
	// DeviceProp management
	// group: device_prop
	CreateDeviceProp(context.Context, *DevicePropInfo) (*BaseIDResp, error)
	// group: device_prop
	UpdateDeviceProp(context.Context, *DevicePropInfo) (*BaseResp, error)
	// group: device_prop
	GetDevicePropList(context.Context, *DevicePropListReq) (*DevicePropListResp, error)
	// group: device_prop
	GetDevicePropById(context.Context, *IDReq) (*DevicePropInfo, error)
	// group: device_prop
	GetDevicePropByIotId(context.Context, *DeviceIotIdReq) (*DevicePropInfo, error)
	// group: device_prop
	DeleteDeviceProp(context.Context, *IDsReq) (*BaseResp, error)
	// group: device_prop
	SyncDeviceProp(context.Context, *Empty) (*BaseResp, error)
	// Member management
	// group: member
	CreateMember(context.Context, *MemberInfo) (*BaseUUIDResp, error)
	// group: member
	UpdateMember(context.Context, *MemberInfo) (*BaseResp, error)
	// group: member
	GetMemberList(context.Context, *MemberListReq) (*MemberListResp, error)
	// group: member
	GetMemberById(context.Context, *UUIDReq) (*MemberInfo, error)
	// group: member
	GetMemberByMobile(context.Context, *MobileReq) (*MemberInfo, error)
	// group: member
	DeleteMember(context.Context, *UUIDsReq) (*BaseResp, error)
	// Product management
	// group: product
	CreateProduct(context.Context, *ProductInfo) (*BaseUUIDResp, error)
	// group: product
	UpdateProduct(context.Context, *ProductInfo) (*BaseResp, error)
	// group: product
	GetProductList(context.Context, *ProductListReq) (*ProductListResp, error)
	// group: product
	GetProductById(context.Context, *UUIDReq) (*ProductInfo, error)
	// group: product
	GetProductByKey(context.Context, *ProductKeyReq) (*ProductInfo, error)
	// group: product
	DeleteProduct(context.Context, *UUIDsReq) (*BaseResp, error)
	// group: product
	SyncProduct(context.Context, *Empty) (*BaseResp, error)
	// ProductEvent management
	// group: product_event
	CreateProductEvent(context.Context, *ProductEventInfo) (*BaseIDResp, error)
	// group: product_event
	UpdateProductEvent(context.Context, *ProductEventInfo) (*BaseResp, error)
	// group: product_event
	GetProductEventList(context.Context, *ProductEventListReq) (*ProductEventListResp, error)
	// group: product_event
	GetProductEventById(context.Context, *IDReq) (*ProductEventInfo, error)
	// group: product_event
	DeleteProductEvent(context.Context, *IDsReq) (*BaseResp, error)
	// ProductProperty management
	// group: product_property
	CreateProductProperty(context.Context, *ProductPropertyInfo) (*BaseIDResp, error)
	// group: product_property
	UpdateProductProperty(context.Context, *ProductPropertyInfo) (*BaseResp, error)
	// group: product_property
	GetProductPropertyList(context.Context, *ProductPropertyListReq) (*ProductPropertyListResp, error)
	// group: product_property
	GetProductPropertyById(context.Context, *IDReq) (*ProductPropertyInfo, error)
	// group: product_property
	DeleteProductProperty(context.Context, *IDsReq) (*BaseResp, error)
	// ProductService management
	// group: product_service
	CreateProductService(context.Context, *ProductServiceInfo) (*BaseIDResp, error)
	// group: product_service
	UpdateProductService(context.Context, *ProductServiceInfo) (*BaseResp, error)
	// group: product_service
	GetProductServiceList(context.Context, *ProductServiceListReq) (*ProductServiceListResp, error)
	// group: product_service
	GetProductServiceById(context.Context, *IDReq) (*ProductServiceInfo, error)
	// group: product_service
	DeleteProductService(context.Context, *IDsReq) (*BaseResp, error)
	// ProductTag management
	// group: product_tag
	CreateProductTag(context.Context, *ProductTagInfo) (*BaseIDResp, error)
	// group: product_tag
	UpdateProductTag(context.Context, *ProductTagInfo) (*BaseResp, error)
	// group: product_tag
	GetProductTagList(context.Context, *ProductTagListReq) (*ProductTagListResp, error)
	// group: product_tag
	GetProductTagById(context.Context, *IDReq) (*ProductTagInfo, error)
	// group: product_tag
	GetProductTagByKey(context.Context, *ProductKeyReq) (*ProductTagListResp, error)
	// group: product_tag
	DeleteProductTag(context.Context, *IDsReq) (*BaseResp, error)
	// group: product_tag
	SyncProductTag(context.Context, *Empty) (*BaseResp, error)
	// group: thing_model
	SyncThingModel(context.Context, *Empty) (*BaseResp, error)
	// contains filtered or unexported methods
}

BasicServer is the server API for Basic service. All implementations must embed UnimplementedBasicServer for forward compatibility

type BindCompanyListReq

type BindCompanyListReq struct {
	Page     uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Prop     *string `protobuf:"bytes,3,opt,name=prop,proto3,oneof" json:"prop"`
	Order    *string `protobuf:"bytes,4,opt,name=order,proto3,oneof" json:"order"`
	Id       uint64  `protobuf:"varint,5,opt,name=id,proto3" json:"id"`
	// contains filtered or unexported fields
}

func (*BindCompanyListReq) Descriptor deprecated

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

Deprecated: Use BindCompanyListReq.ProtoReflect.Descriptor instead.

func (*BindCompanyListReq) GetId

func (x *BindCompanyListReq) GetId() uint64

func (*BindCompanyListReq) GetOrder

func (x *BindCompanyListReq) GetOrder() string

func (*BindCompanyListReq) GetPage

func (x *BindCompanyListReq) GetPage() uint64

func (*BindCompanyListReq) GetPageSize

func (x *BindCompanyListReq) GetPageSize() uint64

func (*BindCompanyListReq) GetProp

func (x *BindCompanyListReq) GetProp() string

func (*BindCompanyListReq) ProtoMessage

func (*BindCompanyListReq) ProtoMessage()

func (*BindCompanyListReq) ProtoReflect

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

func (*BindCompanyListReq) Reset

func (x *BindCompanyListReq) Reset()

func (*BindCompanyListReq) String

func (x *BindCompanyListReq) String() string

type BindCompanyReq

type BindCompanyReq struct {
	Id     uint64   `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	IotIds []string `protobuf:"bytes,2,rep,name=iot_ids,json=iotIds,proto3" json:"iot_ids"`
	// contains filtered or unexported fields
}

func (*BindCompanyReq) Descriptor deprecated

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

Deprecated: Use BindCompanyReq.ProtoReflect.Descriptor instead.

func (*BindCompanyReq) GetId

func (x *BindCompanyReq) GetId() uint64

func (*BindCompanyReq) GetIotIds

func (x *BindCompanyReq) GetIotIds() []string

func (*BindCompanyReq) ProtoMessage

func (*BindCompanyReq) ProtoMessage()

func (*BindCompanyReq) ProtoReflect

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

func (*BindCompanyReq) Reset

func (x *BindCompanyReq) Reset()

func (*BindCompanyReq) String

func (x *BindCompanyReq) String() string

type BindMemberListReq

type BindMemberListReq struct {
	Page     uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Prop     *string `protobuf:"bytes,3,opt,name=prop,proto3,oneof" json:"prop"`
	Order    *string `protobuf:"bytes,4,opt,name=order,proto3,oneof" json:"order"`
	Id       string  `protobuf:"bytes,5,opt,name=id,proto3" json:"id"`
	// contains filtered or unexported fields
}

func (*BindMemberListReq) Descriptor deprecated

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

Deprecated: Use BindMemberListReq.ProtoReflect.Descriptor instead.

func (*BindMemberListReq) GetId

func (x *BindMemberListReq) GetId() string

func (*BindMemberListReq) GetOrder

func (x *BindMemberListReq) GetOrder() string

func (*BindMemberListReq) GetPage

func (x *BindMemberListReq) GetPage() uint64

func (*BindMemberListReq) GetPageSize

func (x *BindMemberListReq) GetPageSize() uint64

func (*BindMemberListReq) GetProp

func (x *BindMemberListReq) GetProp() string

func (*BindMemberListReq) ProtoMessage

func (*BindMemberListReq) ProtoMessage()

func (*BindMemberListReq) ProtoReflect

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

func (*BindMemberListReq) Reset

func (x *BindMemberListReq) Reset()

func (*BindMemberListReq) String

func (x *BindMemberListReq) String() string

type BindMemberListResp

type BindMemberListResp struct {
	Total uint64        `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*DeviceInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*BindMemberListResp) Descriptor deprecated

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

Deprecated: Use BindMemberListResp.ProtoReflect.Descriptor instead.

func (*BindMemberListResp) GetData

func (x *BindMemberListResp) GetData() []*DeviceInfo

func (*BindMemberListResp) GetTotal

func (x *BindMemberListResp) GetTotal() uint64

func (*BindMemberListResp) ProtoMessage

func (*BindMemberListResp) ProtoMessage()

func (*BindMemberListResp) ProtoReflect

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

func (*BindMemberListResp) Reset

func (x *BindMemberListResp) Reset()

func (*BindMemberListResp) String

func (x *BindMemberListResp) String() string

type BindMemberReq

type BindMemberReq struct {
	Id     string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	IotIds []string `protobuf:"bytes,2,rep,name=iot_ids,json=iotIds,proto3" json:"iot_ids"`
	// contains filtered or unexported fields
}

func (*BindMemberReq) Descriptor deprecated

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

Deprecated: Use BindMemberReq.ProtoReflect.Descriptor instead.

func (*BindMemberReq) GetId

func (x *BindMemberReq) GetId() string

func (*BindMemberReq) GetIotIds

func (x *BindMemberReq) GetIotIds() []string

func (*BindMemberReq) ProtoMessage

func (*BindMemberReq) ProtoMessage()

func (*BindMemberReq) ProtoReflect

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

func (*BindMemberReq) Reset

func (x *BindMemberReq) Reset()

func (*BindMemberReq) String

func (x *BindMemberReq) String() string

type CompanyInfo

type CompanyInfo struct {
	Id        *uint64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Code | 公司编码
	Code *int32 `protobuf:"varint,6,opt,name=code,proto3,oneof" json:"code"`
	// Nickname | 公司简称
	Nickname *string `protobuf:"bytes,7,opt,name=nickname,proto3,oneof" json:"nickname"`
	// Address | 公司地址
	Address *string `protobuf:"bytes,8,opt,name=address,proto3,oneof" json:"address"`
	// Remark | 备注
	Remark *string `protobuf:"bytes,9,opt,name=remark,proto3,oneof" json:"remark"`
	// contains filtered or unexported fields
}

func (*CompanyInfo) Descriptor deprecated

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

Deprecated: Use CompanyInfo.ProtoReflect.Descriptor instead.

func (*CompanyInfo) GetAddress

func (x *CompanyInfo) GetAddress() string

func (*CompanyInfo) GetCode

func (x *CompanyInfo) GetCode() int32

func (*CompanyInfo) GetCreatedAt

func (x *CompanyInfo) GetCreatedAt() int64

func (*CompanyInfo) GetId

func (x *CompanyInfo) GetId() uint64

func (*CompanyInfo) GetNickname

func (x *CompanyInfo) GetNickname() string

func (*CompanyInfo) GetRemark

func (x *CompanyInfo) GetRemark() string

func (*CompanyInfo) GetSort

func (x *CompanyInfo) GetSort() uint32

func (*CompanyInfo) GetStatus

func (x *CompanyInfo) GetStatus() uint32

func (*CompanyInfo) GetUpdatedAt

func (x *CompanyInfo) GetUpdatedAt() int64

func (*CompanyInfo) ProtoMessage

func (*CompanyInfo) ProtoMessage()

func (*CompanyInfo) ProtoReflect

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

func (*CompanyInfo) Reset

func (x *CompanyInfo) Reset()

func (*CompanyInfo) String

func (x *CompanyInfo) String() string

type CompanyListReq

type CompanyListReq struct {
	Page     uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Prop     *string `protobuf:"bytes,3,opt,name=prop,proto3,oneof" json:"prop"`
	Order    *string `protobuf:"bytes,4,opt,name=order,proto3,oneof" json:"order"`
	Nickname *string `protobuf:"bytes,5,opt,name=nickname,proto3,oneof" json:"nickname"`
	Address  *string `protobuf:"bytes,6,opt,name=address,proto3,oneof" json:"address"`
	Remark   *string `protobuf:"bytes,7,opt,name=remark,proto3,oneof" json:"remark"`
	// contains filtered or unexported fields
}

func (*CompanyListReq) Descriptor deprecated

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

Deprecated: Use CompanyListReq.ProtoReflect.Descriptor instead.

func (*CompanyListReq) GetAddress

func (x *CompanyListReq) GetAddress() string

func (*CompanyListReq) GetNickname

func (x *CompanyListReq) GetNickname() string

func (*CompanyListReq) GetOrder

func (x *CompanyListReq) GetOrder() string

func (*CompanyListReq) GetPage

func (x *CompanyListReq) GetPage() uint64

func (*CompanyListReq) GetPageSize

func (x *CompanyListReq) GetPageSize() uint64

func (*CompanyListReq) GetProp

func (x *CompanyListReq) GetProp() string

func (*CompanyListReq) GetRemark

func (x *CompanyListReq) GetRemark() string

func (*CompanyListReq) ProtoMessage

func (*CompanyListReq) ProtoMessage()

func (*CompanyListReq) ProtoReflect

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

func (*CompanyListReq) Reset

func (x *CompanyListReq) Reset()

func (*CompanyListReq) String

func (x *CompanyListReq) String() string

type CompanyListResp

type CompanyListResp struct {
	Total uint64         `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*CompanyInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*CompanyListResp) Descriptor deprecated

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

Deprecated: Use CompanyListResp.ProtoReflect.Descriptor instead.

func (*CompanyListResp) GetData

func (x *CompanyListResp) GetData() []*CompanyInfo

func (*CompanyListResp) GetTotal

func (x *CompanyListResp) GetTotal() uint64

func (*CompanyListResp) ProtoMessage

func (*CompanyListResp) ProtoMessage()

func (*CompanyListResp) ProtoReflect

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

func (*CompanyListResp) Reset

func (x *CompanyListResp) Reset()

func (*CompanyListResp) String

func (x *CompanyListResp) String() string

type DeviceCustomerTagInfo

type DeviceCustomerTagInfo struct {
	Id        *uint64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Iot Id | 设备ID
	IotID *string `protobuf:"bytes,6,opt,name=iot_i_d,json=iotID,proto3,oneof" json:"iot_i_d"`
	// Props | 标签信息
	DeviceName *string `protobuf:"bytes,7,opt,name=device_name,json=deviceName,proto3,oneof" json:"device_name"`
	Sn         *string `protobuf:"bytes,8,opt,name=sn,proto3,oneof" json:"sn"`
	Customer   *string `protobuf:"bytes,9,opt,name=customer,proto3,oneof" json:"customer"`
	City       *string `protobuf:"bytes,10,opt,name=city,proto3,oneof" json:"city"`
	Location   *string `protobuf:"bytes,11,opt,name=location,proto3,oneof" json:"location"`
	Line1      *string `protobuf:"bytes,12,opt,name=line1,proto3,oneof" json:"line1"`
	Line2      *string `protobuf:"bytes,13,opt,name=line2,proto3,oneof" json:"line2"`
	// contains filtered or unexported fields
}

func (*DeviceCustomerTagInfo) Descriptor deprecated

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

Deprecated: Use DeviceCustomerTagInfo.ProtoReflect.Descriptor instead.

func (*DeviceCustomerTagInfo) GetCity

func (x *DeviceCustomerTagInfo) GetCity() string

func (*DeviceCustomerTagInfo) GetCreatedAt

func (x *DeviceCustomerTagInfo) GetCreatedAt() int64

func (*DeviceCustomerTagInfo) GetCustomer

func (x *DeviceCustomerTagInfo) GetCustomer() string

func (*DeviceCustomerTagInfo) GetDeviceName

func (x *DeviceCustomerTagInfo) GetDeviceName() string

func (*DeviceCustomerTagInfo) GetId

func (x *DeviceCustomerTagInfo) GetId() uint64

func (*DeviceCustomerTagInfo) GetIotID

func (x *DeviceCustomerTagInfo) GetIotID() string

func (*DeviceCustomerTagInfo) GetLine1

func (x *DeviceCustomerTagInfo) GetLine1() string

func (*DeviceCustomerTagInfo) GetLine2

func (x *DeviceCustomerTagInfo) GetLine2() string

func (*DeviceCustomerTagInfo) GetLocation

func (x *DeviceCustomerTagInfo) GetLocation() string

func (*DeviceCustomerTagInfo) GetSn

func (x *DeviceCustomerTagInfo) GetSn() string

func (*DeviceCustomerTagInfo) GetSort

func (x *DeviceCustomerTagInfo) GetSort() uint32

func (*DeviceCustomerTagInfo) GetStatus

func (x *DeviceCustomerTagInfo) GetStatus() uint32

func (*DeviceCustomerTagInfo) GetUpdatedAt

func (x *DeviceCustomerTagInfo) GetUpdatedAt() int64

func (*DeviceCustomerTagInfo) ProtoMessage

func (*DeviceCustomerTagInfo) ProtoMessage()

func (*DeviceCustomerTagInfo) ProtoReflect

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

func (*DeviceCustomerTagInfo) Reset

func (x *DeviceCustomerTagInfo) Reset()

func (*DeviceCustomerTagInfo) String

func (x *DeviceCustomerTagInfo) String() string

type DeviceInfo

type DeviceInfo struct {
	Id        *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Product Key | 产品Key
	ProductKey *string `protobuf:"bytes,6,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	// Iot Id | 设备ID
	IotID *string `protobuf:"bytes,7,opt,name=iot_i_d,json=iotID,proto3,oneof" json:"iot_i_d"`
	// Device Name | 设备名称
	DeviceName *string `protobuf:"bytes,8,opt,name=device_name,json=deviceName,proto3,oneof" json:"device_name"`
	// Device Secret | 设备密钥
	DeviceSecret *string `protobuf:"bytes,9,opt,name=device_secret,json=deviceSecret,proto3,oneof" json:"device_secret"`
	// Device Status | 设备状态
	DeviceStatus *string `protobuf:"bytes,10,opt,name=device_status,json=deviceStatus,proto3,oneof" json:"device_status"`
	// Nickname | 备注名称
	Nickname *string `protobuf:"bytes,11,opt,name=nickname,proto3,oneof" json:"nickname"`
	// GMT Create | GMT创建时间
	GmtCreate *string `protobuf:"bytes,12,opt,name=gmt_create,json=gmtCreate,proto3,oneof" json:"gmt_create"`
	// GMT Modified | GMT更新时间
	GmtModified *string `protobuf:"bytes,13,opt,name=gmt_modified,json=gmtModified,proto3,oneof" json:"gmt_modified"`
	// UTC Create | UTC创建时间
	UtcCreate *string `protobuf:"bytes,14,opt,name=utc_create,json=utcCreate,proto3,oneof" json:"utc_create"`
	// UTC Modified | UTC更新时间
	UtcModified *string `protobuf:"bytes,15,opt,name=utc_modified,json=utcModified,proto3,oneof" json:"utc_modified"`
	// Status Code | 操作状态码
	OperationalStatusCode *string `protobuf:"bytes,16,opt,name=operational_status_code,json=operationalStatusCode,proto3,oneof" json:"operational_status_code"`
	// Firmware Version | 固件版本号
	FirmwareVersion *string `protobuf:"bytes,17,opt,name=firmware_version,json=firmwareVersion,proto3,oneof" json:"firmware_version"`
	// GMT Active | GMT激活时间
	GmtActive *string `protobuf:"bytes,18,opt,name=gmt_active,json=gmtActive,proto3,oneof" json:"gmt_active"`
	// GMT Online | GMT最近一次上线的时间
	GmtOnline *string `protobuf:"bytes,19,opt,name=gmt_online,json=gmtOnline,proto3,oneof" json:"gmt_online"`
	// Ip Address | IP地址
	IPAddress *string `protobuf:"bytes,20,opt,name=i_p_address,json=iPAddress,proto3,oneof" json:"i_p_address"`
	// Node Type | 节点类型
	NodeType *int32 `protobuf:"varint,21,opt,name=node_type,json=nodeType,proto3,oneof" json:"node_type"`
	// Owner | API调用者是否是该设备的拥有者
	Owner *bool `protobuf:"varint,22,opt,name=owner,proto3,oneof" json:"owner"`
	// Product Name | 产品名称
	ProductName *string `protobuf:"bytes,23,opt,name=product_name,json=productName,proto3,oneof" json:"product_name"`
	// Region | 所在地区
	Region *string `protobuf:"bytes,24,opt,name=region,proto3,oneof" json:"region"`
	// UTC Active | UTC激活时间
	UtcActive *string `protobuf:"bytes,25,opt,name=utc_active,json=utcActive,proto3,oneof" json:"utc_active"`
	// UTC Online | UTC最近一次上线的时间
	UtcOnline *string `protobuf:"bytes,26,opt,name=utc_online,json=utcOnline,proto3,oneof" json:"utc_online"`
	// Tag | 标签
	Tag *uint64 `protobuf:"varint,27,opt,name=tag,proto3,oneof" json:"tag"`
	// Operational Status | 设备操作状态
	OperationalStatus *string `protobuf:"bytes,28,opt,name=operational_status,json=operationalStatus,proto3,oneof" json:"operational_status"`
	// contains filtered or unexported fields
}

func (*DeviceInfo) Descriptor deprecated

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

Deprecated: Use DeviceInfo.ProtoReflect.Descriptor instead.

func (*DeviceInfo) GetCreatedAt

func (x *DeviceInfo) GetCreatedAt() int64

func (*DeviceInfo) GetDeviceName

func (x *DeviceInfo) GetDeviceName() string

func (*DeviceInfo) GetDeviceSecret

func (x *DeviceInfo) GetDeviceSecret() string

func (*DeviceInfo) GetDeviceStatus

func (x *DeviceInfo) GetDeviceStatus() string

func (*DeviceInfo) GetFirmwareVersion

func (x *DeviceInfo) GetFirmwareVersion() string

func (*DeviceInfo) GetGmtActive

func (x *DeviceInfo) GetGmtActive() string

func (*DeviceInfo) GetGmtCreate

func (x *DeviceInfo) GetGmtCreate() string

func (*DeviceInfo) GetGmtModified

func (x *DeviceInfo) GetGmtModified() string

func (*DeviceInfo) GetGmtOnline

func (x *DeviceInfo) GetGmtOnline() string

func (*DeviceInfo) GetIPAddress

func (x *DeviceInfo) GetIPAddress() string

func (*DeviceInfo) GetId

func (x *DeviceInfo) GetId() string

func (*DeviceInfo) GetIotID

func (x *DeviceInfo) GetIotID() string

func (*DeviceInfo) GetNickname

func (x *DeviceInfo) GetNickname() string

func (*DeviceInfo) GetNodeType

func (x *DeviceInfo) GetNodeType() int32

func (*DeviceInfo) GetOperationalStatus

func (x *DeviceInfo) GetOperationalStatus() string

func (*DeviceInfo) GetOperationalStatusCode

func (x *DeviceInfo) GetOperationalStatusCode() string

func (*DeviceInfo) GetOwner

func (x *DeviceInfo) GetOwner() bool

func (*DeviceInfo) GetProductKey

func (x *DeviceInfo) GetProductKey() string

func (*DeviceInfo) GetProductName

func (x *DeviceInfo) GetProductName() string

func (*DeviceInfo) GetRegion

func (x *DeviceInfo) GetRegion() string

func (*DeviceInfo) GetSort

func (x *DeviceInfo) GetSort() uint32

func (*DeviceInfo) GetStatus

func (x *DeviceInfo) GetStatus() uint32

func (*DeviceInfo) GetTag

func (x *DeviceInfo) GetTag() uint64

func (*DeviceInfo) GetUpdatedAt

func (x *DeviceInfo) GetUpdatedAt() int64

func (*DeviceInfo) GetUtcActive

func (x *DeviceInfo) GetUtcActive() string

func (*DeviceInfo) GetUtcCreate

func (x *DeviceInfo) GetUtcCreate() string

func (*DeviceInfo) GetUtcModified

func (x *DeviceInfo) GetUtcModified() string

func (*DeviceInfo) GetUtcOnline

func (x *DeviceInfo) GetUtcOnline() string

func (*DeviceInfo) ProtoMessage

func (*DeviceInfo) ProtoMessage()

func (*DeviceInfo) ProtoReflect

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

func (*DeviceInfo) Reset

func (x *DeviceInfo) Reset()

func (*DeviceInfo) String

func (x *DeviceInfo) String() string

type DeviceIotIdReq

type DeviceIotIdReq struct {
	IotId string `protobuf:"bytes,1,opt,name=iot_id,json=iotId,proto3" json:"iot_id"`
	// contains filtered or unexported fields
}

func (*DeviceIotIdReq) Descriptor deprecated

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

Deprecated: Use DeviceIotIdReq.ProtoReflect.Descriptor instead.

func (*DeviceIotIdReq) GetIotId

func (x *DeviceIotIdReq) GetIotId() string

func (*DeviceIotIdReq) ProtoMessage

func (*DeviceIotIdReq) ProtoMessage()

func (*DeviceIotIdReq) ProtoReflect

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

func (*DeviceIotIdReq) Reset

func (x *DeviceIotIdReq) Reset()

func (*DeviceIotIdReq) String

func (x *DeviceIotIdReq) String() string

type DeviceListReq

type DeviceListReq struct {
	Page         uint64   `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize     uint64   `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Prop         *string  `protobuf:"bytes,3,opt,name=prop,proto3,oneof" json:"prop"`
	Order        *string  `protobuf:"bytes,4,opt,name=order,proto3,oneof" json:"order"`
	ProductKey   *string  `protobuf:"bytes,5,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	IotID        *string  `protobuf:"bytes,6,opt,name=iot_i_d,json=iotID,proto3,oneof" json:"iot_i_d"`
	DeviceName   *string  `protobuf:"bytes,7,opt,name=device_name,json=deviceName,proto3,oneof" json:"device_name"`
	DeviceStatus *string  `protobuf:"bytes,8,opt,name=device_status,json=deviceStatus,proto3,oneof" json:"device_status"`
	IotIDs       []string `protobuf:"bytes,9,rep,name=iot_i_ds,json=iotIDs,proto3" json:"iot_i_ds"`
	Tag          *uint64  `protobuf:"varint,10,opt,name=tag,proto3,oneof" json:"tag"`
	ProductKeys  []string `protobuf:"bytes,11,rep,name=product_keys,json=productKeys,proto3" json:"product_keys"`
	// contains filtered or unexported fields
}

func (*DeviceListReq) Descriptor deprecated

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

Deprecated: Use DeviceListReq.ProtoReflect.Descriptor instead.

func (*DeviceListReq) GetDeviceName

func (x *DeviceListReq) GetDeviceName() string

func (*DeviceListReq) GetDeviceStatus

func (x *DeviceListReq) GetDeviceStatus() string

func (*DeviceListReq) GetIotID

func (x *DeviceListReq) GetIotID() string

func (*DeviceListReq) GetIotIDs

func (x *DeviceListReq) GetIotIDs() []string

func (*DeviceListReq) GetOrder

func (x *DeviceListReq) GetOrder() string

func (*DeviceListReq) GetPage

func (x *DeviceListReq) GetPage() uint64

func (*DeviceListReq) GetPageSize

func (x *DeviceListReq) GetPageSize() uint64

func (*DeviceListReq) GetProductKey

func (x *DeviceListReq) GetProductKey() string

func (*DeviceListReq) GetProductKeys

func (x *DeviceListReq) GetProductKeys() []string

func (*DeviceListReq) GetProp

func (x *DeviceListReq) GetProp() string

func (*DeviceListReq) GetTag

func (x *DeviceListReq) GetTag() uint64

func (*DeviceListReq) ProtoMessage

func (*DeviceListReq) ProtoMessage()

func (*DeviceListReq) ProtoReflect

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

func (*DeviceListReq) Reset

func (x *DeviceListReq) Reset()

func (*DeviceListReq) String

func (x *DeviceListReq) String() string

type DeviceListResp

type DeviceListResp struct {
	Total uint64        `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*DeviceInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*DeviceListResp) Descriptor deprecated

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

Deprecated: Use DeviceListResp.ProtoReflect.Descriptor instead.

func (*DeviceListResp) GetData

func (x *DeviceListResp) GetData() []*DeviceInfo

func (*DeviceListResp) GetTotal

func (x *DeviceListResp) GetTotal() uint64

func (*DeviceListResp) ProtoMessage

func (*DeviceListResp) ProtoMessage()

func (*DeviceListResp) ProtoReflect

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

func (*DeviceListResp) Reset

func (x *DeviceListResp) Reset()

func (*DeviceListResp) String

func (x *DeviceListResp) String() string

type DevicePropInfo

type DevicePropInfo struct {
	Id        *uint64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Iot Id | 设备ID
	IotID *string `protobuf:"bytes,6,opt,name=iot_i_d,json=iotID,proto3,oneof" json:"iot_i_d"`
	// Props | 标签信息
	Props *string `protobuf:"bytes,7,opt,name=props,proto3,oneof" json:"props"`
	// contains filtered or unexported fields
}

func (*DevicePropInfo) Descriptor deprecated

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

Deprecated: Use DevicePropInfo.ProtoReflect.Descriptor instead.

func (*DevicePropInfo) GetCreatedAt

func (x *DevicePropInfo) GetCreatedAt() int64

func (*DevicePropInfo) GetId

func (x *DevicePropInfo) GetId() uint64

func (*DevicePropInfo) GetIotID

func (x *DevicePropInfo) GetIotID() string

func (*DevicePropInfo) GetProps

func (x *DevicePropInfo) GetProps() string

func (*DevicePropInfo) GetSort

func (x *DevicePropInfo) GetSort() uint32

func (*DevicePropInfo) GetStatus

func (x *DevicePropInfo) GetStatus() uint32

func (*DevicePropInfo) GetUpdatedAt

func (x *DevicePropInfo) GetUpdatedAt() int64

func (*DevicePropInfo) ProtoMessage

func (*DevicePropInfo) ProtoMessage()

func (*DevicePropInfo) ProtoReflect

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

func (*DevicePropInfo) Reset

func (x *DevicePropInfo) Reset()

func (*DevicePropInfo) String

func (x *DevicePropInfo) String() string

type DevicePropListReq

type DevicePropListReq struct {
	Page     uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	IotID    *string `protobuf:"bytes,3,opt,name=iot_i_d,json=iotID,proto3,oneof" json:"iot_i_d"`
	Props    *string `protobuf:"bytes,4,opt,name=props,proto3,oneof" json:"props"`
	// contains filtered or unexported fields
}

func (*DevicePropListReq) Descriptor deprecated

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

Deprecated: Use DevicePropListReq.ProtoReflect.Descriptor instead.

func (*DevicePropListReq) GetIotID

func (x *DevicePropListReq) GetIotID() string

func (*DevicePropListReq) GetPage

func (x *DevicePropListReq) GetPage() uint64

func (*DevicePropListReq) GetPageSize

func (x *DevicePropListReq) GetPageSize() uint64

func (*DevicePropListReq) GetProps

func (x *DevicePropListReq) GetProps() string

func (*DevicePropListReq) ProtoMessage

func (*DevicePropListReq) ProtoMessage()

func (*DevicePropListReq) ProtoReflect

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

func (*DevicePropListReq) Reset

func (x *DevicePropListReq) Reset()

func (*DevicePropListReq) String

func (x *DevicePropListReq) String() string

type DevicePropListResp

type DevicePropListResp struct {
	Total uint64            `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*DevicePropInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*DevicePropListResp) Descriptor deprecated

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

Deprecated: Use DevicePropListResp.ProtoReflect.Descriptor instead.

func (*DevicePropListResp) GetData

func (x *DevicePropListResp) GetData() []*DevicePropInfo

func (*DevicePropListResp) GetTotal

func (x *DevicePropListResp) GetTotal() uint64

func (*DevicePropListResp) ProtoMessage

func (*DevicePropListResp) ProtoMessage()

func (*DevicePropListResp) ProtoReflect

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

func (*DevicePropListResp) Reset

func (x *DevicePropListResp) Reset()

func (*DevicePropListResp) String

func (x *DevicePropListResp) String() string

type Empty

type Empty struct {
	// contains filtered or unexported fields
}

base message

func (*Empty) Descriptor deprecated

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

Deprecated: Use Empty.ProtoReflect.Descriptor instead.

func (*Empty) ProtoMessage

func (*Empty) ProtoMessage()

func (*Empty) ProtoReflect

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

func (*Empty) Reset

func (x *Empty) Reset()

func (*Empty) String

func (x *Empty) String() string

type IDInt32Req

type IDInt32Req struct {
	Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// contains filtered or unexported fields
}

func (*IDInt32Req) Descriptor deprecated

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

Deprecated: Use IDInt32Req.ProtoReflect.Descriptor instead.

func (*IDInt32Req) GetId

func (x *IDInt32Req) GetId() int32

func (*IDInt32Req) ProtoMessage

func (*IDInt32Req) ProtoMessage()

func (*IDInt32Req) ProtoReflect

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

func (*IDInt32Req) Reset

func (x *IDInt32Req) Reset()

func (*IDInt32Req) String

func (x *IDInt32Req) String() string

type IDInt64Req

type IDInt64Req struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// contains filtered or unexported fields
}

func (*IDInt64Req) Descriptor deprecated

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

Deprecated: Use IDInt64Req.ProtoReflect.Descriptor instead.

func (*IDInt64Req) GetId

func (x *IDInt64Req) GetId() int64

func (*IDInt64Req) ProtoMessage

func (*IDInt64Req) ProtoMessage()

func (*IDInt64Req) ProtoReflect

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

func (*IDInt64Req) Reset

func (x *IDInt64Req) Reset()

func (*IDInt64Req) String

func (x *IDInt64Req) String() string

type IDReq

type IDReq struct {
	Id uint64 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// contains filtered or unexported fields
}

func (*IDReq) Descriptor deprecated

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

Deprecated: Use IDReq.ProtoReflect.Descriptor instead.

func (*IDReq) GetId

func (x *IDReq) GetId() uint64

func (*IDReq) ProtoMessage

func (*IDReq) ProtoMessage()

func (*IDReq) ProtoReflect

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

func (*IDReq) Reset

func (x *IDReq) Reset()

func (*IDReq) String

func (x *IDReq) String() string

type IDUint32Req

type IDUint32Req struct {
	Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id"`
	// contains filtered or unexported fields
}

func (*IDUint32Req) Descriptor deprecated

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

Deprecated: Use IDUint32Req.ProtoReflect.Descriptor instead.

func (*IDUint32Req) GetId

func (x *IDUint32Req) GetId() uint32

func (*IDUint32Req) ProtoMessage

func (*IDUint32Req) ProtoMessage()

func (*IDUint32Req) ProtoReflect

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

func (*IDUint32Req) Reset

func (x *IDUint32Req) Reset()

func (*IDUint32Req) String

func (x *IDUint32Req) String() string

type IDsInt32Req

type IDsInt32Req struct {
	Ids []int32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"`
	// contains filtered or unexported fields
}

func (*IDsInt32Req) Descriptor deprecated

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

Deprecated: Use IDsInt32Req.ProtoReflect.Descriptor instead.

func (*IDsInt32Req) GetIds

func (x *IDsInt32Req) GetIds() []int32

func (*IDsInt32Req) ProtoMessage

func (*IDsInt32Req) ProtoMessage()

func (*IDsInt32Req) ProtoReflect

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

func (*IDsInt32Req) Reset

func (x *IDsInt32Req) Reset()

func (*IDsInt32Req) String

func (x *IDsInt32Req) String() string

type IDsInt64Req

type IDsInt64Req struct {
	Ids []int64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"`
	// contains filtered or unexported fields
}

func (*IDsInt64Req) Descriptor deprecated

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

Deprecated: Use IDsInt64Req.ProtoReflect.Descriptor instead.

func (*IDsInt64Req) GetIds

func (x *IDsInt64Req) GetIds() []int64

func (*IDsInt64Req) ProtoMessage

func (*IDsInt64Req) ProtoMessage()

func (*IDsInt64Req) ProtoReflect

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

func (*IDsInt64Req) Reset

func (x *IDsInt64Req) Reset()

func (*IDsInt64Req) String

func (x *IDsInt64Req) String() string

type IDsReq

type IDsReq struct {
	Ids []uint64 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"`
	// contains filtered or unexported fields
}

func (*IDsReq) Descriptor deprecated

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

Deprecated: Use IDsReq.ProtoReflect.Descriptor instead.

func (*IDsReq) GetIds

func (x *IDsReq) GetIds() []uint64

func (*IDsReq) ProtoMessage

func (*IDsReq) ProtoMessage()

func (*IDsReq) ProtoReflect

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

func (*IDsReq) Reset

func (x *IDsReq) Reset()

func (*IDsReq) String

func (x *IDsReq) String() string

type IDsUint32Req

type IDsUint32Req struct {
	Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids"`
	// contains filtered or unexported fields
}

func (*IDsUint32Req) Descriptor deprecated

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

Deprecated: Use IDsUint32Req.ProtoReflect.Descriptor instead.

func (*IDsUint32Req) GetIds

func (x *IDsUint32Req) GetIds() []uint32

func (*IDsUint32Req) ProtoMessage

func (*IDsUint32Req) ProtoMessage()

func (*IDsUint32Req) ProtoReflect

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

func (*IDsUint32Req) Reset

func (x *IDsUint32Req) Reset()

func (*IDsUint32Req) String

func (x *IDsUint32Req) String() string

type MemberInfo

type MemberInfo struct {
	Id        *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Company Id | 公司ID
	CompanyID *uint64 `protobuf:"varint,6,opt,name=company_i_d,json=companyID,proto3,oneof" json:"company_i_d"`
	// Type | 类型
	Type *int32 `protobuf:"varint,7,opt,name=type,proto3,oneof" json:"type"`
	// Name | 姓名
	Name *string `protobuf:"bytes,8,opt,name=name,proto3,oneof" json:"name"`
	// Mobile | 手机号码
	Mobile *string `protobuf:"bytes,9,opt,name=mobile,proto3,oneof" json:"mobile"`
	// Avatar | 头像
	Avatar *string `protobuf:"bytes,10,opt,name=avatar,proto3,oneof" json:"avatar"`
	// Account | 账号
	Account *string `protobuf:"bytes,11,opt,name=account,proto3,oneof" json:"account"`
	// Password | 密码
	Password *string `protobuf:"bytes,12,opt,name=password,proto3,oneof" json:"password"`
	// Country Code | 国际区号
	CountryCode *string `protobuf:"bytes,13,opt,name=country_code,json=countryCode,proto3,oneof" json:"country_code"`
	// contains filtered or unexported fields
}

func (*MemberInfo) Descriptor deprecated

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

Deprecated: Use MemberInfo.ProtoReflect.Descriptor instead.

func (*MemberInfo) GetAccount

func (x *MemberInfo) GetAccount() string

func (*MemberInfo) GetAvatar

func (x *MemberInfo) GetAvatar() string

func (*MemberInfo) GetCompanyID

func (x *MemberInfo) GetCompanyID() uint64

func (*MemberInfo) GetCountryCode

func (x *MemberInfo) GetCountryCode() string

func (*MemberInfo) GetCreatedAt

func (x *MemberInfo) GetCreatedAt() int64

func (*MemberInfo) GetId

func (x *MemberInfo) GetId() string

func (*MemberInfo) GetMobile

func (x *MemberInfo) GetMobile() string

func (*MemberInfo) GetName

func (x *MemberInfo) GetName() string

func (*MemberInfo) GetPassword

func (x *MemberInfo) GetPassword() string

func (*MemberInfo) GetSort

func (x *MemberInfo) GetSort() uint32

func (*MemberInfo) GetStatus

func (x *MemberInfo) GetStatus() uint32

func (*MemberInfo) GetType

func (x *MemberInfo) GetType() int32

func (*MemberInfo) GetUpdatedAt

func (x *MemberInfo) GetUpdatedAt() int64

func (*MemberInfo) ProtoMessage

func (*MemberInfo) ProtoMessage()

func (*MemberInfo) ProtoReflect

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

func (*MemberInfo) Reset

func (x *MemberInfo) Reset()

func (*MemberInfo) String

func (x *MemberInfo) String() string

type MemberListReq

type MemberListReq struct {
	Page     uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Prop     *string `protobuf:"bytes,3,opt,name=prop,proto3,oneof" json:"prop"`
	Order    *string `protobuf:"bytes,4,opt,name=order,proto3,oneof" json:"order"`
	Name     *string `protobuf:"bytes,5,opt,name=name,proto3,oneof" json:"name"`
	Mobile   *string `protobuf:"bytes,6,opt,name=mobile,proto3,oneof" json:"mobile"`
	Avatar   *string `protobuf:"bytes,7,opt,name=avatar,proto3,oneof" json:"avatar"`
	// contains filtered or unexported fields
}

func (*MemberListReq) Descriptor deprecated

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

Deprecated: Use MemberListReq.ProtoReflect.Descriptor instead.

func (*MemberListReq) GetAvatar

func (x *MemberListReq) GetAvatar() string

func (*MemberListReq) GetMobile

func (x *MemberListReq) GetMobile() string

func (*MemberListReq) GetName

func (x *MemberListReq) GetName() string

func (*MemberListReq) GetOrder

func (x *MemberListReq) GetOrder() string

func (*MemberListReq) GetPage

func (x *MemberListReq) GetPage() uint64

func (*MemberListReq) GetPageSize

func (x *MemberListReq) GetPageSize() uint64

func (*MemberListReq) GetProp

func (x *MemberListReq) GetProp() string

func (*MemberListReq) ProtoMessage

func (*MemberListReq) ProtoMessage()

func (*MemberListReq) ProtoReflect

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

func (*MemberListReq) Reset

func (x *MemberListReq) Reset()

func (*MemberListReq) String

func (x *MemberListReq) String() string

type MemberListResp

type MemberListResp struct {
	Total uint64        `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*MemberInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*MemberListResp) Descriptor deprecated

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

Deprecated: Use MemberListResp.ProtoReflect.Descriptor instead.

func (*MemberListResp) GetData

func (x *MemberListResp) GetData() []*MemberInfo

func (*MemberListResp) GetTotal

func (x *MemberListResp) GetTotal() uint64

func (*MemberListResp) ProtoMessage

func (*MemberListResp) ProtoMessage()

func (*MemberListResp) ProtoReflect

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

func (*MemberListResp) Reset

func (x *MemberListResp) Reset()

func (*MemberListResp) String

func (x *MemberListResp) String() string

type MobileReq

type MobileReq struct {
	Mobile string `protobuf:"bytes,1,opt,name=mobile,proto3" json:"mobile"`
	// contains filtered or unexported fields
}

func (*MobileReq) Descriptor deprecated

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

Deprecated: Use MobileReq.ProtoReflect.Descriptor instead.

func (*MobileReq) GetMobile

func (x *MobileReq) GetMobile() string

func (*MobileReq) ProtoMessage

func (*MobileReq) ProtoMessage()

func (*MobileReq) ProtoReflect

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

func (*MobileReq) Reset

func (x *MobileReq) Reset()

func (*MobileReq) String

func (x *MobileReq) String() string

type PageInfoReq

type PageInfoReq struct {
	Page     uint64 `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize uint64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	// contains filtered or unexported fields
}

func (*PageInfoReq) Descriptor deprecated

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

Deprecated: Use PageInfoReq.ProtoReflect.Descriptor instead.

func (*PageInfoReq) GetPage

func (x *PageInfoReq) GetPage() uint64

func (*PageInfoReq) GetPageSize

func (x *PageInfoReq) GetPageSize() uint64

func (*PageInfoReq) ProtoMessage

func (*PageInfoReq) ProtoMessage()

func (*PageInfoReq) ProtoReflect

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

func (*PageInfoReq) Reset

func (x *PageInfoReq) Reset()

func (*PageInfoReq) String

func (x *PageInfoReq) String() string

type ProductEventInfo

type ProductEventInfo struct {
	Id        *uint64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Product Key | 产品Key
	ProductKey *string `protobuf:"bytes,6,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	// CreateTs | 功能创建的时间戳
	CreateTs *int64 `protobuf:"varint,7,opt,name=create_ts,json=createTs,proto3,oneof" json:"create_ts"`
	// Version | 物模型版本号
	Version *string `protobuf:"bytes,8,opt,name=version,proto3,oneof" json:"version"`
	// Identifier | 事件的标识符
	Identifier *string `protobuf:"bytes,9,opt,name=identifier,proto3,oneof" json:"identifier"`
	// EventName | 事件名称
	EventName *string `protobuf:"bytes,10,opt,name=event_name,json=eventName,proto3,oneof" json:"event_name"`
	// EventType | 事件类型,INFO_EVENT_TYPE:信息。ALERT_EVENT_TYPE:告警。ERROR_EVENT_TYPE:故障。
	EventType *string `protobuf:"bytes,11,opt,name=event_type,json=eventType,proto3,oneof" json:"event_type"`
	// Output data | 事件的输出参数
	OutputData *string `protobuf:"bytes,12,opt,name=output_data,json=outputData,proto3,oneof" json:"output_data"`
	// Custom | 是否是自定义功能
	Custom *bool `protobuf:"varint,13,opt,name=custom,proto3,oneof" json:"custom"`
	// Required | 是否是标准品类的必选事件
	Required *bool `protobuf:"varint,14,opt,name=required,proto3,oneof" json:"required"`
	// contains filtered or unexported fields
}

func (*ProductEventInfo) Descriptor deprecated

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

Deprecated: Use ProductEventInfo.ProtoReflect.Descriptor instead.

func (*ProductEventInfo) GetCreateTs

func (x *ProductEventInfo) GetCreateTs() int64

func (*ProductEventInfo) GetCreatedAt

func (x *ProductEventInfo) GetCreatedAt() int64

func (*ProductEventInfo) GetCustom

func (x *ProductEventInfo) GetCustom() bool

func (*ProductEventInfo) GetEventName

func (x *ProductEventInfo) GetEventName() string

func (*ProductEventInfo) GetEventType

func (x *ProductEventInfo) GetEventType() string

func (*ProductEventInfo) GetId

func (x *ProductEventInfo) GetId() uint64

func (*ProductEventInfo) GetIdentifier

func (x *ProductEventInfo) GetIdentifier() string

func (*ProductEventInfo) GetOutputData

func (x *ProductEventInfo) GetOutputData() string

func (*ProductEventInfo) GetProductKey

func (x *ProductEventInfo) GetProductKey() string

func (*ProductEventInfo) GetRequired

func (x *ProductEventInfo) GetRequired() bool

func (*ProductEventInfo) GetSort

func (x *ProductEventInfo) GetSort() uint32

func (*ProductEventInfo) GetStatus

func (x *ProductEventInfo) GetStatus() uint32

func (*ProductEventInfo) GetUpdatedAt

func (x *ProductEventInfo) GetUpdatedAt() int64

func (*ProductEventInfo) GetVersion

func (x *ProductEventInfo) GetVersion() string

func (*ProductEventInfo) ProtoMessage

func (*ProductEventInfo) ProtoMessage()

func (*ProductEventInfo) ProtoReflect

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

func (*ProductEventInfo) Reset

func (x *ProductEventInfo) Reset()

func (*ProductEventInfo) String

func (x *ProductEventInfo) String() string

type ProductEventListReq

type ProductEventListReq struct {
	Page       uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize   uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Prop       *string `protobuf:"bytes,3,opt,name=prop,proto3,oneof" json:"prop"`
	Order      *string `protobuf:"bytes,4,opt,name=order,proto3,oneof" json:"order"`
	ProductKey *string `protobuf:"bytes,5,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	Version    *string `protobuf:"bytes,6,opt,name=version,proto3,oneof" json:"version"`
	Identifier *string `protobuf:"bytes,7,opt,name=identifier,proto3,oneof" json:"identifier"`
	// contains filtered or unexported fields
}

func (*ProductEventListReq) Descriptor deprecated

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

Deprecated: Use ProductEventListReq.ProtoReflect.Descriptor instead.

func (*ProductEventListReq) GetIdentifier

func (x *ProductEventListReq) GetIdentifier() string

func (*ProductEventListReq) GetOrder

func (x *ProductEventListReq) GetOrder() string

func (*ProductEventListReq) GetPage

func (x *ProductEventListReq) GetPage() uint64

func (*ProductEventListReq) GetPageSize

func (x *ProductEventListReq) GetPageSize() uint64

func (*ProductEventListReq) GetProductKey

func (x *ProductEventListReq) GetProductKey() string

func (*ProductEventListReq) GetProp

func (x *ProductEventListReq) GetProp() string

func (*ProductEventListReq) GetVersion

func (x *ProductEventListReq) GetVersion() string

func (*ProductEventListReq) ProtoMessage

func (*ProductEventListReq) ProtoMessage()

func (*ProductEventListReq) ProtoReflect

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

func (*ProductEventListReq) Reset

func (x *ProductEventListReq) Reset()

func (*ProductEventListReq) String

func (x *ProductEventListReq) String() string

type ProductEventListResp

type ProductEventListResp struct {
	Total uint64              `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*ProductEventInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*ProductEventListResp) Descriptor deprecated

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

Deprecated: Use ProductEventListResp.ProtoReflect.Descriptor instead.

func (*ProductEventListResp) GetData

func (x *ProductEventListResp) GetData() []*ProductEventInfo

func (*ProductEventListResp) GetTotal

func (x *ProductEventListResp) GetTotal() uint64

func (*ProductEventListResp) ProtoMessage

func (*ProductEventListResp) ProtoMessage()

func (*ProductEventListResp) ProtoReflect

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

func (*ProductEventListResp) Reset

func (x *ProductEventListResp) Reset()

func (*ProductEventListResp) String

func (x *ProductEventListResp) String() string

type ProductInfo

type ProductInfo struct {
	Id        *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Product Key | 产品Key
	ProductKey *string `protobuf:"bytes,6,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	// Product Name | 产品名称
	ProductName *string `protobuf:"bytes,7,opt,name=product_name,json=productName,proto3,oneof" json:"product_name"`
	// Auth Type | 认证方式[secret,id2,x509]
	AuthType *string `protobuf:"bytes,8,opt,name=auth_type,json=authType,proto3,oneof" json:"auth_type"`
	// Data Format | 数据通信协议类型[0:透传模式。1:Alink JSON。]
	DataFormat *int32 `protobuf:"varint,9,opt,name=data_format,json=dataFormat,proto3,oneof" json:"data_format"`
	// Description | 产品描述
	Description *string `protobuf:"bytes,10,opt,name=description,proto3,oneof" json:"description"`
	// Device Count | 设备数量
	DeviceCount *int32 `protobuf:"varint,11,opt,name=device_count,json=deviceCount,proto3,oneof" json:"device_count"`
	// GMT Create | GMT创建时间
	GmtCreate *int64 `protobuf:"varint,12,opt,name=gmt_create,json=gmtCreate,proto3,oneof" json:"gmt_create"`
	// Node Type | 节点类型[0:设备。1:网关]
	NodeType *int32 `protobuf:"varint,13,opt,name=node_type,json=nodeType,proto3,oneof" json:"node_type"`
	// Commodity Code | 产品类型,决定是否使用物模型功能。iothub_senior:使用物模型。iothub:不使用物模型。
	AliyunCommodityCode *string `protobuf:"bytes,14,opt,name=aliyun_commodity_code,json=aliyunCommodityCode,proto3,oneof" json:"aliyun_commodity_code"`
	// Category Key | 所属品类标识
	CategoryKey *string `protobuf:"bytes,15,opt,name=category_key,json=categoryKey,proto3,oneof" json:"category_key"`
	// Category Name | 所属品类名称
	CategoryName *string `protobuf:"bytes,16,opt,name=category_name,json=categoryName,proto3,oneof" json:"category_name"`
	// ID² | 该产品是否使用ID²认证
	Id2 *bool `protobuf:"varint,17,opt,name=id2,proto3,oneof" json:"id2"`
	// Net Type | 产品下设备的联网方式
	NetType *int32 `protobuf:"varint,18,opt,name=net_type,json=netType,proto3,oneof" json:"net_type"`
	// Owner | 产品下设备的联网方式
	Owner *bool `protobuf:"varint,19,opt,name=owner,proto3,oneof" json:"owner"`
	// Product Secret | 产品密钥
	ProductSecret *string `protobuf:"bytes,20,opt,name=product_secret,json=productSecret,proto3,oneof" json:"product_secret"`
	// Product Status | 产品状态
	ProductStatus *string `protobuf:"bytes,21,opt,name=product_status,json=productStatus,proto3,oneof" json:"product_status"`
	// Protocol Type | 子设备接入网关的协议类型
	ProtocolType *string `protobuf:"bytes,22,opt,name=protocol_type,json=protocolType,proto3,oneof" json:"protocol_type"`
	// Validate Type | 数据校验级别
	ValidateType *int32 `protobuf:"varint,23,opt,name=validate_type,json=validateType,proto3,oneof" json:"validate_type"`
	// contains filtered or unexported fields
}

func (*ProductInfo) Descriptor deprecated

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

Deprecated: Use ProductInfo.ProtoReflect.Descriptor instead.

func (*ProductInfo) GetAliyunCommodityCode

func (x *ProductInfo) GetAliyunCommodityCode() string

func (*ProductInfo) GetAuthType

func (x *ProductInfo) GetAuthType() string

func (*ProductInfo) GetCategoryKey

func (x *ProductInfo) GetCategoryKey() string

func (*ProductInfo) GetCategoryName

func (x *ProductInfo) GetCategoryName() string

func (*ProductInfo) GetCreatedAt

func (x *ProductInfo) GetCreatedAt() int64

func (*ProductInfo) GetDataFormat

func (x *ProductInfo) GetDataFormat() int32

func (*ProductInfo) GetDescription

func (x *ProductInfo) GetDescription() string

func (*ProductInfo) GetDeviceCount

func (x *ProductInfo) GetDeviceCount() int32

func (*ProductInfo) GetGmtCreate

func (x *ProductInfo) GetGmtCreate() int64

func (*ProductInfo) GetId

func (x *ProductInfo) GetId() string

func (*ProductInfo) GetId2

func (x *ProductInfo) GetId2() bool

func (*ProductInfo) GetNetType

func (x *ProductInfo) GetNetType() int32

func (*ProductInfo) GetNodeType

func (x *ProductInfo) GetNodeType() int32

func (*ProductInfo) GetOwner

func (x *ProductInfo) GetOwner() bool

func (*ProductInfo) GetProductKey

func (x *ProductInfo) GetProductKey() string

func (*ProductInfo) GetProductName

func (x *ProductInfo) GetProductName() string

func (*ProductInfo) GetProductSecret

func (x *ProductInfo) GetProductSecret() string

func (*ProductInfo) GetProductStatus

func (x *ProductInfo) GetProductStatus() string

func (*ProductInfo) GetProtocolType

func (x *ProductInfo) GetProtocolType() string

func (*ProductInfo) GetSort

func (x *ProductInfo) GetSort() uint32

func (*ProductInfo) GetStatus

func (x *ProductInfo) GetStatus() uint32

func (*ProductInfo) GetUpdatedAt

func (x *ProductInfo) GetUpdatedAt() int64

func (*ProductInfo) GetValidateType

func (x *ProductInfo) GetValidateType() int32

func (*ProductInfo) ProtoMessage

func (*ProductInfo) ProtoMessage()

func (*ProductInfo) ProtoReflect

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

func (*ProductInfo) Reset

func (x *ProductInfo) Reset()

func (*ProductInfo) String

func (x *ProductInfo) String() string

type ProductKeyReq

type ProductKeyReq struct {
	ProductKey string `protobuf:"bytes,1,opt,name=product_key,json=productKey,proto3" json:"product_key"`
	// contains filtered or unexported fields
}

func (*ProductKeyReq) Descriptor deprecated

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

Deprecated: Use ProductKeyReq.ProtoReflect.Descriptor instead.

func (*ProductKeyReq) GetProductKey

func (x *ProductKeyReq) GetProductKey() string

func (*ProductKeyReq) ProtoMessage

func (*ProductKeyReq) ProtoMessage()

func (*ProductKeyReq) ProtoReflect

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

func (*ProductKeyReq) Reset

func (x *ProductKeyReq) Reset()

func (*ProductKeyReq) String

func (x *ProductKeyReq) String() string

type ProductListReq

type ProductListReq struct {
	Page        uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize    uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Prop        *string `protobuf:"bytes,3,opt,name=prop,proto3,oneof" json:"prop"`
	Order       *string `protobuf:"bytes,4,opt,name=order,proto3,oneof" json:"order"`
	ProductKey  *string `protobuf:"bytes,5,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	ProductName *string `protobuf:"bytes,6,opt,name=product_name,json=productName,proto3,oneof" json:"product_name"`
	Group       *string `protobuf:"bytes,7,opt,name=group,proto3,oneof" json:"group"`
	// contains filtered or unexported fields
}

func (*ProductListReq) Descriptor deprecated

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

Deprecated: Use ProductListReq.ProtoReflect.Descriptor instead.

func (*ProductListReq) GetGroup

func (x *ProductListReq) GetGroup() string

func (*ProductListReq) GetOrder

func (x *ProductListReq) GetOrder() string

func (*ProductListReq) GetPage

func (x *ProductListReq) GetPage() uint64

func (*ProductListReq) GetPageSize

func (x *ProductListReq) GetPageSize() uint64

func (*ProductListReq) GetProductKey

func (x *ProductListReq) GetProductKey() string

func (*ProductListReq) GetProductName

func (x *ProductListReq) GetProductName() string

func (*ProductListReq) GetProp

func (x *ProductListReq) GetProp() string

func (*ProductListReq) ProtoMessage

func (*ProductListReq) ProtoMessage()

func (*ProductListReq) ProtoReflect

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

func (*ProductListReq) Reset

func (x *ProductListReq) Reset()

func (*ProductListReq) String

func (x *ProductListReq) String() string

type ProductListResp

type ProductListResp struct {
	Total uint64         `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*ProductInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*ProductListResp) Descriptor deprecated

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

Deprecated: Use ProductListResp.ProtoReflect.Descriptor instead.

func (*ProductListResp) GetData

func (x *ProductListResp) GetData() []*ProductInfo

func (*ProductListResp) GetTotal

func (x *ProductListResp) GetTotal() uint64

func (*ProductListResp) ProtoMessage

func (*ProductListResp) ProtoMessage()

func (*ProductListResp) ProtoReflect

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

func (*ProductListResp) Reset

func (x *ProductListResp) Reset()

func (*ProductListResp) String

func (x *ProductListResp) String() string

type ProductPropertyInfo

type ProductPropertyInfo struct {
	Id        *uint64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Product Key | 产品Key
	ProductKey *string `protobuf:"bytes,6,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	// Version | 物模型版本号
	Version *string `protobuf:"bytes,7,opt,name=version,proto3,oneof" json:"version"`
	// CreateTs | 功能创建的时间戳
	CreateTs *int64 `protobuf:"varint,8,opt,name=create_ts,json=createTs,proto3,oneof" json:"create_ts"`
	// Identifier | 属性的标识符
	Identifier *string `protobuf:"bytes,9,opt,name=identifier,proto3,oneof" json:"identifier"`
	// Name | 属性名称
	Name *string `protobuf:"bytes,10,opt,name=name,proto3,oneof" json:"name"`
	// RWFlag | 在云端可以对该属性进行的操作类型
	RwFlag *string `protobuf:"bytes,11,opt,name=rw_flag,json=rwFlag,proto3,oneof" json:"rw_flag"`
	// Required | 是否是标准品类的必选属性
	Required *bool `protobuf:"varint,12,opt,name=required,proto3,oneof" json:"required"`
	// Data Type | 属性值的数据类型,可选值:ARRAY、STRUCT、INT、FLOAT、DOUBLE、TEXT、DATE、ENUM、BOOL。
	DataType *string `protobuf:"bytes,13,opt,name=data_type,json=dataType,proto3,oneof" json:"data_type"`
	// Data Specs | 数据类型(dataType)为非列表型(INT、FLOAT、DOUBLE、TEXT、DATE、ARRAY)的数据规范存储在dataSpecs中
	DataSpecs *string `protobuf:"bytes,14,opt,name=data_specs,json=dataSpecs,proto3,oneof" json:"data_specs"`
	// Data Specs List | 数据类型(dataType)为列表型(ENUM、BOOL、STRUCT)的数据规范存储在dataSpecsList中
	DataSpecsList *string `protobuf:"bytes,15,opt,name=data_specs_list,json=dataSpecsList,proto3,oneof" json:"data_specs_list"`
	// Custom | 是否是自定义功能
	Custom *bool `protobuf:"varint,16,opt,name=custom,proto3,oneof" json:"custom"`
	// contains filtered or unexported fields
}

func (*ProductPropertyInfo) Descriptor deprecated

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

Deprecated: Use ProductPropertyInfo.ProtoReflect.Descriptor instead.

func (*ProductPropertyInfo) GetCreateTs

func (x *ProductPropertyInfo) GetCreateTs() int64

func (*ProductPropertyInfo) GetCreatedAt

func (x *ProductPropertyInfo) GetCreatedAt() int64

func (*ProductPropertyInfo) GetCustom

func (x *ProductPropertyInfo) GetCustom() bool

func (*ProductPropertyInfo) GetDataSpecs

func (x *ProductPropertyInfo) GetDataSpecs() string

func (*ProductPropertyInfo) GetDataSpecsList

func (x *ProductPropertyInfo) GetDataSpecsList() string

func (*ProductPropertyInfo) GetDataType

func (x *ProductPropertyInfo) GetDataType() string

func (*ProductPropertyInfo) GetId

func (x *ProductPropertyInfo) GetId() uint64

func (*ProductPropertyInfo) GetIdentifier

func (x *ProductPropertyInfo) GetIdentifier() string

func (*ProductPropertyInfo) GetName

func (x *ProductPropertyInfo) GetName() string

func (*ProductPropertyInfo) GetProductKey

func (x *ProductPropertyInfo) GetProductKey() string

func (*ProductPropertyInfo) GetRequired

func (x *ProductPropertyInfo) GetRequired() bool

func (*ProductPropertyInfo) GetRwFlag

func (x *ProductPropertyInfo) GetRwFlag() string

func (*ProductPropertyInfo) GetSort

func (x *ProductPropertyInfo) GetSort() uint32

func (*ProductPropertyInfo) GetStatus

func (x *ProductPropertyInfo) GetStatus() uint32

func (*ProductPropertyInfo) GetUpdatedAt

func (x *ProductPropertyInfo) GetUpdatedAt() int64

func (*ProductPropertyInfo) GetVersion

func (x *ProductPropertyInfo) GetVersion() string

func (*ProductPropertyInfo) ProtoMessage

func (*ProductPropertyInfo) ProtoMessage()

func (*ProductPropertyInfo) ProtoReflect

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

func (*ProductPropertyInfo) Reset

func (x *ProductPropertyInfo) Reset()

func (*ProductPropertyInfo) String

func (x *ProductPropertyInfo) String() string

type ProductPropertyListReq

type ProductPropertyListReq struct {
	Page       uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize   uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Prop       *string `protobuf:"bytes,3,opt,name=prop,proto3,oneof" json:"prop"`
	Order      *string `protobuf:"bytes,4,opt,name=order,proto3,oneof" json:"order"`
	ProductKey *string `protobuf:"bytes,5,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	Version    *string `protobuf:"bytes,6,opt,name=version,proto3,oneof" json:"version"`
	Identifier *string `protobuf:"bytes,7,opt,name=identifier,proto3,oneof" json:"identifier"`
	// contains filtered or unexported fields
}

func (*ProductPropertyListReq) Descriptor deprecated

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

Deprecated: Use ProductPropertyListReq.ProtoReflect.Descriptor instead.

func (*ProductPropertyListReq) GetIdentifier

func (x *ProductPropertyListReq) GetIdentifier() string

func (*ProductPropertyListReq) GetOrder

func (x *ProductPropertyListReq) GetOrder() string

func (*ProductPropertyListReq) GetPage

func (x *ProductPropertyListReq) GetPage() uint64

func (*ProductPropertyListReq) GetPageSize

func (x *ProductPropertyListReq) GetPageSize() uint64

func (*ProductPropertyListReq) GetProductKey

func (x *ProductPropertyListReq) GetProductKey() string

func (*ProductPropertyListReq) GetProp

func (x *ProductPropertyListReq) GetProp() string

func (*ProductPropertyListReq) GetVersion

func (x *ProductPropertyListReq) GetVersion() string

func (*ProductPropertyListReq) ProtoMessage

func (*ProductPropertyListReq) ProtoMessage()

func (*ProductPropertyListReq) ProtoReflect

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

func (*ProductPropertyListReq) Reset

func (x *ProductPropertyListReq) Reset()

func (*ProductPropertyListReq) String

func (x *ProductPropertyListReq) String() string

type ProductPropertyListResp

type ProductPropertyListResp struct {
	Total uint64                 `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*ProductPropertyInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*ProductPropertyListResp) Descriptor deprecated

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

Deprecated: Use ProductPropertyListResp.ProtoReflect.Descriptor instead.

func (*ProductPropertyListResp) GetData

func (*ProductPropertyListResp) GetTotal

func (x *ProductPropertyListResp) GetTotal() uint64

func (*ProductPropertyListResp) ProtoMessage

func (*ProductPropertyListResp) ProtoMessage()

func (*ProductPropertyListResp) ProtoReflect

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

func (*ProductPropertyListResp) Reset

func (x *ProductPropertyListResp) Reset()

func (*ProductPropertyListResp) String

func (x *ProductPropertyListResp) String() string

type ProductServiceInfo

type ProductServiceInfo struct {
	Id        *uint64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Product Key | 产品Key
	ProductKey *string `protobuf:"bytes,6,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	// CreateTs | 功能创建的时间戳
	CreateTs *int64 `protobuf:"varint,7,opt,name=create_ts,json=createTs,proto3,oneof" json:"create_ts"`
	// Version | 物模型版本号
	Version *string `protobuf:"bytes,8,opt,name=version,proto3,oneof" json:"version"`
	// Identifier | 服务的标识符
	Identifier *string `protobuf:"bytes,9,opt,name=identifier,proto3,oneof" json:"identifier"`
	// ServiceName | 服务名称
	ServiceName *string `protobuf:"bytes,10,opt,name=service_name,json=serviceName,proto3,oneof" json:"service_name"`
	// InputParams | 服务的输入参数
	InputParams *string `protobuf:"bytes,11,opt,name=input_params,json=inputParams,proto3,oneof" json:"input_params"`
	// OutputParams | 服务的输出参数
	OutputParams *string `protobuf:"bytes,12,opt,name=output_params,json=outputParams,proto3,oneof" json:"output_params"`
	// Required | 是否是标准品类的必选事件
	Required *bool `protobuf:"varint,13,opt,name=required,proto3,oneof" json:"required"`
	// CallType | 服务的调用方式
	CallType *string `protobuf:"bytes,14,opt,name=call_type,json=callType,proto3,oneof" json:"call_type"`
	// Custom | 是否是自定义功能
	Custom *bool `protobuf:"varint,15,opt,name=custom,proto3,oneof" json:"custom"`
	// contains filtered or unexported fields
}

func (*ProductServiceInfo) Descriptor deprecated

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

Deprecated: Use ProductServiceInfo.ProtoReflect.Descriptor instead.

func (*ProductServiceInfo) GetCallType

func (x *ProductServiceInfo) GetCallType() string

func (*ProductServiceInfo) GetCreateTs

func (x *ProductServiceInfo) GetCreateTs() int64

func (*ProductServiceInfo) GetCreatedAt

func (x *ProductServiceInfo) GetCreatedAt() int64

func (*ProductServiceInfo) GetCustom

func (x *ProductServiceInfo) GetCustom() bool

func (*ProductServiceInfo) GetId

func (x *ProductServiceInfo) GetId() uint64

func (*ProductServiceInfo) GetIdentifier

func (x *ProductServiceInfo) GetIdentifier() string

func (*ProductServiceInfo) GetInputParams

func (x *ProductServiceInfo) GetInputParams() string

func (*ProductServiceInfo) GetOutputParams

func (x *ProductServiceInfo) GetOutputParams() string

func (*ProductServiceInfo) GetProductKey

func (x *ProductServiceInfo) GetProductKey() string

func (*ProductServiceInfo) GetRequired

func (x *ProductServiceInfo) GetRequired() bool

func (*ProductServiceInfo) GetServiceName

func (x *ProductServiceInfo) GetServiceName() string

func (*ProductServiceInfo) GetSort

func (x *ProductServiceInfo) GetSort() uint32

func (*ProductServiceInfo) GetStatus

func (x *ProductServiceInfo) GetStatus() uint32

func (*ProductServiceInfo) GetUpdatedAt

func (x *ProductServiceInfo) GetUpdatedAt() int64

func (*ProductServiceInfo) GetVersion

func (x *ProductServiceInfo) GetVersion() string

func (*ProductServiceInfo) ProtoMessage

func (*ProductServiceInfo) ProtoMessage()

func (*ProductServiceInfo) ProtoReflect

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

func (*ProductServiceInfo) Reset

func (x *ProductServiceInfo) Reset()

func (*ProductServiceInfo) String

func (x *ProductServiceInfo) String() string

type ProductServiceListReq

type ProductServiceListReq struct {
	Page       uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize   uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	Prop       *string `protobuf:"bytes,3,opt,name=prop,proto3,oneof" json:"prop"`
	Order      *string `protobuf:"bytes,4,opt,name=order,proto3,oneof" json:"order"`
	ProductKey *string `protobuf:"bytes,5,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	Version    *string `protobuf:"bytes,6,opt,name=version,proto3,oneof" json:"version"`
	Identifier *string `protobuf:"bytes,7,opt,name=identifier,proto3,oneof" json:"identifier"`
	// contains filtered or unexported fields
}

func (*ProductServiceListReq) Descriptor deprecated

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

Deprecated: Use ProductServiceListReq.ProtoReflect.Descriptor instead.

func (*ProductServiceListReq) GetIdentifier

func (x *ProductServiceListReq) GetIdentifier() string

func (*ProductServiceListReq) GetOrder

func (x *ProductServiceListReq) GetOrder() string

func (*ProductServiceListReq) GetPage

func (x *ProductServiceListReq) GetPage() uint64

func (*ProductServiceListReq) GetPageSize

func (x *ProductServiceListReq) GetPageSize() uint64

func (*ProductServiceListReq) GetProductKey

func (x *ProductServiceListReq) GetProductKey() string

func (*ProductServiceListReq) GetProp

func (x *ProductServiceListReq) GetProp() string

func (*ProductServiceListReq) GetVersion

func (x *ProductServiceListReq) GetVersion() string

func (*ProductServiceListReq) ProtoMessage

func (*ProductServiceListReq) ProtoMessage()

func (*ProductServiceListReq) ProtoReflect

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

func (*ProductServiceListReq) Reset

func (x *ProductServiceListReq) Reset()

func (*ProductServiceListReq) String

func (x *ProductServiceListReq) String() string

type ProductServiceListResp

type ProductServiceListResp struct {
	Total uint64                `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*ProductServiceInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*ProductServiceListResp) Descriptor deprecated

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

Deprecated: Use ProductServiceListResp.ProtoReflect.Descriptor instead.

func (*ProductServiceListResp) GetData

func (*ProductServiceListResp) GetTotal

func (x *ProductServiceListResp) GetTotal() uint64

func (*ProductServiceListResp) ProtoMessage

func (*ProductServiceListResp) ProtoMessage()

func (*ProductServiceListResp) ProtoReflect

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

func (*ProductServiceListResp) Reset

func (x *ProductServiceListResp) Reset()

func (*ProductServiceListResp) String

func (x *ProductServiceListResp) String() string

type ProductTagInfo

type ProductTagInfo struct {
	Id        *uint64 `protobuf:"varint,1,opt,name=id,proto3,oneof" json:"id"`
	CreatedAt *int64  `protobuf:"varint,2,opt,name=created_at,json=createdAt,proto3,oneof" json:"created_at"`
	UpdatedAt *int64  `protobuf:"varint,3,opt,name=updated_at,json=updatedAt,proto3,oneof" json:"updated_at"`
	// Status 1: normal 2: ban | 状态 1 正常 2 禁用
	Status *uint32 `protobuf:"varint,4,opt,name=status,proto3,oneof" json:"status"`
	// Sort Number | 排序编号
	Sort *uint32 `protobuf:"varint,5,opt,name=sort,proto3,oneof" json:"sort"`
	// Product Key | 产品Key
	ProductKey *string `protobuf:"bytes,6,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	// Tag Key | 标签键
	TagKey *string `protobuf:"bytes,7,opt,name=tag_key,json=tagKey,proto3,oneof" json:"tag_key"`
	// Tag Value | 标签值
	TagValue *string `protobuf:"bytes,8,opt,name=tag_value,json=tagValue,proto3,oneof" json:"tag_value"`
	// contains filtered or unexported fields
}

func (*ProductTagInfo) Descriptor deprecated

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

Deprecated: Use ProductTagInfo.ProtoReflect.Descriptor instead.

func (*ProductTagInfo) GetCreatedAt

func (x *ProductTagInfo) GetCreatedAt() int64

func (*ProductTagInfo) GetId

func (x *ProductTagInfo) GetId() uint64

func (*ProductTagInfo) GetProductKey

func (x *ProductTagInfo) GetProductKey() string

func (*ProductTagInfo) GetSort

func (x *ProductTagInfo) GetSort() uint32

func (*ProductTagInfo) GetStatus

func (x *ProductTagInfo) GetStatus() uint32

func (*ProductTagInfo) GetTagKey

func (x *ProductTagInfo) GetTagKey() string

func (*ProductTagInfo) GetTagValue

func (x *ProductTagInfo) GetTagValue() string

func (*ProductTagInfo) GetUpdatedAt

func (x *ProductTagInfo) GetUpdatedAt() int64

func (*ProductTagInfo) ProtoMessage

func (*ProductTagInfo) ProtoMessage()

func (*ProductTagInfo) ProtoReflect

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

func (*ProductTagInfo) Reset

func (x *ProductTagInfo) Reset()

func (*ProductTagInfo) String

func (x *ProductTagInfo) String() string

type ProductTagListReq

type ProductTagListReq struct {
	Page       uint64  `protobuf:"varint,1,opt,name=page,proto3" json:"page"`
	PageSize   uint64  `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"`
	ProductKey *string `protobuf:"bytes,3,opt,name=product_key,json=productKey,proto3,oneof" json:"product_key"`
	TagKey     *string `protobuf:"bytes,4,opt,name=tag_key,json=tagKey,proto3,oneof" json:"tag_key"`
	TagValue   *string `protobuf:"bytes,5,opt,name=tag_value,json=tagValue,proto3,oneof" json:"tag_value"`
	// contains filtered or unexported fields
}

func (*ProductTagListReq) Descriptor deprecated

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

Deprecated: Use ProductTagListReq.ProtoReflect.Descriptor instead.

func (*ProductTagListReq) GetPage

func (x *ProductTagListReq) GetPage() uint64

func (*ProductTagListReq) GetPageSize

func (x *ProductTagListReq) GetPageSize() uint64

func (*ProductTagListReq) GetProductKey

func (x *ProductTagListReq) GetProductKey() string

func (*ProductTagListReq) GetTagKey

func (x *ProductTagListReq) GetTagKey() string

func (*ProductTagListReq) GetTagValue

func (x *ProductTagListReq) GetTagValue() string

func (*ProductTagListReq) ProtoMessage

func (*ProductTagListReq) ProtoMessage()

func (*ProductTagListReq) ProtoReflect

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

func (*ProductTagListReq) Reset

func (x *ProductTagListReq) Reset()

func (*ProductTagListReq) String

func (x *ProductTagListReq) String() string

type ProductTagListResp

type ProductTagListResp struct {
	Total uint64            `protobuf:"varint,1,opt,name=total,proto3" json:"total"`
	Data  []*ProductTagInfo `protobuf:"bytes,2,rep,name=data,proto3" json:"data"`
	// contains filtered or unexported fields
}

func (*ProductTagListResp) Descriptor deprecated

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

Deprecated: Use ProductTagListResp.ProtoReflect.Descriptor instead.

func (*ProductTagListResp) GetData

func (x *ProductTagListResp) GetData() []*ProductTagInfo

func (*ProductTagListResp) GetTotal

func (x *ProductTagListResp) GetTotal() uint64

func (*ProductTagListResp) ProtoMessage

func (*ProductTagListResp) ProtoMessage()

func (*ProductTagListResp) ProtoReflect

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

func (*ProductTagListResp) Reset

func (x *ProductTagListResp) Reset()

func (*ProductTagListResp) String

func (x *ProductTagListResp) String() string

type SyncDeviceReq

type SyncDeviceReq struct {
	ProductKey *string `protobuf:"bytes,1,opt,name=ProductKey,proto3,oneof" json:"ProductKey"`
	// contains filtered or unexported fields
}

func (*SyncDeviceReq) Descriptor deprecated

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

Deprecated: Use SyncDeviceReq.ProtoReflect.Descriptor instead.

func (*SyncDeviceReq) GetProductKey

func (x *SyncDeviceReq) GetProductKey() string

func (*SyncDeviceReq) ProtoMessage

func (*SyncDeviceReq) ProtoMessage()

func (*SyncDeviceReq) ProtoReflect

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

func (*SyncDeviceReq) Reset

func (x *SyncDeviceReq) Reset()

func (*SyncDeviceReq) String

func (x *SyncDeviceReq) String() string

type UUIDReq

type UUIDReq struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"`
	// contains filtered or unexported fields
}

func (*UUIDReq) Descriptor deprecated

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

Deprecated: Use UUIDReq.ProtoReflect.Descriptor instead.

func (*UUIDReq) GetId

func (x *UUIDReq) GetId() string

func (*UUIDReq) ProtoMessage

func (*UUIDReq) ProtoMessage()

func (*UUIDReq) ProtoReflect

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

func (*UUIDReq) Reset

func (x *UUIDReq) Reset()

func (*UUIDReq) String

func (x *UUIDReq) String() string

type UUIDsReq

type UUIDsReq struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids"`
	// contains filtered or unexported fields
}

func (*UUIDsReq) Descriptor deprecated

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

Deprecated: Use UUIDsReq.ProtoReflect.Descriptor instead.

func (*UUIDsReq) GetIds

func (x *UUIDsReq) GetIds() []string

func (*UUIDsReq) ProtoMessage

func (*UUIDsReq) ProtoMessage()

func (*UUIDsReq) ProtoReflect

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

func (*UUIDsReq) Reset

func (x *UUIDsReq) Reset()

func (*UUIDsReq) String

func (x *UUIDsReq) String() string

type UnimplementedBasicServer

type UnimplementedBasicServer struct {
}

UnimplementedBasicServer must be embedded to have forward compatible implementations.

func (UnimplementedBasicServer) BindCompany

func (UnimplementedBasicServer) BindMember

func (UnimplementedBasicServer) CreateCompany

func (UnimplementedBasicServer) CreateDevice

func (UnimplementedBasicServer) CreateDeviceProp

func (UnimplementedBasicServer) CreateMember

func (UnimplementedBasicServer) CreateProduct

func (UnimplementedBasicServer) CreateProductEvent

func (UnimplementedBasicServer) CreateProductProperty

func (UnimplementedBasicServer) CreateProductService

func (UnimplementedBasicServer) CreateProductTag

func (UnimplementedBasicServer) DeleteCompany

func (UnimplementedBasicServer) DeleteDevice

func (UnimplementedBasicServer) DeleteDeviceProp

func (UnimplementedBasicServer) DeleteDeviceProp(context.Context, *IDsReq) (*BaseResp, error)

func (UnimplementedBasicServer) DeleteMember

func (UnimplementedBasicServer) DeleteProduct

func (UnimplementedBasicServer) DeleteProductEvent

func (UnimplementedBasicServer) DeleteProductEvent(context.Context, *IDsReq) (*BaseResp, error)

func (UnimplementedBasicServer) DeleteProductProperty

func (UnimplementedBasicServer) DeleteProductProperty(context.Context, *IDsReq) (*BaseResp, error)

func (UnimplementedBasicServer) DeleteProductService

func (UnimplementedBasicServer) DeleteProductService(context.Context, *IDsReq) (*BaseResp, error)

func (UnimplementedBasicServer) DeleteProductTag

func (UnimplementedBasicServer) DeleteProductTag(context.Context, *IDsReq) (*BaseResp, error)

func (UnimplementedBasicServer) GetBindCompanyList

func (UnimplementedBasicServer) GetBindMemberList

func (UnimplementedBasicServer) GetCompanyById

func (UnimplementedBasicServer) GetCompanyList

func (UnimplementedBasicServer) GetDeviceById

func (UnimplementedBasicServer) GetDeviceByIotId

func (UnimplementedBasicServer) GetDeviceCustomerTagByIotId

func (UnimplementedBasicServer) GetDeviceList

func (UnimplementedBasicServer) GetDevicePropById

func (UnimplementedBasicServer) GetDevicePropByIotId

func (UnimplementedBasicServer) GetDevicePropList

func (UnimplementedBasicServer) GetMemberById

func (UnimplementedBasicServer) GetMemberByMobile

func (UnimplementedBasicServer) GetMemberList

func (UnimplementedBasicServer) GetProductById

func (UnimplementedBasicServer) GetProductByKey

func (UnimplementedBasicServer) GetProductEventById

func (UnimplementedBasicServer) GetProductEventList

func (UnimplementedBasicServer) GetProductList

func (UnimplementedBasicServer) GetProductPropertyById

func (UnimplementedBasicServer) GetProductPropertyList

func (UnimplementedBasicServer) GetProductServiceById

func (UnimplementedBasicServer) GetProductServiceList

func (UnimplementedBasicServer) GetProductTagById

func (UnimplementedBasicServer) GetProductTagByKey

func (UnimplementedBasicServer) GetProductTagList

func (UnimplementedBasicServer) InitDatabase

func (UnimplementedBasicServer) SyncDevice

func (UnimplementedBasicServer) SyncDeviceCustomerTag

func (UnimplementedBasicServer) SyncDeviceCustomerTag(context.Context, *Empty) (*BaseResp, error)

func (UnimplementedBasicServer) SyncDeviceProp

func (UnimplementedBasicServer) SyncProduct

func (UnimplementedBasicServer) SyncProductTag

func (UnimplementedBasicServer) SyncThingModel

func (UnimplementedBasicServer) UnBindCompany

func (UnimplementedBasicServer) UnBindMember

func (UnimplementedBasicServer) UpdateCompany

func (UnimplementedBasicServer) UpdateDevice

func (UnimplementedBasicServer) UpdateDeviceProp

func (UnimplementedBasicServer) UpdateMember

func (UnimplementedBasicServer) UpdateProduct

func (UnimplementedBasicServer) UpdateProductEvent

func (UnimplementedBasicServer) UpdateProductProperty

func (UnimplementedBasicServer) UpdateProductService

func (UnimplementedBasicServer) UpdateProductTag

type UnsafeBasicServer

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

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

Jump to

Keyboard shortcuts

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