ioam_export

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 ioam_export is a generated VPP binary API for 'ioam_export' module.

It consists of:

2 messages
1 service

Index

Constants

View Source
const (
	// ModuleName is the name of this module.
	ModuleName = "ioam_export"
	// APIVersion is the API version of this module.
	APIVersion = "1.0.0"
	// VersionCrc is the CRC of this module.
	VersionCrc = 0x22132a2c
)

Variables

This section is empty.

Functions

func AllMessages

func AllMessages() []api.Message

Messages returns list of all messages in this module.

Types

type IoamExportIP6EnableDisable

type IoamExportIP6EnableDisable struct {
	IsDisable        uint8
	CollectorAddress []byte `struc:"[4]byte"`
	SrcAddress       []byte `struc:"[4]byte"`
}

IoamExportIP6EnableDisable represents VPP binary API message 'ioam_export_ip6_enable_disable'.

func (*IoamExportIP6EnableDisable) GetCrcString

func (*IoamExportIP6EnableDisable) GetCrcString() string

func (*IoamExportIP6EnableDisable) GetMessageName

func (*IoamExportIP6EnableDisable) GetMessageName() string

func (*IoamExportIP6EnableDisable) GetMessageType

func (*IoamExportIP6EnableDisable) GetMessageType() api.MessageType

func (*IoamExportIP6EnableDisable) Reset

func (m *IoamExportIP6EnableDisable) Reset()

type IoamExportIP6EnableDisableReply

type IoamExportIP6EnableDisableReply struct {
	Retval int32
}

IoamExportIP6EnableDisableReply represents VPP binary API message 'ioam_export_ip6_enable_disable_reply'.

func (*IoamExportIP6EnableDisableReply) GetCrcString

func (*IoamExportIP6EnableDisableReply) GetCrcString() string

func (*IoamExportIP6EnableDisableReply) GetMessageName

func (*IoamExportIP6EnableDisableReply) GetMessageName() string

func (*IoamExportIP6EnableDisableReply) GetMessageType

func (*IoamExportIP6EnableDisableReply) Reset

type RPCService

type RPCService interface {
	IoamExportIP6EnableDisable(ctx context.Context, in *IoamExportIP6EnableDisable) (*IoamExportIP6EnableDisableReply, error)
}

RPCService represents RPC service API for ioam_export 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