techinfo

package
v0.0.0-...-25b0e65 Latest Latest
Warning

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

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

Documentation

Overview

Package techinfo is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var File_techinfo_techinfo_proto protoreflect.FileDescriptor

Functions

func RegisterTechnicalInformationHandler

func RegisterTechnicalInformationHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterTechnicalInformationHandler registers the http handlers for service TechnicalInformation to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterTechnicalInformationHandlerClient

func RegisterTechnicalInformationHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TechnicalInformationClient) error

RegisterTechnicalInformationHandlerClient registers the http handlers for service TechnicalInformation to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "TechnicalInformationClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "TechnicalInformationClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "TechnicalInformationClient" to call the correct interceptors.

func RegisterTechnicalInformationHandlerFromEndpoint

func RegisterTechnicalInformationHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterTechnicalInformationHandlerFromEndpoint is same as RegisterTechnicalInformationHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterTechnicalInformationHandlerServer

func RegisterTechnicalInformationHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TechnicalInformationServer) error

RegisterTechnicalInformationHandlerServer registers the http handlers for service TechnicalInformation to "mux". UnaryRPC :call TechnicalInformationServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterTechnicalInformationHandlerFromEndpoint instead.

func RegisterTechnicalInformationServer

func RegisterTechnicalInformationServer(s *grpc.Server, srv TechnicalInformationServer)

Types

type CpeStatus

type CpeStatus struct {
	Firmware        string                    `protobuf:"bytes,1,opt,name=firmware,proto3" json:"firmware,omitempty"`
	Vendor          string                    `protobuf:"bytes,2,opt,name=vendor,proto3" json:"vendor,omitempty"`
	Model           string                    `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"`
	Mac             string                    `protobuf:"bytes,4,opt,name=mac,proto3" json:"mac,omitempty"`
	Up              bool                      `protobuf:"varint,5,opt,name=up,proto3" json:"up,omitempty"`
	UpSince         *timestamp.Timestamp      `protobuf:"bytes,6,opt,name=up_since,json=upSince,proto3" json:"up_since,omitempty"`
	Ports           []*CpeStatus_Port         `protobuf:"bytes,7,rep,name=ports,proto3" json:"ports,omitempty"`
	MacAddressTable []*CpeStatus_MacAddress   `protobuf:"bytes,8,rep,name=mac_address_table,json=macAddressTable,proto3" json:"mac_address_table,omitempty"`
	DhcpSnooping    []*CpeStatus_DhcpSnooping `protobuf:"bytes,9,rep,name=dhcp_snooping,json=dhcpSnooping,proto3" json:"dhcp_snooping,omitempty"`
	// contains filtered or unexported fields
}

func (*CpeStatus) Descriptor deprecated

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

Deprecated: Use CpeStatus.ProtoReflect.Descriptor instead.

func (*CpeStatus) GetDhcpSnooping

func (x *CpeStatus) GetDhcpSnooping() []*CpeStatus_DhcpSnooping

func (*CpeStatus) GetFirmware

func (x *CpeStatus) GetFirmware() string

func (*CpeStatus) GetMac

func (x *CpeStatus) GetMac() string

func (*CpeStatus) GetMacAddressTable

func (x *CpeStatus) GetMacAddressTable() []*CpeStatus_MacAddress

func (*CpeStatus) GetModel

func (x *CpeStatus) GetModel() string

func (*CpeStatus) GetPorts

func (x *CpeStatus) GetPorts() []*CpeStatus_Port

func (*CpeStatus) GetUp

func (x *CpeStatus) GetUp() bool

func (*CpeStatus) GetUpSince

func (x *CpeStatus) GetUpSince() *timestamp.Timestamp

func (*CpeStatus) GetVendor

func (x *CpeStatus) GetVendor() string

func (*CpeStatus) ProtoMessage

func (*CpeStatus) ProtoMessage()

func (*CpeStatus) ProtoReflect

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

func (*CpeStatus) Reset

func (x *CpeStatus) Reset()

func (*CpeStatus) String

func (x *CpeStatus) String() string

type CpeStatus_DhcpSnooping

type CpeStatus_DhcpSnooping struct {
	Ip          string               `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	Mac         string               `protobuf:"bytes,2,opt,name=mac,proto3" json:"mac,omitempty"`
	ServiceType string               `protobuf:"bytes,3,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	Timeout     *timestamp.Timestamp `protobuf:"bytes,4,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*CpeStatus_DhcpSnooping) Descriptor deprecated

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

Deprecated: Use CpeStatus_DhcpSnooping.ProtoReflect.Descriptor instead.

func (*CpeStatus_DhcpSnooping) GetIp

func (x *CpeStatus_DhcpSnooping) GetIp() string

func (*CpeStatus_DhcpSnooping) GetMac

func (x *CpeStatus_DhcpSnooping) GetMac() string

func (*CpeStatus_DhcpSnooping) GetServiceType

func (x *CpeStatus_DhcpSnooping) GetServiceType() string

func (*CpeStatus_DhcpSnooping) GetTimeout

func (x *CpeStatus_DhcpSnooping) GetTimeout() *timestamp.Timestamp

func (*CpeStatus_DhcpSnooping) ProtoMessage

func (*CpeStatus_DhcpSnooping) ProtoMessage()

func (*CpeStatus_DhcpSnooping) ProtoReflect

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

func (*CpeStatus_DhcpSnooping) Reset

func (x *CpeStatus_DhcpSnooping) Reset()

func (*CpeStatus_DhcpSnooping) String

func (x *CpeStatus_DhcpSnooping) String() string

type CpeStatus_MacAddress

type CpeStatus_MacAddress struct {
	Mac         string `protobuf:"bytes,1,opt,name=mac,proto3" json:"mac,omitempty"`
	ServiceType string `protobuf:"bytes,2,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	Port        string `protobuf:"bytes,3,opt,name=port,proto3" json:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*CpeStatus_MacAddress) Descriptor deprecated

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

Deprecated: Use CpeStatus_MacAddress.ProtoReflect.Descriptor instead.

func (*CpeStatus_MacAddress) GetMac

func (x *CpeStatus_MacAddress) GetMac() string

func (*CpeStatus_MacAddress) GetPort

func (x *CpeStatus_MacAddress) GetPort() string

func (*CpeStatus_MacAddress) GetServiceType

func (x *CpeStatus_MacAddress) GetServiceType() string

func (*CpeStatus_MacAddress) ProtoMessage

func (*CpeStatus_MacAddress) ProtoMessage()

func (*CpeStatus_MacAddress) ProtoReflect

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

func (*CpeStatus_MacAddress) Reset

func (x *CpeStatus_MacAddress) Reset()

func (*CpeStatus_MacAddress) String

func (x *CpeStatus_MacAddress) String() string

type CpeStatus_Port

type CpeStatus_Port struct {
	Index               int32                      `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	IfDescription       string                     `protobuf:"bytes,2,opt,name=if_description,json=ifDescription,proto3" json:"if_description,omitempty"`
	Link                bool                       `protobuf:"varint,3,opt,name=link,proto3" json:"link,omitempty"`
	FullDuplex          bool                       `protobuf:"varint,4,opt,name=full_duplex,json=fullDuplex,proto3" json:"full_duplex,omitempty"`
	ChangedAt           *timestamp.Timestamp       `protobuf:"bytes,5,opt,name=changed_at,json=changedAt,proto3" json:"changed_at,omitempty"`
	LoopDetectionStatus string                     `protobuf:"bytes,6,opt,name=loop_detection_status,json=loopDetectionStatus,proto3" json:"loop_detection_status,omitempty"`
	FreeSeating         bool                       `protobuf:"varint,7,opt,name=free_seating,json=freeSeating,proto3" json:"free_seating,omitempty"`
	ConfiguredSpeed     string                     `protobuf:"bytes,8,opt,name=configured_speed,json=configuredSpeed,proto3" json:"configured_speed,omitempty"`
	LinkSpeed           int32                      `protobuf:"varint,9,opt,name=link_speed,json=linkSpeed,proto3" json:"link_speed,omitempty"`
	Fiber               *CpeStatus_Port_Fiber      `protobuf:"bytes,10,opt,name=fiber,proto3" json:"fiber,omitempty"`
	Statistics          *CpeStatus_Port_Statistics `protobuf:"bytes,11,opt,name=statistics,proto3" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*CpeStatus_Port) Descriptor deprecated

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

Deprecated: Use CpeStatus_Port.ProtoReflect.Descriptor instead.

func (*CpeStatus_Port) GetChangedAt

func (x *CpeStatus_Port) GetChangedAt() *timestamp.Timestamp

func (*CpeStatus_Port) GetConfiguredSpeed

func (x *CpeStatus_Port) GetConfiguredSpeed() string

func (*CpeStatus_Port) GetFiber

func (x *CpeStatus_Port) GetFiber() *CpeStatus_Port_Fiber

func (*CpeStatus_Port) GetFreeSeating

func (x *CpeStatus_Port) GetFreeSeating() bool

func (*CpeStatus_Port) GetFullDuplex

func (x *CpeStatus_Port) GetFullDuplex() bool

func (*CpeStatus_Port) GetIfDescription

func (x *CpeStatus_Port) GetIfDescription() string

func (*CpeStatus_Port) GetIndex

func (x *CpeStatus_Port) GetIndex() int32
func (x *CpeStatus_Port) GetLink() bool

func (*CpeStatus_Port) GetLinkSpeed

func (x *CpeStatus_Port) GetLinkSpeed() int32

func (*CpeStatus_Port) GetLoopDetectionStatus

func (x *CpeStatus_Port) GetLoopDetectionStatus() string

func (*CpeStatus_Port) GetStatistics

func (x *CpeStatus_Port) GetStatistics() *CpeStatus_Port_Statistics

func (*CpeStatus_Port) ProtoMessage

func (*CpeStatus_Port) ProtoMessage()

func (*CpeStatus_Port) ProtoReflect

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

func (*CpeStatus_Port) Reset

func (x *CpeStatus_Port) Reset()

func (*CpeStatus_Port) String

func (x *CpeStatus_Port) String() string

type CpeStatus_Port_Fiber

type CpeStatus_Port_Fiber struct {
	DbmRx string `protobuf:"bytes,1,opt,name=dbm_rx,json=dbmRx,proto3" json:"dbm_rx,omitempty"`
	DbmTx string `protobuf:"bytes,2,opt,name=dbm_tx,json=dbmTx,proto3" json:"dbm_tx,omitempty"`
	Temp  string `protobuf:"bytes,3,opt,name=temp,proto3" json:"temp,omitempty"`
	// contains filtered or unexported fields
}

func (*CpeStatus_Port_Fiber) Descriptor deprecated

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

Deprecated: Use CpeStatus_Port_Fiber.ProtoReflect.Descriptor instead.

func (*CpeStatus_Port_Fiber) GetDbmRx

func (x *CpeStatus_Port_Fiber) GetDbmRx() string

func (*CpeStatus_Port_Fiber) GetDbmTx

func (x *CpeStatus_Port_Fiber) GetDbmTx() string

func (*CpeStatus_Port_Fiber) GetTemp

func (x *CpeStatus_Port_Fiber) GetTemp() string

func (*CpeStatus_Port_Fiber) ProtoMessage

func (*CpeStatus_Port_Fiber) ProtoMessage()

func (*CpeStatus_Port_Fiber) ProtoReflect

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

func (*CpeStatus_Port_Fiber) Reset

func (x *CpeStatus_Port_Fiber) Reset()

func (*CpeStatus_Port_Fiber) String

func (x *CpeStatus_Port_Fiber) String() string

type CpeStatus_Port_Statistics

type CpeStatus_Port_Statistics struct {
	Input  *CpeStatus_Port_Statistics_Stat `protobuf:"bytes,1,opt,name=input,proto3" json:"input,omitempty"`
	Output *CpeStatus_Port_Statistics_Stat `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*CpeStatus_Port_Statistics) Descriptor deprecated

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

Deprecated: Use CpeStatus_Port_Statistics.ProtoReflect.Descriptor instead.

func (*CpeStatus_Port_Statistics) GetInput

func (*CpeStatus_Port_Statistics) GetOutput

func (*CpeStatus_Port_Statistics) ProtoMessage

func (*CpeStatus_Port_Statistics) ProtoMessage()

func (*CpeStatus_Port_Statistics) ProtoReflect

func (*CpeStatus_Port_Statistics) Reset

func (x *CpeStatus_Port_Statistics) Reset()

func (*CpeStatus_Port_Statistics) String

func (x *CpeStatus_Port_Statistics) String() string

type CpeStatus_Port_Statistics_Stat

type CpeStatus_Port_Statistics_Stat struct {
	Errors    int64 `protobuf:"varint,1,opt,name=errors,proto3" json:"errors,omitempty"`
	CrcErrors int64 `protobuf:"varint,2,opt,name=crc_errors,json=crcErrors,proto3" json:"crc_errors,omitempty"`
	Bytes     int64 `protobuf:"varint,3,opt,name=bytes,proto3" json:"bytes,omitempty"`
	Multicast int64 `protobuf:"varint,4,opt,name=multicast,proto3" json:"multicast,omitempty"`
	Unicast   int64 `protobuf:"varint,5,opt,name=unicast,proto3" json:"unicast,omitempty"`
	// contains filtered or unexported fields
}

func (*CpeStatus_Port_Statistics_Stat) Descriptor deprecated

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

Deprecated: Use CpeStatus_Port_Statistics_Stat.ProtoReflect.Descriptor instead.

func (*CpeStatus_Port_Statistics_Stat) GetBytes

func (x *CpeStatus_Port_Statistics_Stat) GetBytes() int64

func (*CpeStatus_Port_Statistics_Stat) GetCrcErrors

func (x *CpeStatus_Port_Statistics_Stat) GetCrcErrors() int64

func (*CpeStatus_Port_Statistics_Stat) GetErrors

func (x *CpeStatus_Port_Statistics_Stat) GetErrors() int64

func (*CpeStatus_Port_Statistics_Stat) GetMulticast

func (x *CpeStatus_Port_Statistics_Stat) GetMulticast() int64

func (*CpeStatus_Port_Statistics_Stat) GetUnicast

func (x *CpeStatus_Port_Statistics_Stat) GetUnicast() int64

func (*CpeStatus_Port_Statistics_Stat) ProtoMessage

func (*CpeStatus_Port_Statistics_Stat) ProtoMessage()

func (*CpeStatus_Port_Statistics_Stat) ProtoReflect

func (*CpeStatus_Port_Statistics_Stat) Reset

func (x *CpeStatus_Port_Statistics_Stat) Reset()

func (*CpeStatus_Port_Statistics_Stat) String

type GetAllInfoRequest

type GetAllInfoRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllInfoRequest) Descriptor deprecated

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

Deprecated: Use GetAllInfoRequest.ProtoReflect.Descriptor instead.

func (*GetAllInfoRequest) GetAccessId

func (x *GetAllInfoRequest) GetAccessId() string

func (*GetAllInfoRequest) ProtoMessage

func (*GetAllInfoRequest) ProtoMessage()

func (*GetAllInfoRequest) ProtoReflect

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

func (*GetAllInfoRequest) Reset

func (x *GetAllInfoRequest) Reset()

func (*GetAllInfoRequest) String

func (x *GetAllInfoRequest) String() string

type GetAllInfoResponse

type GetAllInfoResponse struct {
	LinkStatus *LinkStatus `protobuf:"bytes,1,opt,name=link_status,json=linkStatus,proto3" json:"link_status,omitempty"`
	CpeStatus  *CpeStatus  `protobuf:"bytes,2,opt,name=cpe_status,json=cpeStatus,proto3" json:"cpe_status,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllInfoResponse) Descriptor deprecated

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

Deprecated: Use GetAllInfoResponse.ProtoReflect.Descriptor instead.

func (*GetAllInfoResponse) GetCpeStatus

func (x *GetAllInfoResponse) GetCpeStatus() *CpeStatus

func (*GetAllInfoResponse) GetLinkStatus

func (x *GetAllInfoResponse) GetLinkStatus() *LinkStatus

func (*GetAllInfoResponse) ProtoMessage

func (*GetAllInfoResponse) ProtoMessage()

func (*GetAllInfoResponse) ProtoReflect

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

func (*GetAllInfoResponse) Reset

func (x *GetAllInfoResponse) Reset()

func (*GetAllInfoResponse) String

func (x *GetAllInfoResponse) String() string

type GetCPEStatusRequest

type GetCPEStatusRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCPEStatusRequest) Descriptor deprecated

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

Deprecated: Use GetCPEStatusRequest.ProtoReflect.Descriptor instead.

func (*GetCPEStatusRequest) GetAccessId

func (x *GetCPEStatusRequest) GetAccessId() string

func (*GetCPEStatusRequest) ProtoMessage

func (*GetCPEStatusRequest) ProtoMessage()

func (*GetCPEStatusRequest) ProtoReflect

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

func (*GetCPEStatusRequest) Reset

func (x *GetCPEStatusRequest) Reset()

func (*GetCPEStatusRequest) String

func (x *GetCPEStatusRequest) String() string

type GetHardwareOnAccessRequest

type GetHardwareOnAccessRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHardwareOnAccessRequest) Descriptor deprecated

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

Deprecated: Use GetHardwareOnAccessRequest.ProtoReflect.Descriptor instead.

func (*GetHardwareOnAccessRequest) GetAccessId

func (x *GetHardwareOnAccessRequest) GetAccessId() string

func (*GetHardwareOnAccessRequest) ProtoMessage

func (*GetHardwareOnAccessRequest) ProtoMessage()

func (*GetHardwareOnAccessRequest) ProtoReflect

func (*GetHardwareOnAccessRequest) Reset

func (x *GetHardwareOnAccessRequest) Reset()

func (*GetHardwareOnAccessRequest) String

func (x *GetHardwareOnAccessRequest) String() string

type GetIgmSnoopingsRequest

type GetIgmSnoopingsRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIgmSnoopingsRequest) Descriptor deprecated

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

Deprecated: Use GetIgmSnoopingsRequest.ProtoReflect.Descriptor instead.

func (*GetIgmSnoopingsRequest) GetAccessId

func (x *GetIgmSnoopingsRequest) GetAccessId() string

func (*GetIgmSnoopingsRequest) ProtoMessage

func (*GetIgmSnoopingsRequest) ProtoMessage()

func (*GetIgmSnoopingsRequest) ProtoReflect

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

func (*GetIgmSnoopingsRequest) Reset

func (x *GetIgmSnoopingsRequest) Reset()

func (*GetIgmSnoopingsRequest) String

func (x *GetIgmSnoopingsRequest) String() string

type GetIgmSnoopingsResponse

type GetIgmSnoopingsResponse struct {
	Response []*IgmSnooping `protobuf:"bytes,1,rep,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIgmSnoopingsResponse) Descriptor deprecated

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

Deprecated: Use GetIgmSnoopingsResponse.ProtoReflect.Descriptor instead.

func (*GetIgmSnoopingsResponse) GetResponse

func (x *GetIgmSnoopingsResponse) GetResponse() []*IgmSnooping

func (*GetIgmSnoopingsResponse) ProtoMessage

func (*GetIgmSnoopingsResponse) ProtoMessage()

func (*GetIgmSnoopingsResponse) ProtoReflect

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

func (*GetIgmSnoopingsResponse) Reset

func (x *GetIgmSnoopingsResponse) Reset()

func (*GetIgmSnoopingsResponse) String

func (x *GetIgmSnoopingsResponse) String() string

type GetLeaseInfoRequest

type GetLeaseInfoRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLeaseInfoRequest) Descriptor deprecated

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

Deprecated: Use GetLeaseInfoRequest.ProtoReflect.Descriptor instead.

func (*GetLeaseInfoRequest) GetAccessId

func (x *GetLeaseInfoRequest) GetAccessId() string

func (*GetLeaseInfoRequest) ProtoMessage

func (*GetLeaseInfoRequest) ProtoMessage()

func (*GetLeaseInfoRequest) ProtoReflect

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

func (*GetLeaseInfoRequest) Reset

func (x *GetLeaseInfoRequest) Reset()

func (*GetLeaseInfoRequest) String

func (x *GetLeaseInfoRequest) String() string

type GetLeaseInfoResponse

type GetLeaseInfoResponse struct {
	Response []*LeaseInfo `protobuf:"bytes,1,rep,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLeaseInfoResponse) Descriptor deprecated

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

Deprecated: Use GetLeaseInfoResponse.ProtoReflect.Descriptor instead.

func (*GetLeaseInfoResponse) GetResponse

func (x *GetLeaseInfoResponse) GetResponse() []*LeaseInfo

func (*GetLeaseInfoResponse) ProtoMessage

func (*GetLeaseInfoResponse) ProtoMessage()

func (*GetLeaseInfoResponse) ProtoReflect

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

func (*GetLeaseInfoResponse) Reset

func (x *GetLeaseInfoResponse) Reset()

func (*GetLeaseInfoResponse) String

func (x *GetLeaseInfoResponse) String() string

type GetLinkStatusRequest

type GetLinkStatusRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLinkStatusRequest) Descriptor deprecated

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

Deprecated: Use GetLinkStatusRequest.ProtoReflect.Descriptor instead.

func (*GetLinkStatusRequest) GetAccessId

func (x *GetLinkStatusRequest) GetAccessId() string

func (*GetLinkStatusRequest) ProtoMessage

func (*GetLinkStatusRequest) ProtoMessage()

func (*GetLinkStatusRequest) ProtoReflect

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

func (*GetLinkStatusRequest) Reset

func (x *GetLinkStatusRequest) Reset()

func (*GetLinkStatusRequest) String

func (x *GetLinkStatusRequest) String() string

type GetMacAddressTableRequest

type GetMacAddressTableRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMacAddressTableRequest) Descriptor deprecated

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

Deprecated: Use GetMacAddressTableRequest.ProtoReflect.Descriptor instead.

func (*GetMacAddressTableRequest) GetAccessId

func (x *GetMacAddressTableRequest) GetAccessId() string

func (*GetMacAddressTableRequest) ProtoMessage

func (*GetMacAddressTableRequest) ProtoMessage()

func (*GetMacAddressTableRequest) ProtoReflect

func (*GetMacAddressTableRequest) Reset

func (x *GetMacAddressTableRequest) Reset()

func (*GetMacAddressTableRequest) String

func (x *GetMacAddressTableRequest) String() string

type GetMacAddressTableResponse

type GetMacAddressTableResponse struct {
	Response []*MacAddress `protobuf:"bytes,1,rep,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMacAddressTableResponse) Descriptor deprecated

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

Deprecated: Use GetMacAddressTableResponse.ProtoReflect.Descriptor instead.

func (*GetMacAddressTableResponse) GetResponse

func (x *GetMacAddressTableResponse) GetResponse() []*MacAddress

func (*GetMacAddressTableResponse) ProtoMessage

func (*GetMacAddressTableResponse) ProtoMessage()

func (*GetMacAddressTableResponse) ProtoReflect

func (*GetMacAddressTableResponse) Reset

func (x *GetMacAddressTableResponse) Reset()

func (*GetMacAddressTableResponse) String

func (x *GetMacAddressTableResponse) String() string

type Hardware

type Hardware struct {
	Up      string               `protobuf:"bytes,1,opt,name=up,proto3" json:"up,omitempty"`
	UpSince *timestamp.Timestamp `protobuf:"bytes,2,opt,name=up_since,json=upSince,proto3" json:"up_since,omitempty"`
	Vendor  string               `protobuf:"bytes,3,opt,name=vendor,proto3" json:"vendor,omitempty"`
	Model   string               `protobuf:"bytes,4,opt,name=model,proto3" json:"model,omitempty"`
	// contains filtered or unexported fields
}

func (*Hardware) Descriptor deprecated

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

Deprecated: Use Hardware.ProtoReflect.Descriptor instead.

func (*Hardware) GetModel

func (x *Hardware) GetModel() string

func (*Hardware) GetUp

func (x *Hardware) GetUp() string

func (*Hardware) GetUpSince

func (x *Hardware) GetUpSince() *timestamp.Timestamp

func (*Hardware) GetVendor

func (x *Hardware) GetVendor() string

func (*Hardware) ProtoMessage

func (*Hardware) ProtoMessage()

func (*Hardware) ProtoReflect

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

func (*Hardware) Reset

func (x *Hardware) Reset()

func (*Hardware) String

func (x *Hardware) String() string

type IgmSnooping

type IgmSnooping struct {
	Multicast string               `protobuf:"bytes,1,opt,name=multicast,proto3" json:"multicast,omitempty"`
	Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Counter   int64                `protobuf:"varint,3,opt,name=counter,proto3" json:"counter,omitempty"`
	// contains filtered or unexported fields
}

func (*IgmSnooping) Descriptor deprecated

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

Deprecated: Use IgmSnooping.ProtoReflect.Descriptor instead.

func (*IgmSnooping) GetCounter

func (x *IgmSnooping) GetCounter() int64

func (*IgmSnooping) GetMulticast

func (x *IgmSnooping) GetMulticast() string

func (*IgmSnooping) GetTimestamp

func (x *IgmSnooping) GetTimestamp() *timestamp.Timestamp

func (*IgmSnooping) ProtoMessage

func (*IgmSnooping) ProtoMessage()

func (*IgmSnooping) ProtoReflect

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

func (*IgmSnooping) Reset

func (x *IgmSnooping) Reset()

func (*IgmSnooping) String

func (x *IgmSnooping) String() string

type LeaseInfo

type LeaseInfo struct {
	Lease       string               `protobuf:"bytes,1,opt,name=lease,proto3" json:"lease,omitempty"`
	Mac         string               `protobuf:"bytes,2,opt,name=mac,proto3" json:"mac,omitempty"`
	ServiceType string               `protobuf:"bytes,3,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	Start       *timestamp.Timestamp `protobuf:"bytes,4,opt,name=start,proto3" json:"start,omitempty"`
	End         *timestamp.Timestamp `protobuf:"bytes,5,opt,name=end,proto3" json:"end,omitempty"`
	// contains filtered or unexported fields
}

func (*LeaseInfo) Descriptor deprecated

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

Deprecated: Use LeaseInfo.ProtoReflect.Descriptor instead.

func (*LeaseInfo) GetEnd

func (x *LeaseInfo) GetEnd() *timestamp.Timestamp

func (*LeaseInfo) GetLease

func (x *LeaseInfo) GetLease() string

func (*LeaseInfo) GetMac

func (x *LeaseInfo) GetMac() string

func (*LeaseInfo) GetServiceType

func (x *LeaseInfo) GetServiceType() string

func (*LeaseInfo) GetStart

func (x *LeaseInfo) GetStart() *timestamp.Timestamp

func (*LeaseInfo) ProtoMessage

func (*LeaseInfo) ProtoMessage()

func (*LeaseInfo) ProtoReflect

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

func (*LeaseInfo) Reset

func (x *LeaseInfo) Reset()

func (*LeaseInfo) String

func (x *LeaseInfo) String() string

type LinkStatus

type LinkStatus struct {
	Link            bool                             `protobuf:"varint,1,opt,name=link,proto3" json:"link,omitempty"`
	FullDuplex      bool                             `protobuf:"varint,2,opt,name=full_duplex,json=fullDuplex,proto3" json:"full_duplex,omitempty"`
	LinkSince       *timestamp.Timestamp             `protobuf:"bytes,3,opt,name=link_since,json=linkSince,proto3" json:"link_since,omitempty"`
	Speed           string                           `protobuf:"bytes,4,opt,name=speed,proto3" json:"speed,omitempty"`
	LinkSpeed       int64                            `protobuf:"varint,5,opt,name=link_speed,json=linkSpeed,proto3" json:"link_speed,omitempty"`
	ConfiguredSpeed []*LinkStatus_ConfigurationSpeed `protobuf:"bytes,6,rep,name=configured_speed,json=configuredSpeed,proto3" json:"configured_speed,omitempty"`
	Fiber           *LinkStatus_Fiber                `protobuf:"bytes,7,opt,name=fiber,proto3" json:"fiber,omitempty"`
	Statistics      *LinkStatus_Statistics           `protobuf:"bytes,8,opt,name=statistics,proto3" json:"statistics,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkStatus) Descriptor deprecated

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

Deprecated: Use LinkStatus.ProtoReflect.Descriptor instead.

func (*LinkStatus) GetConfiguredSpeed

func (x *LinkStatus) GetConfiguredSpeed() []*LinkStatus_ConfigurationSpeed

func (*LinkStatus) GetFiber

func (x *LinkStatus) GetFiber() *LinkStatus_Fiber

func (*LinkStatus) GetFullDuplex

func (x *LinkStatus) GetFullDuplex() bool
func (x *LinkStatus) GetLink() bool

func (*LinkStatus) GetLinkSince

func (x *LinkStatus) GetLinkSince() *timestamp.Timestamp

func (*LinkStatus) GetLinkSpeed

func (x *LinkStatus) GetLinkSpeed() int64

func (*LinkStatus) GetSpeed

func (x *LinkStatus) GetSpeed() string

func (*LinkStatus) GetStatistics

func (x *LinkStatus) GetStatistics() *LinkStatus_Statistics

func (*LinkStatus) ProtoMessage

func (*LinkStatus) ProtoMessage()

func (*LinkStatus) ProtoReflect

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

func (*LinkStatus) Reset

func (x *LinkStatus) Reset()

func (*LinkStatus) String

func (x *LinkStatus) String() string

type LinkStatus_ConfigurationSpeed

type LinkStatus_ConfigurationSpeed struct {
	ServiceType string `protobuf:"bytes,1,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	Queue       string `protobuf:"bytes,2,opt,name=queue,proto3" json:"queue,omitempty"`
	Cir         string `protobuf:"bytes,3,opt,name=cir,proto3" json:"cir,omitempty"`
	Pir         string `protobuf:"bytes,4,opt,name=pir,proto3" json:"pir,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkStatus_ConfigurationSpeed) Descriptor deprecated

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

Deprecated: Use LinkStatus_ConfigurationSpeed.ProtoReflect.Descriptor instead.

func (*LinkStatus_ConfigurationSpeed) GetCir

func (*LinkStatus_ConfigurationSpeed) GetPir

func (*LinkStatus_ConfigurationSpeed) GetQueue

func (x *LinkStatus_ConfigurationSpeed) GetQueue() string

func (*LinkStatus_ConfigurationSpeed) GetServiceType

func (x *LinkStatus_ConfigurationSpeed) GetServiceType() string

func (*LinkStatus_ConfigurationSpeed) ProtoMessage

func (*LinkStatus_ConfigurationSpeed) ProtoMessage()

func (*LinkStatus_ConfigurationSpeed) ProtoReflect

func (*LinkStatus_ConfigurationSpeed) Reset

func (x *LinkStatus_ConfigurationSpeed) Reset()

func (*LinkStatus_ConfigurationSpeed) String

type LinkStatus_Fiber

type LinkStatus_Fiber struct {
	DbmRx string `protobuf:"bytes,1,opt,name=dbm_rx,json=dbmRx,proto3" json:"dbm_rx,omitempty"`
	DbmTx string `protobuf:"bytes,2,opt,name=dbm_tx,json=dbmTx,proto3" json:"dbm_tx,omitempty"`
	Temp  string `protobuf:"bytes,3,opt,name=temp,proto3" json:"temp,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkStatus_Fiber) Descriptor deprecated

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

Deprecated: Use LinkStatus_Fiber.ProtoReflect.Descriptor instead.

func (*LinkStatus_Fiber) GetDbmRx

func (x *LinkStatus_Fiber) GetDbmRx() string

func (*LinkStatus_Fiber) GetDbmTx

func (x *LinkStatus_Fiber) GetDbmTx() string

func (*LinkStatus_Fiber) GetTemp

func (x *LinkStatus_Fiber) GetTemp() string

func (*LinkStatus_Fiber) ProtoMessage

func (*LinkStatus_Fiber) ProtoMessage()

func (*LinkStatus_Fiber) ProtoReflect

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

func (*LinkStatus_Fiber) Reset

func (x *LinkStatus_Fiber) Reset()

func (*LinkStatus_Fiber) String

func (x *LinkStatus_Fiber) String() string

type LinkStatus_Statistics

type LinkStatus_Statistics struct {
	CounterResetAt *timestamp.Timestamp            `protobuf:"bytes,1,opt,name=counter_reset_at,json=counterResetAt,proto3" json:"counter_reset_at,omitempty"`
	PeakInputRate  *LinkStatus_Statistics_Rate     `protobuf:"bytes,2,opt,name=peak_input_rate,json=peakInputRate,proto3" json:"peak_input_rate,omitempty"`
	PeakOutputRate *LinkStatus_Statistics_Rate     `protobuf:"bytes,3,opt,name=peak_output_rate,json=peakOutputRate,proto3" json:"peak_output_rate,omitempty"`
	LastFiveInput  *LinkStatus_Statistics_LastFive `protobuf:"bytes,4,opt,name=last_five_input,json=lastFiveInput,proto3" json:"last_five_input,omitempty"`
	LastFiveOutput *LinkStatus_Statistics_LastFive `protobuf:"bytes,5,opt,name=last_five_output,json=lastFiveOutput,proto3" json:"last_five_output,omitempty"`
	Input          *LinkStatus_Statistics_Stats    `protobuf:"bytes,6,opt,name=input,proto3" json:"input,omitempty"`
	Output         *LinkStatus_Statistics_Stats    `protobuf:"bytes,7,opt,name=output,proto3" json:"output,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkStatus_Statistics) Descriptor deprecated

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

Deprecated: Use LinkStatus_Statistics.ProtoReflect.Descriptor instead.

func (*LinkStatus_Statistics) GetCounterResetAt

func (x *LinkStatus_Statistics) GetCounterResetAt() *timestamp.Timestamp

func (*LinkStatus_Statistics) GetInput

func (*LinkStatus_Statistics) GetLastFiveInput

func (*LinkStatus_Statistics) GetLastFiveOutput

func (x *LinkStatus_Statistics) GetLastFiveOutput() *LinkStatus_Statistics_LastFive

func (*LinkStatus_Statistics) GetOutput

func (*LinkStatus_Statistics) GetPeakInputRate

func (x *LinkStatus_Statistics) GetPeakInputRate() *LinkStatus_Statistics_Rate

func (*LinkStatus_Statistics) GetPeakOutputRate

func (x *LinkStatus_Statistics) GetPeakOutputRate() *LinkStatus_Statistics_Rate

func (*LinkStatus_Statistics) ProtoMessage

func (*LinkStatus_Statistics) ProtoMessage()

func (*LinkStatus_Statistics) ProtoReflect

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

func (*LinkStatus_Statistics) Reset

func (x *LinkStatus_Statistics) Reset()

func (*LinkStatus_Statistics) String

func (x *LinkStatus_Statistics) String() string

type LinkStatus_Statistics_LastFive

type LinkStatus_Statistics_LastFive struct {
	Packets int64 `protobuf:"varint,1,opt,name=packets,proto3" json:"packets,omitempty"`
	Bytes   int64 `protobuf:"varint,2,opt,name=bytes,proto3" json:"bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkStatus_Statistics_LastFive) Descriptor deprecated

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

Deprecated: Use LinkStatus_Statistics_LastFive.ProtoReflect.Descriptor instead.

func (*LinkStatus_Statistics_LastFive) GetBytes

func (x *LinkStatus_Statistics_LastFive) GetBytes() int64

func (*LinkStatus_Statistics_LastFive) GetPackets

func (x *LinkStatus_Statistics_LastFive) GetPackets() int64

func (*LinkStatus_Statistics_LastFive) ProtoMessage

func (*LinkStatus_Statistics_LastFive) ProtoMessage()

func (*LinkStatus_Statistics_LastFive) ProtoReflect

func (*LinkStatus_Statistics_LastFive) Reset

func (x *LinkStatus_Statistics_LastFive) Reset()

func (*LinkStatus_Statistics_LastFive) String

type LinkStatus_Statistics_Rate

type LinkStatus_Statistics_Rate struct {
	Counter   int64                `protobuf:"varint,1,opt,name=counter,proto3" json:"counter,omitempty"`
	Timestamp *timestamp.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkStatus_Statistics_Rate) Descriptor deprecated

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

Deprecated: Use LinkStatus_Statistics_Rate.ProtoReflect.Descriptor instead.

func (*LinkStatus_Statistics_Rate) GetCounter

func (x *LinkStatus_Statistics_Rate) GetCounter() int64

func (*LinkStatus_Statistics_Rate) GetTimestamp

func (x *LinkStatus_Statistics_Rate) GetTimestamp() *timestamp.Timestamp

func (*LinkStatus_Statistics_Rate) ProtoMessage

func (*LinkStatus_Statistics_Rate) ProtoMessage()

func (*LinkStatus_Statistics_Rate) ProtoReflect

func (*LinkStatus_Statistics_Rate) Reset

func (x *LinkStatus_Statistics_Rate) Reset()

func (*LinkStatus_Statistics_Rate) String

func (x *LinkStatus_Statistics_Rate) String() string

type LinkStatus_Statistics_Stats

type LinkStatus_Statistics_Stats struct {
	Packets   int64 `protobuf:"varint,1,opt,name=packets,proto3" json:"packets,omitempty"`
	Bytes     int64 `protobuf:"varint,2,opt,name=bytes,proto3" json:"bytes,omitempty"`
	Unicast   int64 `protobuf:"varint,3,opt,name=unicast,proto3" json:"unicast,omitempty"`
	Broadcast int64 `protobuf:"varint,4,opt,name=broadcast,proto3" json:"broadcast,omitempty"`
	Multicast int64 `protobuf:"varint,5,opt,name=multicast,proto3" json:"multicast,omitempty"`
	Pauses    int64 `protobuf:"varint,6,opt,name=pauses,proto3" json:"pauses,omitempty"`
	Errors    int64 `protobuf:"varint,7,opt,name=errors,proto3" json:"errors,omitempty"`
	CrcErrors int64 `protobuf:"varint,8,opt,name=crc_errors,json=crcErrors,proto3" json:"crc_errors,omitempty"`
	// contains filtered or unexported fields
}

func (*LinkStatus_Statistics_Stats) Descriptor deprecated

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

Deprecated: Use LinkStatus_Statistics_Stats.ProtoReflect.Descriptor instead.

func (*LinkStatus_Statistics_Stats) GetBroadcast

func (x *LinkStatus_Statistics_Stats) GetBroadcast() int64

func (*LinkStatus_Statistics_Stats) GetBytes

func (x *LinkStatus_Statistics_Stats) GetBytes() int64

func (*LinkStatus_Statistics_Stats) GetCrcErrors

func (x *LinkStatus_Statistics_Stats) GetCrcErrors() int64

func (*LinkStatus_Statistics_Stats) GetErrors

func (x *LinkStatus_Statistics_Stats) GetErrors() int64

func (*LinkStatus_Statistics_Stats) GetMulticast

func (x *LinkStatus_Statistics_Stats) GetMulticast() int64

func (*LinkStatus_Statistics_Stats) GetPackets

func (x *LinkStatus_Statistics_Stats) GetPackets() int64

func (*LinkStatus_Statistics_Stats) GetPauses

func (x *LinkStatus_Statistics_Stats) GetPauses() int64

func (*LinkStatus_Statistics_Stats) GetUnicast

func (x *LinkStatus_Statistics_Stats) GetUnicast() int64

func (*LinkStatus_Statistics_Stats) ProtoMessage

func (*LinkStatus_Statistics_Stats) ProtoMessage()

func (*LinkStatus_Statistics_Stats) ProtoReflect

func (*LinkStatus_Statistics_Stats) Reset

func (x *LinkStatus_Statistics_Stats) Reset()

func (*LinkStatus_Statistics_Stats) String

func (x *LinkStatus_Statistics_Stats) String() string

type MacAddress

type MacAddress struct {
	Mac         string `protobuf:"bytes,1,opt,name=mac,proto3" json:"mac,omitempty"`
	ServiceType string `protobuf:"bytes,2,opt,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	// contains filtered or unexported fields
}

func (*MacAddress) Descriptor deprecated

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

Deprecated: Use MacAddress.ProtoReflect.Descriptor instead.

func (*MacAddress) GetMac

func (x *MacAddress) GetMac() string

func (*MacAddress) GetServiceType

func (x *MacAddress) GetServiceType() string

func (*MacAddress) ProtoMessage

func (*MacAddress) ProtoMessage()

func (*MacAddress) ProtoReflect

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

func (*MacAddress) Reset

func (x *MacAddress) Reset()

func (*MacAddress) String

func (x *MacAddress) String() string

type TechnicalInformationClient

type TechnicalInformationClient interface {
	GetAllInfo(ctx context.Context, in *GetAllInfoRequest, opts ...grpc.CallOption) (*GetAllInfoResponse, error)
	GetHardwareOnAccess(ctx context.Context, in *GetHardwareOnAccessRequest, opts ...grpc.CallOption) (*Hardware, error)
	GetMacAddressTable(ctx context.Context, in *GetMacAddressTableRequest, opts ...grpc.CallOption) (*GetMacAddressTableResponse, error)
	GetLeaseInfo(ctx context.Context, in *GetLeaseInfoRequest, opts ...grpc.CallOption) (*GetLeaseInfoResponse, error)
	GetIgmSnoopings(ctx context.Context, in *GetIgmSnoopingsRequest, opts ...grpc.CallOption) (*GetIgmSnoopingsResponse, error)
	GetLinkStatus(ctx context.Context, in *GetLinkStatusRequest, opts ...grpc.CallOption) (*LinkStatus, error)
	GetCPEStatus(ctx context.Context, in *GetCPEStatusRequest, opts ...grpc.CallOption) (*CpeStatus, error)
}

TechnicalInformationClient is the client API for TechnicalInformation service.

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

type TechnicalInformationServer

TechnicalInformationServer is the server API for TechnicalInformation service.

type UnimplementedTechnicalInformationServer

type UnimplementedTechnicalInformationServer struct {
}

UnimplementedTechnicalInformationServer can be embedded to have forward compatible implementations.

func (*UnimplementedTechnicalInformationServer) GetAllInfo

func (*UnimplementedTechnicalInformationServer) GetCPEStatus

func (*UnimplementedTechnicalInformationServer) GetHardwareOnAccess

func (*UnimplementedTechnicalInformationServer) GetIgmSnoopings

func (*UnimplementedTechnicalInformationServer) GetLeaseInfo

func (*UnimplementedTechnicalInformationServer) GetLinkStatus

func (*UnimplementedTechnicalInformationServer) GetMacAddressTable

Jump to

Keyboard shortcuts

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