gnoi_sonic

package
v0.0.0-...-1510907 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

README

export PATH=$PATH:$HOME/go/bin protoc -I . -I ~/go/src --gofast_out=plugins=grpc:. *.proto

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthSonicGnoi        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowSonicGnoi          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupSonicGnoi = fmt.Errorf("proto: unexpected end of group")
)

Functions

func RegisterSonicServiceServer

func RegisterSonicServiceServer(s *grpc.Server, srv SonicServiceServer)

Types

type ClearNeighborsRequest

type ClearNeighborsRequest struct {
	Input                *ClearNeighborsRequest_Input `protobuf:"bytes,1,opt,name=input,proto3" json:"sonic-neighbor:input" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*ClearNeighborsRequest) Descriptor

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

func (*ClearNeighborsRequest) GetInput

func (*ClearNeighborsRequest) Marshal

func (m *ClearNeighborsRequest) Marshal() (dAtA []byte, err error)

func (*ClearNeighborsRequest) MarshalTo

func (m *ClearNeighborsRequest) MarshalTo(dAtA []byte) (int, error)

func (*ClearNeighborsRequest) MarshalToSizedBuffer

func (m *ClearNeighborsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClearNeighborsRequest) ProtoMessage

func (*ClearNeighborsRequest) ProtoMessage()

func (*ClearNeighborsRequest) Reset

func (m *ClearNeighborsRequest) Reset()

func (*ClearNeighborsRequest) Size

func (m *ClearNeighborsRequest) Size() (n int)

func (*ClearNeighborsRequest) String

func (m *ClearNeighborsRequest) String() string

func (*ClearNeighborsRequest) Unmarshal

func (m *ClearNeighborsRequest) Unmarshal(dAtA []byte) error

func (*ClearNeighborsRequest) XXX_DiscardUnknown

func (m *ClearNeighborsRequest) XXX_DiscardUnknown()

func (*ClearNeighborsRequest) XXX_Marshal

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

func (*ClearNeighborsRequest) XXX_Merge

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

func (*ClearNeighborsRequest) XXX_Size

func (m *ClearNeighborsRequest) XXX_Size() int

func (*ClearNeighborsRequest) XXX_Unmarshal

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

type ClearNeighborsRequest_Input

type ClearNeighborsRequest_Input struct {
	Force                bool     `protobuf:"varint,1,opt,name=force,proto3" json:"force,omitempty"`
	Family               string   `protobuf:"bytes,2,opt,name=family,proto3" json:"family,omitempty"`
	Ip                   string   `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	Ifname               string   `protobuf:"bytes,4,opt,name=ifname,proto3" json:"ifname,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClearNeighborsRequest_Input) Descriptor

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

func (*ClearNeighborsRequest_Input) GetFamily

func (m *ClearNeighborsRequest_Input) GetFamily() string

func (*ClearNeighborsRequest_Input) GetForce

func (m *ClearNeighborsRequest_Input) GetForce() bool

func (*ClearNeighborsRequest_Input) GetIfname

func (m *ClearNeighborsRequest_Input) GetIfname() string

func (*ClearNeighborsRequest_Input) GetIp

func (*ClearNeighborsRequest_Input) Marshal

func (m *ClearNeighborsRequest_Input) Marshal() (dAtA []byte, err error)

func (*ClearNeighborsRequest_Input) MarshalTo

func (m *ClearNeighborsRequest_Input) MarshalTo(dAtA []byte) (int, error)

func (*ClearNeighborsRequest_Input) MarshalToSizedBuffer

func (m *ClearNeighborsRequest_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClearNeighborsRequest_Input) ProtoMessage

func (*ClearNeighborsRequest_Input) ProtoMessage()

func (*ClearNeighborsRequest_Input) Reset

func (m *ClearNeighborsRequest_Input) Reset()

func (*ClearNeighborsRequest_Input) Size

func (m *ClearNeighborsRequest_Input) Size() (n int)

func (*ClearNeighborsRequest_Input) String

func (m *ClearNeighborsRequest_Input) String() string

func (*ClearNeighborsRequest_Input) Unmarshal

func (m *ClearNeighborsRequest_Input) Unmarshal(dAtA []byte) error

func (*ClearNeighborsRequest_Input) XXX_DiscardUnknown

func (m *ClearNeighborsRequest_Input) XXX_DiscardUnknown()

func (*ClearNeighborsRequest_Input) XXX_Marshal

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

func (*ClearNeighborsRequest_Input) XXX_Merge

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

func (*ClearNeighborsRequest_Input) XXX_Size

func (m *ClearNeighborsRequest_Input) XXX_Size() int

func (*ClearNeighborsRequest_Input) XXX_Unmarshal

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

type ClearNeighborsResponse

type ClearNeighborsResponse struct {
	Output               *ClearNeighborsResponse_Output `protobuf:"bytes,1,opt,name=output,proto3" json:"sonic-neighbor:output" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*ClearNeighborsResponse) Descriptor

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

func (*ClearNeighborsResponse) GetOutput

func (*ClearNeighborsResponse) Marshal

func (m *ClearNeighborsResponse) Marshal() (dAtA []byte, err error)

func (*ClearNeighborsResponse) MarshalTo

func (m *ClearNeighborsResponse) MarshalTo(dAtA []byte) (int, error)

func (*ClearNeighborsResponse) MarshalToSizedBuffer

func (m *ClearNeighborsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClearNeighborsResponse) ProtoMessage

func (*ClearNeighborsResponse) ProtoMessage()

func (*ClearNeighborsResponse) Reset

func (m *ClearNeighborsResponse) Reset()

func (*ClearNeighborsResponse) Size

func (m *ClearNeighborsResponse) Size() (n int)

func (*ClearNeighborsResponse) String

func (m *ClearNeighborsResponse) String() string

func (*ClearNeighborsResponse) Unmarshal

func (m *ClearNeighborsResponse) Unmarshal(dAtA []byte) error

func (*ClearNeighborsResponse) XXX_DiscardUnknown

func (m *ClearNeighborsResponse) XXX_DiscardUnknown()

func (*ClearNeighborsResponse) XXX_Marshal

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

func (*ClearNeighborsResponse) XXX_Merge

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

func (*ClearNeighborsResponse) XXX_Size

func (m *ClearNeighborsResponse) XXX_Size() int

func (*ClearNeighborsResponse) XXX_Unmarshal

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

type ClearNeighborsResponse_Output

type ClearNeighborsResponse_Output struct {
	Response             string   `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ClearNeighborsResponse_Output) Descriptor

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

func (*ClearNeighborsResponse_Output) GetResponse

func (m *ClearNeighborsResponse_Output) GetResponse() string

func (*ClearNeighborsResponse_Output) Marshal

func (m *ClearNeighborsResponse_Output) Marshal() (dAtA []byte, err error)

func (*ClearNeighborsResponse_Output) MarshalTo

func (m *ClearNeighborsResponse_Output) MarshalTo(dAtA []byte) (int, error)

func (*ClearNeighborsResponse_Output) MarshalToSizedBuffer

func (m *ClearNeighborsResponse_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ClearNeighborsResponse_Output) ProtoMessage

func (*ClearNeighborsResponse_Output) ProtoMessage()

func (*ClearNeighborsResponse_Output) Reset

func (m *ClearNeighborsResponse_Output) Reset()

func (*ClearNeighborsResponse_Output) Size

func (m *ClearNeighborsResponse_Output) Size() (n int)

func (*ClearNeighborsResponse_Output) String

func (*ClearNeighborsResponse_Output) Unmarshal

func (m *ClearNeighborsResponse_Output) Unmarshal(dAtA []byte) error

func (*ClearNeighborsResponse_Output) XXX_DiscardUnknown

func (m *ClearNeighborsResponse_Output) XXX_DiscardUnknown()

func (*ClearNeighborsResponse_Output) XXX_Marshal

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

func (*ClearNeighborsResponse_Output) XXX_Merge

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

func (*ClearNeighborsResponse_Output) XXX_Size

func (m *ClearNeighborsResponse_Output) XXX_Size() int

func (*ClearNeighborsResponse_Output) XXX_Unmarshal

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

type CopyConfigRequest

type CopyConfigRequest struct {
	Input                *CopyConfigRequest_Input `protobuf:"bytes,1,opt,name=input,proto3" json:"sonic-config-mgmt:input" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*CopyConfigRequest) Descriptor

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

func (*CopyConfigRequest) GetInput

func (*CopyConfigRequest) Marshal

func (m *CopyConfigRequest) Marshal() (dAtA []byte, err error)

func (*CopyConfigRequest) MarshalTo

func (m *CopyConfigRequest) MarshalTo(dAtA []byte) (int, error)

func (*CopyConfigRequest) MarshalToSizedBuffer

func (m *CopyConfigRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CopyConfigRequest) ProtoMessage

func (*CopyConfigRequest) ProtoMessage()

func (*CopyConfigRequest) Reset

func (m *CopyConfigRequest) Reset()

func (*CopyConfigRequest) Size

func (m *CopyConfigRequest) Size() (n int)

func (*CopyConfigRequest) String

func (m *CopyConfigRequest) String() string

func (*CopyConfigRequest) Unmarshal

func (m *CopyConfigRequest) Unmarshal(dAtA []byte) error

func (*CopyConfigRequest) XXX_DiscardUnknown

func (m *CopyConfigRequest) XXX_DiscardUnknown()

func (*CopyConfigRequest) XXX_Marshal

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

func (*CopyConfigRequest) XXX_Merge

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

func (*CopyConfigRequest) XXX_Size

func (m *CopyConfigRequest) XXX_Size() int

func (*CopyConfigRequest) XXX_Unmarshal

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

type CopyConfigRequest_Input

type CopyConfigRequest_Input struct {
	Source               string   `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	Overwrite            bool     `protobuf:"varint,2,opt,name=overwrite,proto3" json:"overwrite,omitempty"`
	Destination          string   `protobuf:"bytes,3,opt,name=destination,proto3" json:"destination,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CopyConfigRequest_Input) Descriptor

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

func (*CopyConfigRequest_Input) GetDestination

func (m *CopyConfigRequest_Input) GetDestination() string

func (*CopyConfigRequest_Input) GetOverwrite

func (m *CopyConfigRequest_Input) GetOverwrite() bool

func (*CopyConfigRequest_Input) GetSource

func (m *CopyConfigRequest_Input) GetSource() string

func (*CopyConfigRequest_Input) Marshal

func (m *CopyConfigRequest_Input) Marshal() (dAtA []byte, err error)

func (*CopyConfigRequest_Input) MarshalTo

func (m *CopyConfigRequest_Input) MarshalTo(dAtA []byte) (int, error)

func (*CopyConfigRequest_Input) MarshalToSizedBuffer

func (m *CopyConfigRequest_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CopyConfigRequest_Input) ProtoMessage

func (*CopyConfigRequest_Input) ProtoMessage()

func (*CopyConfigRequest_Input) Reset

func (m *CopyConfigRequest_Input) Reset()

func (*CopyConfigRequest_Input) Size

func (m *CopyConfigRequest_Input) Size() (n int)

func (*CopyConfigRequest_Input) String

func (m *CopyConfigRequest_Input) String() string

func (*CopyConfigRequest_Input) Unmarshal

func (m *CopyConfigRequest_Input) Unmarshal(dAtA []byte) error

func (*CopyConfigRequest_Input) XXX_DiscardUnknown

func (m *CopyConfigRequest_Input) XXX_DiscardUnknown()

func (*CopyConfigRequest_Input) XXX_Marshal

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

func (*CopyConfigRequest_Input) XXX_Merge

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

func (*CopyConfigRequest_Input) XXX_Size

func (m *CopyConfigRequest_Input) XXX_Size() int

func (*CopyConfigRequest_Input) XXX_Unmarshal

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

type CopyConfigResponse

type CopyConfigResponse struct {
	Output               *SonicOutput `protobuf:"bytes,1,opt,name=output,proto3" json:"sonic-config-mgmt:output" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*CopyConfigResponse) Descriptor

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

func (*CopyConfigResponse) GetOutput

func (m *CopyConfigResponse) GetOutput() *SonicOutput

func (*CopyConfigResponse) Marshal

func (m *CopyConfigResponse) Marshal() (dAtA []byte, err error)

func (*CopyConfigResponse) MarshalTo

func (m *CopyConfigResponse) MarshalTo(dAtA []byte) (int, error)

func (*CopyConfigResponse) MarshalToSizedBuffer

func (m *CopyConfigResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*CopyConfigResponse) ProtoMessage

func (*CopyConfigResponse) ProtoMessage()

func (*CopyConfigResponse) Reset

func (m *CopyConfigResponse) Reset()

func (*CopyConfigResponse) Size

func (m *CopyConfigResponse) Size() (n int)

func (*CopyConfigResponse) String

func (m *CopyConfigResponse) String() string

func (*CopyConfigResponse) Unmarshal

func (m *CopyConfigResponse) Unmarshal(dAtA []byte) error

func (*CopyConfigResponse) XXX_DiscardUnknown

func (m *CopyConfigResponse) XXX_DiscardUnknown()

func (*CopyConfigResponse) XXX_Marshal

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

func (*CopyConfigResponse) XXX_Merge

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

func (*CopyConfigResponse) XXX_Size

func (m *CopyConfigResponse) XXX_Size() int

func (*CopyConfigResponse) XXX_Unmarshal

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

type ImageDefaultRequest

type ImageDefaultRequest struct {
	Input                *ImageDefaultRequest_Input `protobuf:"bytes,1,opt,name=input,proto3" json:"sonic-image-management:input" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*ImageDefaultRequest) Descriptor

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

func (*ImageDefaultRequest) GetInput

func (*ImageDefaultRequest) Marshal

func (m *ImageDefaultRequest) Marshal() (dAtA []byte, err error)

func (*ImageDefaultRequest) MarshalTo

func (m *ImageDefaultRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImageDefaultRequest) MarshalToSizedBuffer

func (m *ImageDefaultRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageDefaultRequest) ProtoMessage

func (*ImageDefaultRequest) ProtoMessage()

func (*ImageDefaultRequest) Reset

func (m *ImageDefaultRequest) Reset()

func (*ImageDefaultRequest) Size

func (m *ImageDefaultRequest) Size() (n int)

func (*ImageDefaultRequest) String

func (m *ImageDefaultRequest) String() string

func (*ImageDefaultRequest) Unmarshal

func (m *ImageDefaultRequest) Unmarshal(dAtA []byte) error

func (*ImageDefaultRequest) XXX_DiscardUnknown

func (m *ImageDefaultRequest) XXX_DiscardUnknown()

func (*ImageDefaultRequest) XXX_Marshal

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

func (*ImageDefaultRequest) XXX_Merge

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

func (*ImageDefaultRequest) XXX_Size

func (m *ImageDefaultRequest) XXX_Size() int

func (*ImageDefaultRequest) XXX_Unmarshal

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

type ImageDefaultRequest_Input

type ImageDefaultRequest_Input struct {
	Imagename            string   `protobuf:"bytes,1,opt,name=imagename,proto3" json:"imagename,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImageDefaultRequest_Input) Descriptor

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

func (*ImageDefaultRequest_Input) GetImagename

func (m *ImageDefaultRequest_Input) GetImagename() string

func (*ImageDefaultRequest_Input) Marshal

func (m *ImageDefaultRequest_Input) Marshal() (dAtA []byte, err error)

func (*ImageDefaultRequest_Input) MarshalTo

func (m *ImageDefaultRequest_Input) MarshalTo(dAtA []byte) (int, error)

func (*ImageDefaultRequest_Input) MarshalToSizedBuffer

func (m *ImageDefaultRequest_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageDefaultRequest_Input) ProtoMessage

func (*ImageDefaultRequest_Input) ProtoMessage()

func (*ImageDefaultRequest_Input) Reset

func (m *ImageDefaultRequest_Input) Reset()

func (*ImageDefaultRequest_Input) Size

func (m *ImageDefaultRequest_Input) Size() (n int)

func (*ImageDefaultRequest_Input) String

func (m *ImageDefaultRequest_Input) String() string

func (*ImageDefaultRequest_Input) Unmarshal

func (m *ImageDefaultRequest_Input) Unmarshal(dAtA []byte) error

func (*ImageDefaultRequest_Input) XXX_DiscardUnknown

func (m *ImageDefaultRequest_Input) XXX_DiscardUnknown()

func (*ImageDefaultRequest_Input) XXX_Marshal

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

func (*ImageDefaultRequest_Input) XXX_Merge

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

func (*ImageDefaultRequest_Input) XXX_Size

func (m *ImageDefaultRequest_Input) XXX_Size() int

func (*ImageDefaultRequest_Input) XXX_Unmarshal

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

type ImageDefaultResponse

type ImageDefaultResponse struct {
	Output               *SonicOutput `protobuf:"bytes,1,opt,name=output,proto3" json:"sonic-image-management:output" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ImageDefaultResponse) Descriptor

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

func (*ImageDefaultResponse) GetOutput

func (m *ImageDefaultResponse) GetOutput() *SonicOutput

func (*ImageDefaultResponse) Marshal

func (m *ImageDefaultResponse) Marshal() (dAtA []byte, err error)

func (*ImageDefaultResponse) MarshalTo

func (m *ImageDefaultResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImageDefaultResponse) MarshalToSizedBuffer

func (m *ImageDefaultResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageDefaultResponse) ProtoMessage

func (*ImageDefaultResponse) ProtoMessage()

func (*ImageDefaultResponse) Reset

func (m *ImageDefaultResponse) Reset()

func (*ImageDefaultResponse) Size

func (m *ImageDefaultResponse) Size() (n int)

func (*ImageDefaultResponse) String

func (m *ImageDefaultResponse) String() string

func (*ImageDefaultResponse) Unmarshal

func (m *ImageDefaultResponse) Unmarshal(dAtA []byte) error

func (*ImageDefaultResponse) XXX_DiscardUnknown

func (m *ImageDefaultResponse) XXX_DiscardUnknown()

func (*ImageDefaultResponse) XXX_Marshal

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

func (*ImageDefaultResponse) XXX_Merge

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

func (*ImageDefaultResponse) XXX_Size

func (m *ImageDefaultResponse) XXX_Size() int

func (*ImageDefaultResponse) XXX_Unmarshal

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

type ImageInstallRequest

type ImageInstallRequest struct {
	Input                *ImageInstallRequest_Input `protobuf:"bytes,1,opt,name=input,proto3" json:"sonic-image-management:input" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*ImageInstallRequest) Descriptor

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

func (*ImageInstallRequest) GetInput

func (*ImageInstallRequest) Marshal

func (m *ImageInstallRequest) Marshal() (dAtA []byte, err error)

func (*ImageInstallRequest) MarshalTo

func (m *ImageInstallRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImageInstallRequest) MarshalToSizedBuffer

func (m *ImageInstallRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageInstallRequest) ProtoMessage

func (*ImageInstallRequest) ProtoMessage()

func (*ImageInstallRequest) Reset

func (m *ImageInstallRequest) Reset()

func (*ImageInstallRequest) Size

func (m *ImageInstallRequest) Size() (n int)

func (*ImageInstallRequest) String

func (m *ImageInstallRequest) String() string

func (*ImageInstallRequest) Unmarshal

func (m *ImageInstallRequest) Unmarshal(dAtA []byte) error

func (*ImageInstallRequest) XXX_DiscardUnknown

func (m *ImageInstallRequest) XXX_DiscardUnknown()

func (*ImageInstallRequest) XXX_Marshal

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

func (*ImageInstallRequest) XXX_Merge

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

func (*ImageInstallRequest) XXX_Size

func (m *ImageInstallRequest) XXX_Size() int

func (*ImageInstallRequest) XXX_Unmarshal

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

type ImageInstallRequest_Input

type ImageInstallRequest_Input struct {
	Imagename            string   `protobuf:"bytes,2,opt,name=imagename,proto3" json:"imagename,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImageInstallRequest_Input) Descriptor

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

func (*ImageInstallRequest_Input) GetImagename

func (m *ImageInstallRequest_Input) GetImagename() string

func (*ImageInstallRequest_Input) Marshal

func (m *ImageInstallRequest_Input) Marshal() (dAtA []byte, err error)

func (*ImageInstallRequest_Input) MarshalTo

func (m *ImageInstallRequest_Input) MarshalTo(dAtA []byte) (int, error)

func (*ImageInstallRequest_Input) MarshalToSizedBuffer

func (m *ImageInstallRequest_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageInstallRequest_Input) ProtoMessage

func (*ImageInstallRequest_Input) ProtoMessage()

func (*ImageInstallRequest_Input) Reset

func (m *ImageInstallRequest_Input) Reset()

func (*ImageInstallRequest_Input) Size

func (m *ImageInstallRequest_Input) Size() (n int)

func (*ImageInstallRequest_Input) String

func (m *ImageInstallRequest_Input) String() string

func (*ImageInstallRequest_Input) Unmarshal

func (m *ImageInstallRequest_Input) Unmarshal(dAtA []byte) error

func (*ImageInstallRequest_Input) XXX_DiscardUnknown

func (m *ImageInstallRequest_Input) XXX_DiscardUnknown()

func (*ImageInstallRequest_Input) XXX_Marshal

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

func (*ImageInstallRequest_Input) XXX_Merge

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

func (*ImageInstallRequest_Input) XXX_Size

func (m *ImageInstallRequest_Input) XXX_Size() int

func (*ImageInstallRequest_Input) XXX_Unmarshal

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

type ImageInstallResponse

type ImageInstallResponse struct {
	Output               *SonicOutput `protobuf:"bytes,1,opt,name=output,proto3" json:"sonic-image-management:output" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ImageInstallResponse) Descriptor

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

func (*ImageInstallResponse) GetOutput

func (m *ImageInstallResponse) GetOutput() *SonicOutput

func (*ImageInstallResponse) Marshal

func (m *ImageInstallResponse) Marshal() (dAtA []byte, err error)

func (*ImageInstallResponse) MarshalTo

func (m *ImageInstallResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImageInstallResponse) MarshalToSizedBuffer

func (m *ImageInstallResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageInstallResponse) ProtoMessage

func (*ImageInstallResponse) ProtoMessage()

func (*ImageInstallResponse) Reset

func (m *ImageInstallResponse) Reset()

func (*ImageInstallResponse) Size

func (m *ImageInstallResponse) Size() (n int)

func (*ImageInstallResponse) String

func (m *ImageInstallResponse) String() string

func (*ImageInstallResponse) Unmarshal

func (m *ImageInstallResponse) Unmarshal(dAtA []byte) error

func (*ImageInstallResponse) XXX_DiscardUnknown

func (m *ImageInstallResponse) XXX_DiscardUnknown()

func (*ImageInstallResponse) XXX_Marshal

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

func (*ImageInstallResponse) XXX_Merge

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

func (*ImageInstallResponse) XXX_Size

func (m *ImageInstallResponse) XXX_Size() int

func (*ImageInstallResponse) XXX_Unmarshal

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

type ImageRemoveRequest

type ImageRemoveRequest struct {
	Input                *ImageRemoveRequest_Input `protobuf:"bytes,1,opt,name=input,proto3" json:"sonic-image-management:input" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ImageRemoveRequest) Descriptor

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

func (*ImageRemoveRequest) GetInput

func (*ImageRemoveRequest) Marshal

func (m *ImageRemoveRequest) Marshal() (dAtA []byte, err error)

func (*ImageRemoveRequest) MarshalTo

func (m *ImageRemoveRequest) MarshalTo(dAtA []byte) (int, error)

func (*ImageRemoveRequest) MarshalToSizedBuffer

func (m *ImageRemoveRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageRemoveRequest) ProtoMessage

func (*ImageRemoveRequest) ProtoMessage()

func (*ImageRemoveRequest) Reset

func (m *ImageRemoveRequest) Reset()

func (*ImageRemoveRequest) Size

func (m *ImageRemoveRequest) Size() (n int)

func (*ImageRemoveRequest) String

func (m *ImageRemoveRequest) String() string

func (*ImageRemoveRequest) Unmarshal

func (m *ImageRemoveRequest) Unmarshal(dAtA []byte) error

func (*ImageRemoveRequest) XXX_DiscardUnknown

func (m *ImageRemoveRequest) XXX_DiscardUnknown()

func (*ImageRemoveRequest) XXX_Marshal

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

func (*ImageRemoveRequest) XXX_Merge

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

func (*ImageRemoveRequest) XXX_Size

func (m *ImageRemoveRequest) XXX_Size() int

func (*ImageRemoveRequest) XXX_Unmarshal

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

type ImageRemoveRequest_Input

type ImageRemoveRequest_Input struct {
	Imagename            string   `protobuf:"bytes,1,opt,name=imagename,proto3" json:"imagename,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ImageRemoveRequest_Input) Descriptor

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

func (*ImageRemoveRequest_Input) GetImagename

func (m *ImageRemoveRequest_Input) GetImagename() string

func (*ImageRemoveRequest_Input) Marshal

func (m *ImageRemoveRequest_Input) Marshal() (dAtA []byte, err error)

func (*ImageRemoveRequest_Input) MarshalTo

func (m *ImageRemoveRequest_Input) MarshalTo(dAtA []byte) (int, error)

func (*ImageRemoveRequest_Input) MarshalToSizedBuffer

func (m *ImageRemoveRequest_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageRemoveRequest_Input) ProtoMessage

func (*ImageRemoveRequest_Input) ProtoMessage()

func (*ImageRemoveRequest_Input) Reset

func (m *ImageRemoveRequest_Input) Reset()

func (*ImageRemoveRequest_Input) Size

func (m *ImageRemoveRequest_Input) Size() (n int)

func (*ImageRemoveRequest_Input) String

func (m *ImageRemoveRequest_Input) String() string

func (*ImageRemoveRequest_Input) Unmarshal

func (m *ImageRemoveRequest_Input) Unmarshal(dAtA []byte) error

func (*ImageRemoveRequest_Input) XXX_DiscardUnknown

func (m *ImageRemoveRequest_Input) XXX_DiscardUnknown()

func (*ImageRemoveRequest_Input) XXX_Marshal

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

func (*ImageRemoveRequest_Input) XXX_Merge

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

func (*ImageRemoveRequest_Input) XXX_Size

func (m *ImageRemoveRequest_Input) XXX_Size() int

func (*ImageRemoveRequest_Input) XXX_Unmarshal

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

type ImageRemoveResponse

type ImageRemoveResponse struct {
	Output               *SonicOutput `protobuf:"bytes,1,opt,name=output,proto3" json:"sonic-image-management:output" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*ImageRemoveResponse) Descriptor

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

func (*ImageRemoveResponse) GetOutput

func (m *ImageRemoveResponse) GetOutput() *SonicOutput

func (*ImageRemoveResponse) Marshal

func (m *ImageRemoveResponse) Marshal() (dAtA []byte, err error)

func (*ImageRemoveResponse) MarshalTo

func (m *ImageRemoveResponse) MarshalTo(dAtA []byte) (int, error)

func (*ImageRemoveResponse) MarshalToSizedBuffer

func (m *ImageRemoveResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ImageRemoveResponse) ProtoMessage

func (*ImageRemoveResponse) ProtoMessage()

func (*ImageRemoveResponse) Reset

func (m *ImageRemoveResponse) Reset()

func (*ImageRemoveResponse) Size

func (m *ImageRemoveResponse) Size() (n int)

func (*ImageRemoveResponse) String

func (m *ImageRemoveResponse) String() string

func (*ImageRemoveResponse) Unmarshal

func (m *ImageRemoveResponse) Unmarshal(dAtA []byte) error

func (*ImageRemoveResponse) XXX_DiscardUnknown

func (m *ImageRemoveResponse) XXX_DiscardUnknown()

func (*ImageRemoveResponse) XXX_Marshal

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

func (*ImageRemoveResponse) XXX_Merge

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

func (*ImageRemoveResponse) XXX_Size

func (m *ImageRemoveResponse) XXX_Size() int

func (*ImageRemoveResponse) XXX_Unmarshal

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

type SonicOutput

type SonicOutput struct {
	Status               int32    `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	StatusDetail         string   `protobuf:"bytes,2,opt,name=status_detail,json=statusDetail,proto3" json:"status-detail" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SonicOutput) Descriptor

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

func (*SonicOutput) GetStatus

func (m *SonicOutput) GetStatus() int32

func (*SonicOutput) GetStatusDetail

func (m *SonicOutput) GetStatusDetail() string

func (*SonicOutput) Marshal

func (m *SonicOutput) Marshal() (dAtA []byte, err error)

func (*SonicOutput) MarshalTo

func (m *SonicOutput) MarshalTo(dAtA []byte) (int, error)

func (*SonicOutput) MarshalToSizedBuffer

func (m *SonicOutput) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*SonicOutput) ProtoMessage

func (*SonicOutput) ProtoMessage()

func (*SonicOutput) Reset

func (m *SonicOutput) Reset()

func (*SonicOutput) Size

func (m *SonicOutput) Size() (n int)

func (*SonicOutput) String

func (m *SonicOutput) String() string

func (*SonicOutput) Unmarshal

func (m *SonicOutput) Unmarshal(dAtA []byte) error

func (*SonicOutput) XXX_DiscardUnknown

func (m *SonicOutput) XXX_DiscardUnknown()

func (*SonicOutput) XXX_Marshal

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

func (*SonicOutput) XXX_Merge

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

func (*SonicOutput) XXX_Size

func (m *SonicOutput) XXX_Size() int

func (*SonicOutput) XXX_Unmarshal

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

type SonicServiceClient

type SonicServiceClient interface {
	ShowTechsupport(ctx context.Context, in *TechsupportRequest, opts ...grpc.CallOption) (*TechsupportResponse, error)
	CopyConfig(ctx context.Context, in *CopyConfigRequest, opts ...grpc.CallOption) (*CopyConfigResponse, error)
	ImageInstall(ctx context.Context, in *ImageInstallRequest, opts ...grpc.CallOption) (*ImageInstallResponse, error)
	ImageRemove(ctx context.Context, in *ImageRemoveRequest, opts ...grpc.CallOption) (*ImageRemoveResponse, error)
	ImageDefault(ctx context.Context, in *ImageDefaultRequest, opts ...grpc.CallOption) (*ImageDefaultResponse, error)
	ClearNeighbors(ctx context.Context, in *ClearNeighborsRequest, opts ...grpc.CallOption) (*ClearNeighborsResponse, error)
}

SonicServiceClient is the client API for SonicService service.

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

func NewSonicServiceClient

func NewSonicServiceClient(cc *grpc.ClientConn) SonicServiceClient

type SonicServiceServer

SonicServiceServer is the server API for SonicService service.

type TechsupportRequest

type TechsupportRequest struct {
	Input                *TechsupportRequest_Input `protobuf:"bytes,1,opt,name=input,proto3" json:"sonic-show-techsupport:input" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*TechsupportRequest) Descriptor

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

func (*TechsupportRequest) GetInput

func (*TechsupportRequest) Marshal

func (m *TechsupportRequest) Marshal() (dAtA []byte, err error)

func (*TechsupportRequest) MarshalTo

func (m *TechsupportRequest) MarshalTo(dAtA []byte) (int, error)

func (*TechsupportRequest) MarshalToSizedBuffer

func (m *TechsupportRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TechsupportRequest) ProtoMessage

func (*TechsupportRequest) ProtoMessage()

func (*TechsupportRequest) Reset

func (m *TechsupportRequest) Reset()

func (*TechsupportRequest) Size

func (m *TechsupportRequest) Size() (n int)

func (*TechsupportRequest) String

func (m *TechsupportRequest) String() string

func (*TechsupportRequest) Unmarshal

func (m *TechsupportRequest) Unmarshal(dAtA []byte) error

func (*TechsupportRequest) XXX_DiscardUnknown

func (m *TechsupportRequest) XXX_DiscardUnknown()

func (*TechsupportRequest) XXX_Marshal

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

func (*TechsupportRequest) XXX_Merge

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

func (*TechsupportRequest) XXX_Size

func (m *TechsupportRequest) XXX_Size() int

func (*TechsupportRequest) XXX_Unmarshal

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

type TechsupportRequest_Input

type TechsupportRequest_Input struct {
	Date                 string   `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TechsupportRequest_Input) Descriptor

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

func (*TechsupportRequest_Input) GetDate

func (m *TechsupportRequest_Input) GetDate() string

func (*TechsupportRequest_Input) Marshal

func (m *TechsupportRequest_Input) Marshal() (dAtA []byte, err error)

func (*TechsupportRequest_Input) MarshalTo

func (m *TechsupportRequest_Input) MarshalTo(dAtA []byte) (int, error)

func (*TechsupportRequest_Input) MarshalToSizedBuffer

func (m *TechsupportRequest_Input) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TechsupportRequest_Input) ProtoMessage

func (*TechsupportRequest_Input) ProtoMessage()

func (*TechsupportRequest_Input) Reset

func (m *TechsupportRequest_Input) Reset()

func (*TechsupportRequest_Input) Size

func (m *TechsupportRequest_Input) Size() (n int)

func (*TechsupportRequest_Input) String

func (m *TechsupportRequest_Input) String() string

func (*TechsupportRequest_Input) Unmarshal

func (m *TechsupportRequest_Input) Unmarshal(dAtA []byte) error

func (*TechsupportRequest_Input) XXX_DiscardUnknown

func (m *TechsupportRequest_Input) XXX_DiscardUnknown()

func (*TechsupportRequest_Input) XXX_Marshal

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

func (*TechsupportRequest_Input) XXX_Merge

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

func (*TechsupportRequest_Input) XXX_Size

func (m *TechsupportRequest_Input) XXX_Size() int

func (*TechsupportRequest_Input) XXX_Unmarshal

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

type TechsupportResponse

type TechsupportResponse struct {
	Output               *TechsupportResponse_Output `protobuf:"bytes,1,opt,name=output,proto3" json:"sonic-show-techsupport:output" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*TechsupportResponse) Descriptor

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

func (*TechsupportResponse) GetOutput

func (*TechsupportResponse) Marshal

func (m *TechsupportResponse) Marshal() (dAtA []byte, err error)

func (*TechsupportResponse) MarshalTo

func (m *TechsupportResponse) MarshalTo(dAtA []byte) (int, error)

func (*TechsupportResponse) MarshalToSizedBuffer

func (m *TechsupportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TechsupportResponse) ProtoMessage

func (*TechsupportResponse) ProtoMessage()

func (*TechsupportResponse) Reset

func (m *TechsupportResponse) Reset()

func (*TechsupportResponse) Size

func (m *TechsupportResponse) Size() (n int)

func (*TechsupportResponse) String

func (m *TechsupportResponse) String() string

func (*TechsupportResponse) Unmarshal

func (m *TechsupportResponse) Unmarshal(dAtA []byte) error

func (*TechsupportResponse) XXX_DiscardUnknown

func (m *TechsupportResponse) XXX_DiscardUnknown()

func (*TechsupportResponse) XXX_Marshal

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

func (*TechsupportResponse) XXX_Merge

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

func (*TechsupportResponse) XXX_Size

func (m *TechsupportResponse) XXX_Size() int

func (*TechsupportResponse) XXX_Unmarshal

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

type TechsupportResponse_Output

type TechsupportResponse_Output struct {
	OutputFilename       string   `protobuf:"bytes,1,opt,name=output_filename,json=outputFilename,proto3" json:"output-filename" xml:",comment"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*TechsupportResponse_Output) Descriptor

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

func (*TechsupportResponse_Output) GetOutputFilename

func (m *TechsupportResponse_Output) GetOutputFilename() string

func (*TechsupportResponse_Output) Marshal

func (m *TechsupportResponse_Output) Marshal() (dAtA []byte, err error)

func (*TechsupportResponse_Output) MarshalTo

func (m *TechsupportResponse_Output) MarshalTo(dAtA []byte) (int, error)

func (*TechsupportResponse_Output) MarshalToSizedBuffer

func (m *TechsupportResponse_Output) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TechsupportResponse_Output) ProtoMessage

func (*TechsupportResponse_Output) ProtoMessage()

func (*TechsupportResponse_Output) Reset

func (m *TechsupportResponse_Output) Reset()

func (*TechsupportResponse_Output) Size

func (m *TechsupportResponse_Output) Size() (n int)

func (*TechsupportResponse_Output) String

func (m *TechsupportResponse_Output) String() string

func (*TechsupportResponse_Output) Unmarshal

func (m *TechsupportResponse_Output) Unmarshal(dAtA []byte) error

func (*TechsupportResponse_Output) XXX_DiscardUnknown

func (m *TechsupportResponse_Output) XXX_DiscardUnknown()

func (*TechsupportResponse_Output) XXX_Marshal

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

func (*TechsupportResponse_Output) XXX_Merge

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

func (*TechsupportResponse_Output) XXX_Size

func (m *TechsupportResponse_Output) XXX_Size() int

func (*TechsupportResponse_Output) XXX_Unmarshal

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

type UnimplementedSonicServiceServer

type UnimplementedSonicServiceServer struct {
}

UnimplementedSonicServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSonicServiceServer) ClearNeighbors

func (*UnimplementedSonicServiceServer) CopyConfig

func (*UnimplementedSonicServiceServer) ImageDefault

func (*UnimplementedSonicServiceServer) ImageInstall

func (*UnimplementedSonicServiceServer) ImageRemove

func (*UnimplementedSonicServiceServer) ShowTechsupport

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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