syslog

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

It consists of:

2 enums
2 aliases
5 types
1 union
8 messages
4 services

Index

Constants

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

Variables

View Source
var AddressFamily_name = map[uint32]string{
	0: "ADDRESS_IP4",
	1: "ADDRESS_IP6",
}
View Source
var AddressFamily_value = map[string]uint32{
	"ADDRESS_IP4": 0,
	"ADDRESS_IP6": 1,
}
View Source
var SyslogSeverity_name = map[uint32]string{
	0: "SYSLOG_API_SEVERITY_EMERG",
	1: "SYSLOG_API_SEVERITY_ALERT",
	2: "SYSLOG_API_SEVERITY_CRIT",
	3: "SYSLOG_API_SEVERITY_ERR",
	4: "SYSLOG_API_SEVERITY_WARN",
	5: "SYSLOG_API_SEVERITY_NOTICE",
	6: "SYSLOG_API_SEVERITY_INFO",
	7: "SYSLOG_API_SEVERITY_DBG",
}
View Source
var SyslogSeverity_value = map[string]uint32{
	"SYSLOG_API_SEVERITY_EMERG":  0,
	"SYSLOG_API_SEVERITY_ALERT":  1,
	"SYSLOG_API_SEVERITY_CRIT":   2,
	"SYSLOG_API_SEVERITY_ERR":    3,
	"SYSLOG_API_SEVERITY_WARN":   4,
	"SYSLOG_API_SEVERITY_NOTICE": 5,
	"SYSLOG_API_SEVERITY_INFO":   6,
	"SYSLOG_API_SEVERITY_DBG":    7,
}

Functions

func AllMessages

func AllMessages() []api.Message

Messages returns list of all messages in this module.

Types

type Address

type Address struct {
	Af AddressFamily
	Un AddressUnion
}

Address represents VPP binary API type 'address'.

func (*Address) GetCrcString

func (*Address) GetCrcString() string

func (*Address) GetTypeName

func (*Address) GetTypeName() string

type AddressFamily

type AddressFamily uint32

AddressFamily represents VPP binary API enum 'address_family'.

const (
	ADDRESS_IP4 AddressFamily = 0
	ADDRESS_IP6 AddressFamily = 1
)

func (AddressFamily) String

func (x AddressFamily) String() string

type AddressUnion

type AddressUnion struct {
	XXX_UnionData [16]byte
}

AddressUnion represents VPP binary API union 'address_union'.

func AddressUnionIP4

func AddressUnionIP4(a IP4Address) (u AddressUnion)

func AddressUnionIP6

func AddressUnionIP6(a IP6Address) (u AddressUnion)

func (*AddressUnion) GetCrcString

func (*AddressUnion) GetCrcString() string

func (*AddressUnion) GetIP4

func (u *AddressUnion) GetIP4() (a IP4Address)

func (*AddressUnion) GetIP6

func (u *AddressUnion) GetIP6() (a IP6Address)

func (*AddressUnion) GetTypeName

func (*AddressUnion) GetTypeName() string

func (*AddressUnion) SetIP4

func (u *AddressUnion) SetIP4(a IP4Address)

func (*AddressUnion) SetIP6

func (u *AddressUnion) SetIP6(a IP6Address)

type IP4Address

type IP4Address [4]uint8

IP4Address represents VPP binary API alias 'ip4_address'.

type IP4Prefix

type IP4Prefix struct {
	Prefix IP4Address
	Len    uint8
}

IP4Prefix represents VPP binary API type 'ip4_prefix'.

func (*IP4Prefix) GetCrcString

func (*IP4Prefix) GetCrcString() string

func (*IP4Prefix) GetTypeName

func (*IP4Prefix) GetTypeName() string

type IP6Address

type IP6Address [16]uint8

IP6Address represents VPP binary API alias 'ip6_address'.

type IP6Prefix

type IP6Prefix struct {
	Prefix IP6Address
	Len    uint8
}

IP6Prefix represents VPP binary API type 'ip6_prefix'.

func (*IP6Prefix) GetCrcString

func (*IP6Prefix) GetCrcString() string

func (*IP6Prefix) GetTypeName

func (*IP6Prefix) GetTypeName() string

type Mprefix

type Mprefix struct {
	Af               AddressFamily
	GrpAddressLength uint16
	GrpAddress       AddressUnion
	SrcAddress       AddressUnion
}

Mprefix represents VPP binary API type 'mprefix'.

func (*Mprefix) GetCrcString

func (*Mprefix) GetCrcString() string

func (*Mprefix) GetTypeName

func (*Mprefix) GetTypeName() string

type Prefix

type Prefix struct {
	Address       Address
	AddressLength uint8
}

Prefix represents VPP binary API type 'prefix'.

func (*Prefix) GetCrcString

func (*Prefix) GetCrcString() string

func (*Prefix) GetTypeName

func (*Prefix) GetTypeName() string

type RPCService

type RPCService interface {
	SyslogGetFilter(ctx context.Context, in *SyslogGetFilter) (*SyslogGetFilterReply, error)
	SyslogGetSender(ctx context.Context, in *SyslogGetSender) (*SyslogGetSenderReply, error)
	SyslogSetFilter(ctx context.Context, in *SyslogSetFilter) (*SyslogSetFilterReply, error)
	SyslogSetSender(ctx context.Context, in *SyslogSetSender) (*SyslogSetSenderReply, error)
}

RPCService represents RPC service API for syslog module.

func NewServiceClient

func NewServiceClient(ch api.Channel) RPCService

type SyslogGetFilter

type SyslogGetFilter struct{}

SyslogGetFilter represents VPP binary API message 'syslog_get_filter'.

func (*SyslogGetFilter) GetCrcString

func (*SyslogGetFilter) GetCrcString() string

func (*SyslogGetFilter) GetMessageName

func (*SyslogGetFilter) GetMessageName() string

func (*SyslogGetFilter) GetMessageType

func (*SyslogGetFilter) GetMessageType() api.MessageType

func (*SyslogGetFilter) Reset

func (m *SyslogGetFilter) Reset()

type SyslogGetFilterReply

type SyslogGetFilterReply struct {
	Retval   int32
	Severity SyslogSeverity
}

SyslogGetFilterReply represents VPP binary API message 'syslog_get_filter_reply'.

func (*SyslogGetFilterReply) GetCrcString

func (*SyslogGetFilterReply) GetCrcString() string

func (*SyslogGetFilterReply) GetMessageName

func (*SyslogGetFilterReply) GetMessageName() string

func (*SyslogGetFilterReply) GetMessageType

func (*SyslogGetFilterReply) GetMessageType() api.MessageType

func (*SyslogGetFilterReply) Reset

func (m *SyslogGetFilterReply) Reset()

type SyslogGetSender

type SyslogGetSender struct{}

SyslogGetSender represents VPP binary API message 'syslog_get_sender'.

func (*SyslogGetSender) GetCrcString

func (*SyslogGetSender) GetCrcString() string

func (*SyslogGetSender) GetMessageName

func (*SyslogGetSender) GetMessageName() string

func (*SyslogGetSender) GetMessageType

func (*SyslogGetSender) GetMessageType() api.MessageType

func (*SyslogGetSender) Reset

func (m *SyslogGetSender) Reset()

type SyslogGetSenderReply

type SyslogGetSenderReply struct {
	Retval           int32
	SrcAddress       IP4Address
	CollectorAddress IP4Address
	CollectorPort    uint16
	VrfID            uint32
	MaxMsgSize       uint32
}

SyslogGetSenderReply represents VPP binary API message 'syslog_get_sender_reply'.

func (*SyslogGetSenderReply) GetCrcString

func (*SyslogGetSenderReply) GetCrcString() string

func (*SyslogGetSenderReply) GetMessageName

func (*SyslogGetSenderReply) GetMessageName() string

func (*SyslogGetSenderReply) GetMessageType

func (*SyslogGetSenderReply) GetMessageType() api.MessageType

func (*SyslogGetSenderReply) Reset

func (m *SyslogGetSenderReply) Reset()

type SyslogSetFilter

type SyslogSetFilter struct {
	Severity SyslogSeverity
}

SyslogSetFilter represents VPP binary API message 'syslog_set_filter'.

func (*SyslogSetFilter) GetCrcString

func (*SyslogSetFilter) GetCrcString() string

func (*SyslogSetFilter) GetMessageName

func (*SyslogSetFilter) GetMessageName() string

func (*SyslogSetFilter) GetMessageType

func (*SyslogSetFilter) GetMessageType() api.MessageType

func (*SyslogSetFilter) Reset

func (m *SyslogSetFilter) Reset()

type SyslogSetFilterReply

type SyslogSetFilterReply struct {
	Retval int32
}

SyslogSetFilterReply represents VPP binary API message 'syslog_set_filter_reply'.

func (*SyslogSetFilterReply) GetCrcString

func (*SyslogSetFilterReply) GetCrcString() string

func (*SyslogSetFilterReply) GetMessageName

func (*SyslogSetFilterReply) GetMessageName() string

func (*SyslogSetFilterReply) GetMessageType

func (*SyslogSetFilterReply) GetMessageType() api.MessageType

func (*SyslogSetFilterReply) Reset

func (m *SyslogSetFilterReply) Reset()

type SyslogSetSender

type SyslogSetSender struct {
	SrcAddress       IP4Address
	CollectorAddress IP4Address
	CollectorPort    uint16
	VrfID            uint32
	MaxMsgSize       uint32
}

SyslogSetSender represents VPP binary API message 'syslog_set_sender'.

func (*SyslogSetSender) GetCrcString

func (*SyslogSetSender) GetCrcString() string

func (*SyslogSetSender) GetMessageName

func (*SyslogSetSender) GetMessageName() string

func (*SyslogSetSender) GetMessageType

func (*SyslogSetSender) GetMessageType() api.MessageType

func (*SyslogSetSender) Reset

func (m *SyslogSetSender) Reset()

type SyslogSetSenderReply

type SyslogSetSenderReply struct {
	Retval int32
}

SyslogSetSenderReply represents VPP binary API message 'syslog_set_sender_reply'.

func (*SyslogSetSenderReply) GetCrcString

func (*SyslogSetSenderReply) GetCrcString() string

func (*SyslogSetSenderReply) GetMessageName

func (*SyslogSetSenderReply) GetMessageName() string

func (*SyslogSetSenderReply) GetMessageType

func (*SyslogSetSenderReply) GetMessageType() api.MessageType

func (*SyslogSetSenderReply) Reset

func (m *SyslogSetSenderReply) Reset()

type SyslogSeverity

type SyslogSeverity uint32

SyslogSeverity represents VPP binary API enum 'syslog_severity'.

const (
	SYSLOG_API_SEVERITY_EMERG  SyslogSeverity = 0
	SYSLOG_API_SEVERITY_ALERT  SyslogSeverity = 1
	SYSLOG_API_SEVERITY_CRIT   SyslogSeverity = 2
	SYSLOG_API_SEVERITY_ERR    SyslogSeverity = 3
	SYSLOG_API_SEVERITY_WARN   SyslogSeverity = 4
	SYSLOG_API_SEVERITY_NOTICE SyslogSeverity = 5
	SYSLOG_API_SEVERITY_INFO   SyslogSeverity = 6
	SYSLOG_API_SEVERITY_DBG    SyslogSeverity = 7
)

func (SyslogSeverity) String

func (x SyslogSeverity) String() string

Jump to

Keyboard shortcuts

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