conversion

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2025 License: Apache-2.0, BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_cpegroup_proto protoreflect.FileDescriptor
View Source
var File_hashes_proto protoreflect.FileDescriptor
View Source
var File_xconf_device_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CpeGroup

type CpeGroup struct {
	StormReadyFw bool `protobuf:"varint,1,opt,name=storm_ready_fw,json=stormReadyFw,proto3" json:"storm_ready_fw,omitempty"`
	Wanfailover  bool `protobuf:"varint,2,opt,name=wanfailover,proto3" json:"wanfailover,omitempty"`
	Gwfailover   bool `protobuf:"varint,3,opt,name=gwfailover,proto3" json:"gwfailover,omitempty"`
	// contains filtered or unexported fields
}

func (*CpeGroup) Descriptor deprecated

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

Deprecated: Use CpeGroup.ProtoReflect.Descriptor instead.

func (*CpeGroup) GetGwfailover

func (x *CpeGroup) GetGwfailover() bool

func (*CpeGroup) GetStormReadyFw

func (x *CpeGroup) GetStormReadyFw() bool

func (*CpeGroup) GetWanfailover

func (x *CpeGroup) GetWanfailover() bool

func (*CpeGroup) ProtoMessage

func (*CpeGroup) ProtoMessage()

func (*CpeGroup) ProtoReflect

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

func (*CpeGroup) Reset

func (x *CpeGroup) Reset()

func (*CpeGroup) String

func (x *CpeGroup) String() string

type XconfDevice

type XconfDevice struct {
	AccountId               string `protobuf:"bytes,1,opt,name=account_id,json=accountId,proto3" json:"account_id,omitempty"`
	Partner                 string `protobuf:"bytes,2,opt,name=partner,proto3" json:"partner,omitempty"`
	Model                   string `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"`
	ApplicationType         string `protobuf:"bytes,4,opt,name=application_type,json=applicationType,proto3" json:"application_type,omitempty"`
	Env                     string `protobuf:"bytes,5,opt,name=env,proto3" json:"env,omitempty"`
	FwVersion               string `protobuf:"bytes,6,opt,name=fw_version,json=fwVersion,proto3" json:"fw_version,omitempty"`
	EstbIp                  []byte `protobuf:"bytes,7,opt,name=estb_ip,json=estbIp,proto3" json:"estb_ip,omitempty"`
	Experience              string `protobuf:"bytes,8,opt,name=experience,proto3" json:"experience,omitempty"`
	RfcHash                 []byte `protobuf:"bytes,9,opt,name=rfc_hash,json=rfcHash,proto3" json:"rfc_hash,omitempty"`
	TelemetryHash           []byte `protobuf:"bytes,10,opt,name=telemetry_hash,json=telemetryHash,proto3" json:"telemetry_hash,omitempty"`
	DcmHash                 []byte `protobuf:"bytes,11,opt,name=dcm_hash,json=dcmHash,proto3" json:"dcm_hash,omitempty"`
	IsAtWarehouse           bool   `protobuf:"varint,12,opt,name=is_at_warehouse,json=isAtWarehouse,proto3" json:"is_at_warehouse,omitempty"`
	RfcPrimaryHash          []byte `protobuf:"bytes,13,opt,name=rfc_primary_hash,json=rfcPrimaryHash,proto3" json:"rfc_primary_hash,omitempty"`
	RfcPostProcessingHash   []byte `` /* 129-byte string literal not displayed */
	T2Hash                  []byte `protobuf:"bytes,15,opt,name=t2_hash,json=t2Hash,proto3" json:"t2_hash,omitempty"`
	CtxHash                 []byte `protobuf:"bytes,16,opt,name=ctx_hash,json=ctxHash,proto3" json:"ctx_hash,omitempty"`
	OfferedFwVersion        string `protobuf:"bytes,17,opt,name=offered_fw_version,json=offeredFwVersion,proto3" json:"offered_fw_version,omitempty"`
	OfferedFwRfcHash        []byte `protobuf:"bytes,18,opt,name=offered_fw_rfc_hash,json=offeredFwRfcHash,proto3" json:"offered_fw_rfc_hash,omitempty"`
	OfferedFwRfcPrimaryHash []byte `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*XconfDevice) Descriptor deprecated

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

Deprecated: Use XconfDevice.ProtoReflect.Descriptor instead.

func (*XconfDevice) GetAccountId

func (x *XconfDevice) GetAccountId() string

func (*XconfDevice) GetApplicationType

func (x *XconfDevice) GetApplicationType() string

func (*XconfDevice) GetCtxHash

func (x *XconfDevice) GetCtxHash() []byte

func (*XconfDevice) GetDcmHash

func (x *XconfDevice) GetDcmHash() []byte

func (*XconfDevice) GetEnv

func (x *XconfDevice) GetEnv() string

func (*XconfDevice) GetEstbIp

func (x *XconfDevice) GetEstbIp() []byte

func (*XconfDevice) GetExperience

func (x *XconfDevice) GetExperience() string

func (*XconfDevice) GetFwVersion

func (x *XconfDevice) GetFwVersion() string

func (*XconfDevice) GetIsAtWarehouse

func (x *XconfDevice) GetIsAtWarehouse() bool

func (*XconfDevice) GetModel

func (x *XconfDevice) GetModel() string

func (*XconfDevice) GetOfferedFwRfcHash

func (x *XconfDevice) GetOfferedFwRfcHash() []byte

func (*XconfDevice) GetOfferedFwRfcPrimaryHash

func (x *XconfDevice) GetOfferedFwRfcPrimaryHash() []byte

func (*XconfDevice) GetOfferedFwVersion

func (x *XconfDevice) GetOfferedFwVersion() string

func (*XconfDevice) GetPartner

func (x *XconfDevice) GetPartner() string

func (*XconfDevice) GetRfcHash

func (x *XconfDevice) GetRfcHash() []byte

func (*XconfDevice) GetRfcPostProcessingHash

func (x *XconfDevice) GetRfcPostProcessingHash() []byte

func (*XconfDevice) GetRfcPrimaryHash

func (x *XconfDevice) GetRfcPrimaryHash() []byte

func (*XconfDevice) GetT2Hash

func (x *XconfDevice) GetT2Hash() []byte

func (*XconfDevice) GetTelemetryHash

func (x *XconfDevice) GetTelemetryHash() []byte

func (*XconfDevice) ProtoMessage

func (*XconfDevice) ProtoMessage()

func (*XconfDevice) ProtoReflect

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

func (*XconfDevice) Reset

func (x *XconfDevice) Reset()

func (*XconfDevice) String

func (x *XconfDevice) String() string

type XdasHashes

type XdasHashes struct {
	Fields map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*XdasHashes) Descriptor deprecated

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

Deprecated: Use XdasHashes.ProtoReflect.Descriptor instead.

func (*XdasHashes) GetFields

func (x *XdasHashes) GetFields() map[string]string

func (*XdasHashes) ProtoMessage

func (*XdasHashes) ProtoMessage()

func (*XdasHashes) ProtoReflect

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

func (*XdasHashes) Reset

func (x *XdasHashes) Reset()

func (*XdasHashes) String

func (x *XdasHashes) String() string

Jump to

Keyboard shortcuts

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