cdp

package
v0.0.0-...-f91f7f2 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package cdp is a generated VPP binary API for 'cdp' module.

It consists of:

2 messages
1 service

Index

Constants

View Source
const (
	// ModuleName is the name of this module.
	ModuleName = "cdp"
	// VersionCrc is the CRC of this module.
	VersionCrc = 0x8cfa825e
)

Variables

This section is empty.

Functions

func AllMessages

func AllMessages() []api.Message

Messages returns list of all messages in this module.

Types

type CdpEnableDisable

type CdpEnableDisable struct {
	EnableDisable bool
}

CdpEnableDisable represents VPP binary API message 'cdp_enable_disable'.

func (*CdpEnableDisable) GetCrcString

func (*CdpEnableDisable) GetCrcString() string

func (*CdpEnableDisable) GetMessageName

func (*CdpEnableDisable) GetMessageName() string

func (*CdpEnableDisable) GetMessageType

func (*CdpEnableDisable) GetMessageType() api.MessageType

func (*CdpEnableDisable) Reset

func (m *CdpEnableDisable) Reset()

type CdpEnableDisableReply

type CdpEnableDisableReply struct {
	Retval int32
}

CdpEnableDisableReply represents VPP binary API message 'cdp_enable_disable_reply'.

func (*CdpEnableDisableReply) GetCrcString

func (*CdpEnableDisableReply) GetCrcString() string

func (*CdpEnableDisableReply) GetMessageName

func (*CdpEnableDisableReply) GetMessageName() string

func (*CdpEnableDisableReply) GetMessageType

func (*CdpEnableDisableReply) GetMessageType() api.MessageType

func (*CdpEnableDisableReply) Reset

func (m *CdpEnableDisableReply) Reset()

type RPCService

type RPCService interface {
	CdpEnableDisable(ctx context.Context, in *CdpEnableDisable) (*CdpEnableDisableReply, error)
}

RPCService represents RPC service API for cdp module.

func NewServiceClient

func NewServiceClient(ch api.Channel) RPCService

Jump to

Keyboard shortcuts

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