Documentation
¶
Index ¶
- Variables
- type Device
- func (*Device) Descriptor() ([]byte, []int)deprecated
- func (x *Device) GetAssetTag() string
- func (x *Device) GetColor() string
- func (x *Device) GetDescription() string
- func (x *Device) GetDeviceAssignedBy() string
- func (x *Device) GetDeviceAssignedDate() int64
- func (x *Device) GetModel() string
- func (x *Device) GetOpDate() int64
- func (x *Device) GetOpType() string
- func (x *Device) GetProfileAssignTime() int64
- func (x *Device) GetProfilePushTime() int64
- func (x *Device) GetProfileStatus() string
- func (x *Device) GetProfileUuid() string
- func (x *Device) GetSerialNumber() string
- func (*Device) ProtoMessage()
- func (x *Device) ProtoReflect() protoreflect.Message
- func (x *Device) Reset()
- func (x *Device) String() string
- type Event
Constants ¶
This section is empty.
Variables ¶
View Source
var File_depsync_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct { SerialNumber string `protobuf:"bytes,1,opt,name=serial_number,json=serialNumber,proto3" json:"serial_number,omitempty"` Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Color string `protobuf:"bytes,4,opt,name=color,proto3" json:"color,omitempty"` AssetTag string `protobuf:"bytes,5,opt,name=asset_tag,json=assetTag,proto3" json:"asset_tag,omitempty"` ProfileStatus string `protobuf:"bytes,6,opt,name=profile_status,json=profileStatus,proto3" json:"profile_status,omitempty"` ProfileUuid string `protobuf:"bytes,7,opt,name=profile_uuid,json=profileUuid,proto3" json:"profile_uuid,omitempty"` ProfileAssignTime int64 `protobuf:"varint,8,opt,name=profile_assign_time,json=profileAssignTime,proto3" json:"profile_assign_time,omitempty"` ProfilePushTime int64 `protobuf:"varint,9,opt,name=profile_push_time,json=profilePushTime,proto3" json:"profile_push_time,omitempty"` DeviceAssignedDate int64 `protobuf:"varint,10,opt,name=device_assigned_date,json=deviceAssignedDate,proto3" json:"device_assigned_date,omitempty"` DeviceAssignedBy string `protobuf:"bytes,11,opt,name=device_assigned_by,json=deviceAssignedBy,proto3" json:"device_assigned_by,omitempty"` OpType string `protobuf:"bytes,12,opt,name=op_type,json=opType,proto3" json:"op_type,omitempty"` OpDate int64 `protobuf:"varint,13,opt,name=op_date,json=opDate,proto3" json:"op_date,omitempty"` // contains filtered or unexported fields }
func (*Device) Descriptor
deprecated
func (*Device) GetAssetTag ¶
func (*Device) GetDescription ¶
func (*Device) GetDeviceAssignedBy ¶
func (*Device) GetDeviceAssignedDate ¶
func (*Device) GetProfileAssignTime ¶
func (*Device) GetProfilePushTime ¶
func (*Device) GetProfileStatus ¶
func (*Device) GetProfileUuid ¶
func (*Device) GetSerialNumber ¶
func (*Device) ProtoMessage ¶
func (*Device) ProtoMessage()
func (*Device) ProtoReflect ¶
func (x *Device) ProtoReflect() protoreflect.Message
type Event ¶
type Event struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Time int64 `protobuf:"varint,2,opt,name=time,proto3" json:"time,omitempty"` Devices []*Device `protobuf:"bytes,3,rep,name=devices,proto3" json:"devices,omitempty"` // contains filtered or unexported fields }
func (*Event) Descriptor
deprecated
func (*Event) GetDevices ¶
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.