IOSXRExtensibleManagabilityService

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2019 License: Apache-2.0 Imports: 5 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 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"`
	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) 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 (dst *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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*CliConfigReply) Descriptor

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

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 (dst *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 {
	Msg                  *CommitMsg `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	ReqId                int64      `protobuf:"varint,2,opt,name=ReqId,proto3" json:"ReqId,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*CommitArgs) Descriptor

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

func (*CommitArgs) GetMsg

func (m *CommitArgs) GetMsg() *CommitMsg

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 (dst *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 (dst *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 (dst *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 (dst *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 {
	Result               CommitResult `protobuf:"varint,1,opt,name=result,proto3,enum=IOSXRExtensibleManagabilityService.CommitResult" json:"result,omitempty"`
	ResReqId             int64        `protobuf:"varint,2,opt,name=ResReqId,proto3" json:"ResReqId,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 (*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) GetResult

func (m *CommitReply) GetResult() CommitResult

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 (dst *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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigArgs) Descriptor

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

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 (dst *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 (dst *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 (dst *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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ConfigReply) Descriptor

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

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 (dst *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"`
	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) GetReqId

func (m *CreateSubsArgs) GetReqId() int64

func (*CreateSubsArgs) GetSubidstr

func (m *CreateSubsArgs) GetSubidstr() 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 (dst *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 (dst *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 (dst *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 (dst *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)
}

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
}

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 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)
}

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
}

GRPCExecServer is the server API for GRPCExec service.

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 (dst *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 (dst *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 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 (dst *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 (dst *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 (dst *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

Jump to

Keyboard shortcuts

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