IOSXRExtensibleManagabilityService

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CommitResult_name = map[int32]string{
	0: "CHANGE",
	1: "NO_CHANGE",
	2: "FAIL",
}
View Source
var CommitResult_value = map[string]int32{
	"CHANGE":    0,
	"NO_CHANGE": 1,
	"FAIL":      2,
}

Functions

func RegisterGRPCConfigOperServer

func RegisterGRPCConfigOperServer(s *grpc.Server, srv GRPCConfigOperServer)

func RegisterGRPCExecServer

func RegisterGRPCExecServer(s *grpc.Server, srv GRPCExecServer)

Types

type ActionJSONArgs

type ActionJSONArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	Yangpathjson         string   `protobuf:"bytes,2,opt,name=yangpathjson,proto3" json:"yangpathjson,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActionJSONArgs) Descriptor

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

func (*ActionJSONArgs) GetReqId

func (m *ActionJSONArgs) GetReqId() int64

func (*ActionJSONArgs) GetYangpathjson

func (m *ActionJSONArgs) GetYangpathjson() string

func (*ActionJSONArgs) ProtoMessage

func (*ActionJSONArgs) ProtoMessage()

func (*ActionJSONArgs) Reset

func (m *ActionJSONArgs) Reset()

func (*ActionJSONArgs) String

func (m *ActionJSONArgs) String() string

func (*ActionJSONArgs) XXX_DiscardUnknown

func (m *ActionJSONArgs) XXX_DiscardUnknown()

func (*ActionJSONArgs) XXX_Marshal

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

func (*ActionJSONArgs) XXX_Merge

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

func (*ActionJSONArgs) XXX_Size

func (m *ActionJSONArgs) XXX_Size() int

func (*ActionJSONArgs) XXX_Unmarshal

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

type ActionJSONReply

type ActionJSONReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Yangjson             string   `protobuf:"bytes,2,opt,name=yangjson,proto3" json:"yangjson,omitempty"`
	Errors               string   `protobuf:"bytes,3,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActionJSONReply) Descriptor

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

func (*ActionJSONReply) GetErrors

func (m *ActionJSONReply) GetErrors() string

func (*ActionJSONReply) GetResReqId

func (m *ActionJSONReply) GetResReqId() int64

func (*ActionJSONReply) GetYangjson

func (m *ActionJSONReply) GetYangjson() string

func (*ActionJSONReply) ProtoMessage

func (*ActionJSONReply) ProtoMessage()

func (*ActionJSONReply) Reset

func (m *ActionJSONReply) Reset()

func (*ActionJSONReply) String

func (m *ActionJSONReply) String() string

func (*ActionJSONReply) XXX_DiscardUnknown

func (m *ActionJSONReply) XXX_DiscardUnknown()

func (*ActionJSONReply) XXX_Marshal

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

func (*ActionJSONReply) XXX_Merge

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

func (*ActionJSONReply) XXX_Size

func (m *ActionJSONReply) XXX_Size() int

func (*ActionJSONReply) XXX_Unmarshal

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

type CliConfigArgs

type CliConfigArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	Cli                  string   `protobuf:"bytes,2,opt,name=cli,proto3" json:"cli,omitempty"`
	Confirmed            bool     `protobuf:"varint,3,opt,name=Confirmed,proto3" json:"Confirmed,omitempty"`
	ConfirmTimeout       uint32   `protobuf:"varint,4,opt,name=ConfirmTimeout,proto3" json:"ConfirmTimeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CliConfigArgs) Descriptor

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

func (*CliConfigArgs) GetCli

func (m *CliConfigArgs) GetCli() string

func (*CliConfigArgs) GetConfirmTimeout

func (m *CliConfigArgs) GetConfirmTimeout() uint32

func (*CliConfigArgs) GetConfirmed

func (m *CliConfigArgs) GetConfirmed() bool

func (*CliConfigArgs) GetReqId

func (m *CliConfigArgs) GetReqId() int64

func (*CliConfigArgs) ProtoMessage

func (*CliConfigArgs) ProtoMessage()

func (*CliConfigArgs) Reset

func (m *CliConfigArgs) Reset()

func (*CliConfigArgs) String

func (m *CliConfigArgs) String() string

func (*CliConfigArgs) XXX_DiscardUnknown

func (m *CliConfigArgs) XXX_DiscardUnknown()

func (*CliConfigArgs) XXX_Marshal

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

func (*CliConfigArgs) XXX_Merge

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

func (*CliConfigArgs) XXX_Size

func (m *CliConfigArgs) XXX_Size() int

func (*CliConfigArgs) XXX_Unmarshal

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

type CliConfigReply

type CliConfigReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Errors               string   `protobuf:"bytes,2,opt,name=errors,proto3" json:"errors,omitempty"`
	CommitID             uint32   `protobuf:"varint,3,opt,name=CommitID,proto3" json:"CommitID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CliConfigReply) Descriptor

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

func (*CliConfigReply) GetCommitID

func (m *CliConfigReply) GetCommitID() uint32

func (*CliConfigReply) GetErrors

func (m *CliConfigReply) GetErrors() string

func (*CliConfigReply) GetResReqId

func (m *CliConfigReply) GetResReqId() int64

func (*CliConfigReply) ProtoMessage

func (*CliConfigReply) ProtoMessage()

func (*CliConfigReply) Reset

func (m *CliConfigReply) Reset()

func (*CliConfigReply) String

func (m *CliConfigReply) String() string

func (*CliConfigReply) XXX_DiscardUnknown

func (m *CliConfigReply) XXX_DiscardUnknown()

func (*CliConfigReply) XXX_Marshal

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

func (*CliConfigReply) XXX_Merge

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

func (*CliConfigReply) XXX_Size

func (m *CliConfigReply) XXX_Size() int

func (*CliConfigReply) XXX_Unmarshal

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

type CommitArgs

type CommitArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	CommitID             uint32   `protobuf:"varint,2,opt,name=CommitID,proto3" json:"CommitID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitArgs) Descriptor

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

func (*CommitArgs) GetCommitID

func (m *CommitArgs) GetCommitID() uint32

func (*CommitArgs) GetReqId

func (m *CommitArgs) GetReqId() int64

func (*CommitArgs) ProtoMessage

func (*CommitArgs) ProtoMessage()

func (*CommitArgs) Reset

func (m *CommitArgs) Reset()

func (*CommitArgs) String

func (m *CommitArgs) String() string

func (*CommitArgs) XXX_DiscardUnknown

func (m *CommitArgs) XXX_DiscardUnknown()

func (*CommitArgs) XXX_Marshal

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

func (*CommitArgs) XXX_Merge

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

func (*CommitArgs) XXX_Size

func (m *CommitArgs) XXX_Size() int

func (*CommitArgs) XXX_Unmarshal

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

type CommitMsg

type CommitMsg struct {
	Label                string   `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Comment              string   `protobuf:"bytes,2,opt,name=comment,proto3" json:"comment,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitMsg) Descriptor

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

func (*CommitMsg) GetComment

func (m *CommitMsg) GetComment() string

func (*CommitMsg) GetLabel

func (m *CommitMsg) GetLabel() string

func (*CommitMsg) ProtoMessage

func (*CommitMsg) ProtoMessage()

func (*CommitMsg) Reset

func (m *CommitMsg) Reset()

func (*CommitMsg) String

func (m *CommitMsg) String() string

func (*CommitMsg) XXX_DiscardUnknown

func (m *CommitMsg) XXX_DiscardUnknown()

func (*CommitMsg) XXX_Marshal

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

func (*CommitMsg) XXX_Merge

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

func (*CommitMsg) XXX_Size

func (m *CommitMsg) XXX_Size() int

func (*CommitMsg) XXX_Unmarshal

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

type CommitReplaceArgs

type CommitReplaceArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	Cli                  string   `protobuf:"bytes,2,opt,name=cli,proto3" json:"cli,omitempty"`
	Yangjson             string   `protobuf:"bytes,3,opt,name=yangjson,proto3" json:"yangjson,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitReplaceArgs) Descriptor

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

func (*CommitReplaceArgs) GetCli

func (m *CommitReplaceArgs) GetCli() string

func (*CommitReplaceArgs) GetReqId

func (m *CommitReplaceArgs) GetReqId() int64

func (*CommitReplaceArgs) GetYangjson

func (m *CommitReplaceArgs) GetYangjson() string

func (*CommitReplaceArgs) ProtoMessage

func (*CommitReplaceArgs) ProtoMessage()

func (*CommitReplaceArgs) Reset

func (m *CommitReplaceArgs) Reset()

func (*CommitReplaceArgs) String

func (m *CommitReplaceArgs) String() string

func (*CommitReplaceArgs) XXX_DiscardUnknown

func (m *CommitReplaceArgs) XXX_DiscardUnknown()

func (*CommitReplaceArgs) XXX_Marshal

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

func (*CommitReplaceArgs) XXX_Merge

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

func (*CommitReplaceArgs) XXX_Size

func (m *CommitReplaceArgs) XXX_Size() int

func (*CommitReplaceArgs) XXX_Unmarshal

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

type CommitReplaceReply

type CommitReplaceReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Errors               string   `protobuf:"bytes,2,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitReplaceReply) Descriptor

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

func (*CommitReplaceReply) GetErrors

func (m *CommitReplaceReply) GetErrors() string

func (*CommitReplaceReply) GetResReqId

func (m *CommitReplaceReply) GetResReqId() int64

func (*CommitReplaceReply) ProtoMessage

func (*CommitReplaceReply) ProtoMessage()

func (*CommitReplaceReply) Reset

func (m *CommitReplaceReply) Reset()

func (*CommitReplaceReply) String

func (m *CommitReplaceReply) String() string

func (*CommitReplaceReply) XXX_DiscardUnknown

func (m *CommitReplaceReply) XXX_DiscardUnknown()

func (*CommitReplaceReply) XXX_Marshal

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

func (*CommitReplaceReply) XXX_Merge

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

func (*CommitReplaceReply) XXX_Size

func (m *CommitReplaceReply) XXX_Size() int

func (*CommitReplaceReply) XXX_Unmarshal

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

type CommitReply

type CommitReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Errors               string   `protobuf:"bytes,2,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CommitReply) Descriptor

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

func (*CommitReply) GetErrors

func (m *CommitReply) GetErrors() string

func (*CommitReply) GetResReqId

func (m *CommitReply) GetResReqId() int64

func (*CommitReply) ProtoMessage

func (*CommitReply) ProtoMessage()

func (*CommitReply) Reset

func (m *CommitReply) Reset()

func (*CommitReply) String

func (m *CommitReply) String() string

func (*CommitReply) XXX_DiscardUnknown

func (m *CommitReply) XXX_DiscardUnknown()

func (*CommitReply) XXX_Marshal

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

func (*CommitReply) XXX_Merge

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

func (*CommitReply) XXX_Size

func (m *CommitReply) XXX_Size() int

func (*CommitReply) XXX_Unmarshal

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

type CommitResult

type CommitResult int32
const (
	CommitResult_CHANGE    CommitResult = 0
	CommitResult_NO_CHANGE CommitResult = 1
	CommitResult_FAIL      CommitResult = 2
)

func (CommitResult) EnumDescriptor

func (CommitResult) EnumDescriptor() ([]byte, []int)

func (CommitResult) String

func (x CommitResult) String() string

type ConfigArgs

type ConfigArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	Yangjson             string   `protobuf:"bytes,2,opt,name=yangjson,proto3" json:"yangjson,omitempty"`
	Confirmed            bool     `protobuf:"varint,3,opt,name=Confirmed,proto3" json:"Confirmed,omitempty"`
	ConfirmTimeout       uint32   `protobuf:"varint,4,opt,name=ConfirmTimeout,proto3" json:"ConfirmTimeout,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigArgs) Descriptor

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

func (*ConfigArgs) GetConfirmTimeout

func (m *ConfigArgs) GetConfirmTimeout() uint32

func (*ConfigArgs) GetConfirmed

func (m *ConfigArgs) GetConfirmed() bool

func (*ConfigArgs) GetReqId

func (m *ConfigArgs) GetReqId() int64

func (*ConfigArgs) GetYangjson

func (m *ConfigArgs) GetYangjson() string

func (*ConfigArgs) ProtoMessage

func (*ConfigArgs) ProtoMessage()

func (*ConfigArgs) Reset

func (m *ConfigArgs) Reset()

func (*ConfigArgs) String

func (m *ConfigArgs) String() string

func (*ConfigArgs) XXX_DiscardUnknown

func (m *ConfigArgs) XXX_DiscardUnknown()

func (*ConfigArgs) XXX_Marshal

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

func (*ConfigArgs) XXX_Merge

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

func (*ConfigArgs) XXX_Size

func (m *ConfigArgs) XXX_Size() int

func (*ConfigArgs) XXX_Unmarshal

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

type ConfigGetArgs

type ConfigGetArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	Yangpathjson         string   `protobuf:"bytes,2,opt,name=yangpathjson,proto3" json:"yangpathjson,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigGetArgs) Descriptor

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

func (*ConfigGetArgs) GetReqId

func (m *ConfigGetArgs) GetReqId() int64

func (*ConfigGetArgs) GetYangpathjson

func (m *ConfigGetArgs) GetYangpathjson() string

func (*ConfigGetArgs) ProtoMessage

func (*ConfigGetArgs) ProtoMessage()

func (*ConfigGetArgs) Reset

func (m *ConfigGetArgs) Reset()

func (*ConfigGetArgs) String

func (m *ConfigGetArgs) String() string

func (*ConfigGetArgs) XXX_DiscardUnknown

func (m *ConfigGetArgs) XXX_DiscardUnknown()

func (*ConfigGetArgs) XXX_Marshal

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

func (*ConfigGetArgs) XXX_Merge

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

func (*ConfigGetArgs) XXX_Size

func (m *ConfigGetArgs) XXX_Size() int

func (*ConfigGetArgs) XXX_Unmarshal

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

type ConfigGetReply

type ConfigGetReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Yangjson             string   `protobuf:"bytes,2,opt,name=yangjson,proto3" json:"yangjson,omitempty"`
	Errors               string   `protobuf:"bytes,3,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigGetReply) Descriptor

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

func (*ConfigGetReply) GetErrors

func (m *ConfigGetReply) GetErrors() string

func (*ConfigGetReply) GetResReqId

func (m *ConfigGetReply) GetResReqId() int64

func (*ConfigGetReply) GetYangjson

func (m *ConfigGetReply) GetYangjson() string

func (*ConfigGetReply) ProtoMessage

func (*ConfigGetReply) ProtoMessage()

func (*ConfigGetReply) Reset

func (m *ConfigGetReply) Reset()

func (*ConfigGetReply) String

func (m *ConfigGetReply) String() string

func (*ConfigGetReply) XXX_DiscardUnknown

func (m *ConfigGetReply) XXX_DiscardUnknown()

func (*ConfigGetReply) XXX_Marshal

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

func (*ConfigGetReply) XXX_Merge

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

func (*ConfigGetReply) XXX_Size

func (m *ConfigGetReply) XXX_Size() int

func (*ConfigGetReply) XXX_Unmarshal

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

type ConfigReply

type ConfigReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Errors               string   `protobuf:"bytes,2,opt,name=errors,proto3" json:"errors,omitempty"`
	CommitID             uint32   `protobuf:"varint,3,opt,name=CommitID,proto3" json:"CommitID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigReply) Descriptor

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

func (*ConfigReply) GetCommitID

func (m *ConfigReply) GetCommitID() uint32

func (*ConfigReply) GetErrors

func (m *ConfigReply) GetErrors() string

func (*ConfigReply) GetResReqId

func (m *ConfigReply) GetResReqId() int64

func (*ConfigReply) ProtoMessage

func (*ConfigReply) ProtoMessage()

func (*ConfigReply) Reset

func (m *ConfigReply) Reset()

func (*ConfigReply) String

func (m *ConfigReply) String() string

func (*ConfigReply) XXX_DiscardUnknown

func (m *ConfigReply) XXX_DiscardUnknown()

func (*ConfigReply) XXX_Marshal

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

func (*ConfigReply) XXX_Merge

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

func (*ConfigReply) XXX_Size

func (m *ConfigReply) XXX_Size() int

func (*ConfigReply) XXX_Unmarshal

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

type CreateSubsArgs

type CreateSubsArgs struct {
	ReqId                int64       `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	Encode               int64       `protobuf:"varint,2,opt,name=encode,proto3" json:"encode,omitempty"`
	Subidstr             string      `protobuf:"bytes,3,opt,name=subidstr,proto3" json:"subidstr,omitempty"`
	Qos                  *QOSMarking `protobuf:"bytes,4,opt,name=qos,proto3" json:"qos,omitempty"`
	Subscriptions        []string    `protobuf:"bytes,5,rep,name=Subscriptions,proto3" json:"Subscriptions,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*CreateSubsArgs) Descriptor

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

func (*CreateSubsArgs) GetEncode

func (m *CreateSubsArgs) GetEncode() int64

func (*CreateSubsArgs) GetQos

func (m *CreateSubsArgs) GetQos() *QOSMarking

func (*CreateSubsArgs) GetReqId

func (m *CreateSubsArgs) GetReqId() int64

func (*CreateSubsArgs) GetSubidstr

func (m *CreateSubsArgs) GetSubidstr() string

func (*CreateSubsArgs) GetSubscriptions

func (m *CreateSubsArgs) GetSubscriptions() []string

func (*CreateSubsArgs) ProtoMessage

func (*CreateSubsArgs) ProtoMessage()

func (*CreateSubsArgs) Reset

func (m *CreateSubsArgs) Reset()

func (*CreateSubsArgs) String

func (m *CreateSubsArgs) String() string

func (*CreateSubsArgs) XXX_DiscardUnknown

func (m *CreateSubsArgs) XXX_DiscardUnknown()

func (*CreateSubsArgs) XXX_Marshal

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

func (*CreateSubsArgs) XXX_Merge

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

func (*CreateSubsArgs) XXX_Size

func (m *CreateSubsArgs) XXX_Size() int

func (*CreateSubsArgs) XXX_Unmarshal

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

type CreateSubsReply

type CreateSubsReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Data                 []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Errors               string   `protobuf:"bytes,3,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CreateSubsReply) Descriptor

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

func (*CreateSubsReply) GetData

func (m *CreateSubsReply) GetData() []byte

func (*CreateSubsReply) GetErrors

func (m *CreateSubsReply) GetErrors() string

func (*CreateSubsReply) GetResReqId

func (m *CreateSubsReply) GetResReqId() int64

func (*CreateSubsReply) ProtoMessage

func (*CreateSubsReply) ProtoMessage()

func (*CreateSubsReply) Reset

func (m *CreateSubsReply) Reset()

func (*CreateSubsReply) String

func (m *CreateSubsReply) String() string

func (*CreateSubsReply) XXX_DiscardUnknown

func (m *CreateSubsReply) XXX_DiscardUnknown()

func (*CreateSubsReply) XXX_Marshal

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

func (*CreateSubsReply) XXX_Merge

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

func (*CreateSubsReply) XXX_Size

func (m *CreateSubsReply) XXX_Size() int

func (*CreateSubsReply) XXX_Unmarshal

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

type DiscardChangesArgs

type DiscardChangesArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiscardChangesArgs) Descriptor

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

func (*DiscardChangesArgs) GetReqId

func (m *DiscardChangesArgs) GetReqId() int64

func (*DiscardChangesArgs) ProtoMessage

func (*DiscardChangesArgs) ProtoMessage()

func (*DiscardChangesArgs) Reset

func (m *DiscardChangesArgs) Reset()

func (*DiscardChangesArgs) String

func (m *DiscardChangesArgs) String() string

func (*DiscardChangesArgs) XXX_DiscardUnknown

func (m *DiscardChangesArgs) XXX_DiscardUnknown()

func (*DiscardChangesArgs) XXX_Marshal

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

func (*DiscardChangesArgs) XXX_Merge

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

func (*DiscardChangesArgs) XXX_Size

func (m *DiscardChangesArgs) XXX_Size() int

func (*DiscardChangesArgs) XXX_Unmarshal

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

type DiscardChangesReply

type DiscardChangesReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Errors               string   `protobuf:"bytes,2,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*DiscardChangesReply) Descriptor

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

func (*DiscardChangesReply) GetErrors

func (m *DiscardChangesReply) GetErrors() string

func (*DiscardChangesReply) GetResReqId

func (m *DiscardChangesReply) GetResReqId() int64

func (*DiscardChangesReply) ProtoMessage

func (*DiscardChangesReply) ProtoMessage()

func (*DiscardChangesReply) Reset

func (m *DiscardChangesReply) Reset()

func (*DiscardChangesReply) String

func (m *DiscardChangesReply) String() string

func (*DiscardChangesReply) XXX_DiscardUnknown

func (m *DiscardChangesReply) XXX_DiscardUnknown()

func (*DiscardChangesReply) XXX_Marshal

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

func (*DiscardChangesReply) XXX_Merge

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

func (*DiscardChangesReply) XXX_Size

func (m *DiscardChangesReply) XXX_Size() int

func (*DiscardChangesReply) XXX_Unmarshal

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

type GRPCConfigOperClient

type GRPCConfigOperClient interface {
	GetConfig(ctx context.Context, in *ConfigGetArgs, opts ...grpc.CallOption) (GRPCConfigOper_GetConfigClient, error)
	MergeConfig(ctx context.Context, in *ConfigArgs, opts ...grpc.CallOption) (*ConfigReply, error)
	DeleteConfig(ctx context.Context, in *ConfigArgs, opts ...grpc.CallOption) (*ConfigReply, error)
	ReplaceConfig(ctx context.Context, in *ConfigArgs, opts ...grpc.CallOption) (*ConfigReply, error)
	CliConfig(ctx context.Context, in *CliConfigArgs, opts ...grpc.CallOption) (*CliConfigReply, error)
	CommitReplace(ctx context.Context, in *CommitReplaceArgs, opts ...grpc.CallOption) (*CommitReplaceReply, error)
	// Do we need implicit or explicit commit
	CommitConfig(ctx context.Context, in *CommitArgs, opts ...grpc.CallOption) (*CommitReply, error)
	ConfigDiscardChanges(ctx context.Context, in *DiscardChangesArgs, opts ...grpc.CallOption) (*DiscardChangesReply, error)
	// Get only returns oper data
	GetOper(ctx context.Context, in *GetOperArgs, opts ...grpc.CallOption) (GRPCConfigOper_GetOperClient, error)
	// Get Telemetry Data
	CreateSubs(ctx context.Context, in *CreateSubsArgs, opts ...grpc.CallOption) (GRPCConfigOper_CreateSubsClient, error)
	// Get Proto File
	GetProtoFile(ctx context.Context, in *GetProtoFileArgs, opts ...grpc.CallOption) (GRPCConfigOper_GetProtoFileClient, error)
}

GRPCConfigOperClient is the client API for GRPCConfigOper service.

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

func NewGRPCConfigOperClient

func NewGRPCConfigOperClient(cc *grpc.ClientConn) GRPCConfigOperClient

type GRPCConfigOperServer

type GRPCConfigOperServer interface {
	GetConfig(*ConfigGetArgs, GRPCConfigOper_GetConfigServer) error
	MergeConfig(context.Context, *ConfigArgs) (*ConfigReply, error)
	DeleteConfig(context.Context, *ConfigArgs) (*ConfigReply, error)
	ReplaceConfig(context.Context, *ConfigArgs) (*ConfigReply, error)
	CliConfig(context.Context, *CliConfigArgs) (*CliConfigReply, error)
	CommitReplace(context.Context, *CommitReplaceArgs) (*CommitReplaceReply, error)
	// Do we need implicit or explicit commit
	CommitConfig(context.Context, *CommitArgs) (*CommitReply, error)
	ConfigDiscardChanges(context.Context, *DiscardChangesArgs) (*DiscardChangesReply, error)
	// Get only returns oper data
	GetOper(*GetOperArgs, GRPCConfigOper_GetOperServer) error
	// Get Telemetry Data
	CreateSubs(*CreateSubsArgs, GRPCConfigOper_CreateSubsServer) error
	// Get Proto File
	GetProtoFile(*GetProtoFileArgs, GRPCConfigOper_GetProtoFileServer) error
}

GRPCConfigOperServer is the server API for GRPCConfigOper service.

type GRPCConfigOper_CreateSubsClient

type GRPCConfigOper_CreateSubsClient interface {
	Recv() (*CreateSubsReply, error)
	grpc.ClientStream
}

type GRPCConfigOper_CreateSubsServer

type GRPCConfigOper_CreateSubsServer interface {
	Send(*CreateSubsReply) error
	grpc.ServerStream
}

type GRPCConfigOper_GetConfigClient

type GRPCConfigOper_GetConfigClient interface {
	Recv() (*ConfigGetReply, error)
	grpc.ClientStream
}

type GRPCConfigOper_GetConfigServer

type GRPCConfigOper_GetConfigServer interface {
	Send(*ConfigGetReply) error
	grpc.ServerStream
}

type GRPCConfigOper_GetOperClient

type GRPCConfigOper_GetOperClient interface {
	Recv() (*GetOperReply, error)
	grpc.ClientStream
}

type GRPCConfigOper_GetOperServer

type GRPCConfigOper_GetOperServer interface {
	Send(*GetOperReply) error
	grpc.ServerStream
}

type GRPCConfigOper_GetProtoFileClient

type GRPCConfigOper_GetProtoFileClient interface {
	Recv() (*GetProtoFileReply, error)
	grpc.ClientStream
}

type GRPCConfigOper_GetProtoFileServer

type GRPCConfigOper_GetProtoFileServer interface {
	Send(*GetProtoFileReply) error
	grpc.ServerStream
}

type GRPCExecClient

type GRPCExecClient interface {
	// Exec commands
	ShowCmdTextOutput(ctx context.Context, in *ShowCmdArgs, opts ...grpc.CallOption) (GRPCExec_ShowCmdTextOutputClient, error)
	ShowCmdJSONOutput(ctx context.Context, in *ShowCmdArgs, opts ...grpc.CallOption) (GRPCExec_ShowCmdJSONOutputClient, error)
	ActionJSON(ctx context.Context, in *ActionJSONArgs, opts ...grpc.CallOption) (GRPCExec_ActionJSONClient, error)
}

GRPCExecClient is the client API for GRPCExec service.

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

func NewGRPCExecClient

func NewGRPCExecClient(cc *grpc.ClientConn) GRPCExecClient

type GRPCExecServer

type GRPCExecServer interface {
	// Exec commands
	ShowCmdTextOutput(*ShowCmdArgs, GRPCExec_ShowCmdTextOutputServer) error
	ShowCmdJSONOutput(*ShowCmdArgs, GRPCExec_ShowCmdJSONOutputServer) error
	ActionJSON(*ActionJSONArgs, GRPCExec_ActionJSONServer) error
}

GRPCExecServer is the server API for GRPCExec service.

type GRPCExec_ActionJSONClient

type GRPCExec_ActionJSONClient interface {
	Recv() (*ActionJSONReply, error)
	grpc.ClientStream
}

type GRPCExec_ActionJSONServer

type GRPCExec_ActionJSONServer interface {
	Send(*ActionJSONReply) error
	grpc.ServerStream
}

type GRPCExec_ShowCmdJSONOutputClient

type GRPCExec_ShowCmdJSONOutputClient interface {
	Recv() (*ShowCmdJSONReply, error)
	grpc.ClientStream
}

type GRPCExec_ShowCmdJSONOutputServer

type GRPCExec_ShowCmdJSONOutputServer interface {
	Send(*ShowCmdJSONReply) error
	grpc.ServerStream
}

type GRPCExec_ShowCmdTextOutputClient

type GRPCExec_ShowCmdTextOutputClient interface {
	Recv() (*ShowCmdTextReply, error)
	grpc.ClientStream
}

type GRPCExec_ShowCmdTextOutputServer

type GRPCExec_ShowCmdTextOutputServer interface {
	Send(*ShowCmdTextReply) error
	grpc.ServerStream
}

type GetOperArgs

type GetOperArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	Yangpathjson         string   `protobuf:"bytes,2,opt,name=yangpathjson,proto3" json:"yangpathjson,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetOperArgs) Descriptor

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

func (*GetOperArgs) GetReqId

func (m *GetOperArgs) GetReqId() int64

func (*GetOperArgs) GetYangpathjson

func (m *GetOperArgs) GetYangpathjson() string

func (*GetOperArgs) ProtoMessage

func (*GetOperArgs) ProtoMessage()

func (*GetOperArgs) Reset

func (m *GetOperArgs) Reset()

func (*GetOperArgs) String

func (m *GetOperArgs) String() string

func (*GetOperArgs) XXX_DiscardUnknown

func (m *GetOperArgs) XXX_DiscardUnknown()

func (*GetOperArgs) XXX_Marshal

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

func (*GetOperArgs) XXX_Merge

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

func (*GetOperArgs) XXX_Size

func (m *GetOperArgs) XXX_Size() int

func (*GetOperArgs) XXX_Unmarshal

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

type GetOperReply

type GetOperReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Yangjson             string   `protobuf:"bytes,2,opt,name=yangjson,proto3" json:"yangjson,omitempty"`
	Errors               string   `protobuf:"bytes,3,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetOperReply) Descriptor

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

func (*GetOperReply) GetErrors

func (m *GetOperReply) GetErrors() string

func (*GetOperReply) GetResReqId

func (m *GetOperReply) GetResReqId() int64

func (*GetOperReply) GetYangjson

func (m *GetOperReply) GetYangjson() string

func (*GetOperReply) ProtoMessage

func (*GetOperReply) ProtoMessage()

func (*GetOperReply) Reset

func (m *GetOperReply) Reset()

func (*GetOperReply) String

func (m *GetOperReply) String() string

func (*GetOperReply) XXX_DiscardUnknown

func (m *GetOperReply) XXX_DiscardUnknown()

func (*GetOperReply) XXX_Marshal

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

func (*GetOperReply) XXX_Merge

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

func (*GetOperReply) XXX_Size

func (m *GetOperReply) XXX_Size() int

func (*GetOperReply) XXX_Unmarshal

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

type GetProtoFileArgs

type GetProtoFileArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=reqId,proto3" json:"reqId,omitempty"`
	YangPath             string   `protobuf:"bytes,2,opt,name=yangPath,proto3" json:"yangPath,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProtoFileArgs) Descriptor

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

func (*GetProtoFileArgs) GetReqId

func (m *GetProtoFileArgs) GetReqId() int64

func (*GetProtoFileArgs) GetYangPath

func (m *GetProtoFileArgs) GetYangPath() string

func (*GetProtoFileArgs) ProtoMessage

func (*GetProtoFileArgs) ProtoMessage()

func (*GetProtoFileArgs) Reset

func (m *GetProtoFileArgs) Reset()

func (*GetProtoFileArgs) String

func (m *GetProtoFileArgs) String() string

func (*GetProtoFileArgs) XXX_DiscardUnknown

func (m *GetProtoFileArgs) XXX_DiscardUnknown()

func (*GetProtoFileArgs) XXX_Marshal

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

func (*GetProtoFileArgs) XXX_Merge

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

func (*GetProtoFileArgs) XXX_Size

func (m *GetProtoFileArgs) XXX_Size() int

func (*GetProtoFileArgs) XXX_Unmarshal

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

type GetProtoFileReply

type GetProtoFileReply struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=reqId,proto3" json:"reqId,omitempty"`
	ProtoContent         string   `protobuf:"bytes,2,opt,name=protoContent,proto3" json:"protoContent,omitempty"`
	Errors               string   `protobuf:"bytes,3,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProtoFileReply) Descriptor

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

func (*GetProtoFileReply) GetErrors

func (m *GetProtoFileReply) GetErrors() string

func (*GetProtoFileReply) GetProtoContent

func (m *GetProtoFileReply) GetProtoContent() string

func (*GetProtoFileReply) GetReqId

func (m *GetProtoFileReply) GetReqId() int64

func (*GetProtoFileReply) ProtoMessage

func (*GetProtoFileReply) ProtoMessage()

func (*GetProtoFileReply) Reset

func (m *GetProtoFileReply) Reset()

func (*GetProtoFileReply) String

func (m *GetProtoFileReply) String() string

func (*GetProtoFileReply) XXX_DiscardUnknown

func (m *GetProtoFileReply) XXX_DiscardUnknown()

func (*GetProtoFileReply) XXX_Marshal

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

func (*GetProtoFileReply) XXX_Merge

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

func (*GetProtoFileReply) XXX_Size

func (m *GetProtoFileReply) XXX_Size() int

func (*GetProtoFileReply) XXX_Unmarshal

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

type QOSMarking

type QOSMarking struct {
	Marking              uint32   `protobuf:"varint,1,opt,name=marking,proto3" json:"marking,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

QOSMarking specifies the DSCP value to be set on transmitted telemetry

func (*QOSMarking) Descriptor

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

func (*QOSMarking) GetMarking

func (m *QOSMarking) GetMarking() uint32

func (*QOSMarking) ProtoMessage

func (*QOSMarking) ProtoMessage()

func (*QOSMarking) Reset

func (m *QOSMarking) Reset()

func (*QOSMarking) String

func (m *QOSMarking) String() string

func (*QOSMarking) XXX_DiscardUnknown

func (m *QOSMarking) XXX_DiscardUnknown()

func (*QOSMarking) XXX_Marshal

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

func (*QOSMarking) XXX_Merge

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

func (*QOSMarking) XXX_Size

func (m *QOSMarking) XXX_Size() int

func (*QOSMarking) XXX_Unmarshal

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

type ShowCmdArgs

type ShowCmdArgs struct {
	ReqId                int64    `protobuf:"varint,1,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	Cli                  string   `protobuf:"bytes,2,opt,name=cli,proto3" json:"cli,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShowCmdArgs) Descriptor

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

func (*ShowCmdArgs) GetCli

func (m *ShowCmdArgs) GetCli() string

func (*ShowCmdArgs) GetReqId

func (m *ShowCmdArgs) GetReqId() int64

func (*ShowCmdArgs) ProtoMessage

func (*ShowCmdArgs) ProtoMessage()

func (*ShowCmdArgs) Reset

func (m *ShowCmdArgs) Reset()

func (*ShowCmdArgs) String

func (m *ShowCmdArgs) String() string

func (*ShowCmdArgs) XXX_DiscardUnknown

func (m *ShowCmdArgs) XXX_DiscardUnknown()

func (*ShowCmdArgs) XXX_Marshal

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

func (*ShowCmdArgs) XXX_Merge

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

func (*ShowCmdArgs) XXX_Size

func (m *ShowCmdArgs) XXX_Size() int

func (*ShowCmdArgs) XXX_Unmarshal

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

type ShowCmdJSONReply

type ShowCmdJSONReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Jsonoutput           string   `protobuf:"bytes,2,opt,name=jsonoutput,proto3" json:"jsonoutput,omitempty"`
	Errors               string   `protobuf:"bytes,3,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShowCmdJSONReply) Descriptor

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

func (*ShowCmdJSONReply) GetErrors

func (m *ShowCmdJSONReply) GetErrors() string

func (*ShowCmdJSONReply) GetJsonoutput

func (m *ShowCmdJSONReply) GetJsonoutput() string

func (*ShowCmdJSONReply) GetResReqId

func (m *ShowCmdJSONReply) GetResReqId() int64

func (*ShowCmdJSONReply) ProtoMessage

func (*ShowCmdJSONReply) ProtoMessage()

func (*ShowCmdJSONReply) Reset

func (m *ShowCmdJSONReply) Reset()

func (*ShowCmdJSONReply) String

func (m *ShowCmdJSONReply) String() string

func (*ShowCmdJSONReply) XXX_DiscardUnknown

func (m *ShowCmdJSONReply) XXX_DiscardUnknown()

func (*ShowCmdJSONReply) XXX_Marshal

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

func (*ShowCmdJSONReply) XXX_Merge

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

func (*ShowCmdJSONReply) XXX_Size

func (m *ShowCmdJSONReply) XXX_Size() int

func (*ShowCmdJSONReply) XXX_Unmarshal

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

type ShowCmdTextReply

type ShowCmdTextReply struct {
	ResReqId             int64    `protobuf:"varint,1,opt,name=ResReqId,proto3" json:"ResReqId,omitempty"`
	Output               string   `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	Errors               string   `protobuf:"bytes,3,opt,name=errors,proto3" json:"errors,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShowCmdTextReply) Descriptor

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

func (*ShowCmdTextReply) GetErrors

func (m *ShowCmdTextReply) GetErrors() string

func (*ShowCmdTextReply) GetOutput

func (m *ShowCmdTextReply) GetOutput() string

func (*ShowCmdTextReply) GetResReqId

func (m *ShowCmdTextReply) GetResReqId() int64

func (*ShowCmdTextReply) ProtoMessage

func (*ShowCmdTextReply) ProtoMessage()

func (*ShowCmdTextReply) Reset

func (m *ShowCmdTextReply) Reset()

func (*ShowCmdTextReply) String

func (m *ShowCmdTextReply) String() string

func (*ShowCmdTextReply) XXX_DiscardUnknown

func (m *ShowCmdTextReply) XXX_DiscardUnknown()

func (*ShowCmdTextReply) XXX_Marshal

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

func (*ShowCmdTextReply) XXX_Merge

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

func (*ShowCmdTextReply) XXX_Size

func (m *ShowCmdTextReply) XXX_Size() int

func (*ShowCmdTextReply) XXX_Unmarshal

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

type UnimplementedGRPCConfigOperServer

type UnimplementedGRPCConfigOperServer struct {
}

UnimplementedGRPCConfigOperServer can be embedded to have forward compatible implementations.

func (*UnimplementedGRPCConfigOperServer) CliConfig

func (*UnimplementedGRPCConfigOperServer) CommitConfig

func (*UnimplementedGRPCConfigOperServer) CommitReplace

func (*UnimplementedGRPCConfigOperServer) ConfigDiscardChanges

func (*UnimplementedGRPCConfigOperServer) CreateSubs

func (*UnimplementedGRPCConfigOperServer) DeleteConfig

func (*UnimplementedGRPCConfigOperServer) GetConfig

func (*UnimplementedGRPCConfigOperServer) GetOper

func (*UnimplementedGRPCConfigOperServer) GetProtoFile

func (*UnimplementedGRPCConfigOperServer) MergeConfig

func (*UnimplementedGRPCConfigOperServer) ReplaceConfig

type UnimplementedGRPCExecServer

type UnimplementedGRPCExecServer struct {
}

UnimplementedGRPCExecServer can be embedded to have forward compatible implementations.

func (*UnimplementedGRPCExecServer) ActionJSON

func (*UnimplementedGRPCExecServer) ShowCmdJSONOutput

func (*UnimplementedGRPCExecServer) ShowCmdTextOutput

Jump to

Keyboard shortcuts

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