Documentation ¶
Overview ¶
Code generated by events-generate; DO NOT EDIT.
Index ¶
- func Events(fn func(Event)) *device.Logger
- type Event
- type EventAny
- type EventAssumingDefaultMTU
- type EventBindCloseFailed
- type EventBindUpdated
- type EventCookieResponseInvalid
- type EventCreateCookieReplyFailed
- type EventCreateInitiationMessageFailed
- func (e *EventCreateInitiationMessageFailed) Args() []any
- func (*EventCreateInitiationMessageFailed) Format() string
- func (e *EventCreateInitiationMessageFailed) IsErrorf() bool
- func (*EventCreateInitiationMessageFailed) Nice() string
- func (e *EventCreateInitiationMessageFailed) Slog(l *slog.Logger)
- type EventCreateResponseMessageFailed
- type EventDecodeCookieReplyFailed
- type EventDecryptionWorkerStopped
- type EventDeriveKeypairFailed
- type EventDeviceClosed
- type EventDeviceClosing
- type EventDroppedPacketsFromMultiSegmentRead
- func (e *EventDroppedPacketsFromMultiSegmentRead) Args() []any
- func (*EventDroppedPacketsFromMultiSegmentRead) Format() string
- func (e *EventDroppedPacketsFromMultiSegmentRead) IsErrorf() bool
- func (*EventDroppedPacketsFromMultiSegmentRead) Nice() string
- func (e *EventDroppedPacketsFromMultiSegmentRead) Slog(l *slog.Logger)
- type EventEventWorkerStarted
- type EventEventWorkerStopped
- type EventHandshakeDidNotComplete
- type EventHandshakeFlood
- type EventHandshakeReplay
- type EventHandshakeSendFailed
- type EventIPv4PacketDisallowed
- type EventIPv6PacketDisallowed
- type EventInitiationMessageDecodeFailed
- func (e *EventInitiationMessageDecodeFailed) Args() []any
- func (*EventInitiationMessageDecodeFailed) Format() string
- func (e *EventInitiationMessageDecodeFailed) IsErrorf() bool
- func (*EventInitiationMessageDecodeFailed) Nice() string
- func (e *EventInitiationMessageDecodeFailed) Slog(l *slog.Logger)
- type EventInterfaceCloseIgnoreRequestedState
- func (e *EventInterfaceCloseIgnoreRequestedState) Args() []any
- func (*EventInterfaceCloseIgnoreRequestedState) Format() string
- func (e *EventInterfaceCloseIgnoreRequestedState) IsErrorf() bool
- func (*EventInterfaceCloseIgnoreRequestedState) Nice() string
- func (e *EventInterfaceCloseIgnoreRequestedState) Slog(l *slog.Logger)
- type EventInterfaceDownRequested
- type EventInterfaceStateChanged
- type EventInterfaceUpRequested
- type EventInvalidMAC1
- type EventInvalidOperation
- type EventInvalidPacketInHandshakeQueue
- func (e *EventInvalidPacketInHandshakeQueue) Args() []any
- func (*EventInvalidPacketInHandshakeQueue) Format() string
- func (e *EventInvalidPacketInHandshakeQueue) IsErrorf() bool
- func (*EventInvalidPacketInHandshakeQueue) Nice() string
- func (e *EventInvalidPacketInHandshakeQueue) Slog(l *slog.Logger)
- type EventLoadMTUFailed
- type EventMTUTooLarge
- type EventMTUUpdated
- type EventMessageUnknownType
- type EventNegativeMTU
- type EventPacketDataSendFailed
- type EventPacketIPVersionInvalid
- type EventPacketIPVersionUnknown
- type EventPacketReceiveFailed
- type EventPeerStarting
- type EventPeerStopping
- type EventReceivedHandshakeInitiation
- type EventReceivedHandshakeResponse
- type EventReceivedInvalidInitiation
- type EventReceivedInvalidResponse
- type EventReceivingCookieResponse
- type EventReceivingKeepalivePacket
- type EventRemovingAllKeys
- type EventResponseMessageDecodeFailed
- type EventRetryingHandshake
- type EventRetryingHandshakeNoResponse
- type EventSendCookieDenied
- type EventSendHandshakeInitiationFailed
- func (e *EventSendHandshakeInitiationFailed) Args() []any
- func (*EventSendHandshakeInitiationFailed) Format() string
- func (e *EventSendHandshakeInitiationFailed) IsErrorf() bool
- func (*EventSendHandshakeInitiationFailed) Nice() string
- func (e *EventSendHandshakeInitiationFailed) Slog(l *slog.Logger)
- type EventSendingHandshakeInitiation
- type EventSendingHandshakeResponse
- type EventSendingKeepalivePacket
- type EventSequentialReaderStopped
- type EventSequentialReceiverStarted
- type EventSequentialReceiverStopped
- type EventSequentialSenderStarted
- type EventStartedDecryptionWorker
- type EventStartedEncryptionWorker
- type EventStartedHandshakeWorker
- type EventStartedReceivingIncoming
- type EventStoppedEncryptionWorker
- type EventStoppedHandshakeWorker
- type EventStoppedReceivingIncoming
- type EventTUNReaderStarted
- type EventTUNReaderStopped
- type EventTUNWriteFailed
- type EventTunPacketReadFailed
- type EventUAPIAddingAllowedIP
- type EventUAPICreated
- type EventUAPIRemovingAllAllowedIPs
- type EventUAPIRemovingAllPeers
- type EventUAPIRemovingPeer
- type EventUAPIUpdatingEndpoint
- type EventUAPIUpdatingFWMark
- type EventUAPIUpdatingListenPort
- type EventUAPIUpdatingPersistentKeepalive
- func (e *EventUAPIUpdatingPersistentKeepalive) Args() []any
- func (*EventUAPIUpdatingPersistentKeepalive) Format() string
- func (e *EventUAPIUpdatingPersistentKeepalive) IsErrorf() bool
- func (*EventUAPIUpdatingPersistentKeepalive) Nice() string
- func (e *EventUAPIUpdatingPersistentKeepalive) Slog(l *slog.Logger)
- type EventUAPIUpdatingPresharedKey
- type EventUAPIUpdatingPrivateKey
- type EventUDPGSODisabled
- type EventUpdateBind
- type EventValue
- type Parser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventAssumingDefaultMTU ¶
type EventAssumingDefaultMTU struct {
Err error
}
func (*EventAssumingDefaultMTU) Args ¶
func (e *EventAssumingDefaultMTU) Args() []any
func (*EventAssumingDefaultMTU) Format ¶
func (*EventAssumingDefaultMTU) Format() string
func (*EventAssumingDefaultMTU) IsErrorf ¶
func (e *EventAssumingDefaultMTU) IsErrorf() bool
func (*EventAssumingDefaultMTU) Nice ¶
func (*EventAssumingDefaultMTU) Nice() string
func (*EventAssumingDefaultMTU) Slog ¶
func (e *EventAssumingDefaultMTU) Slog(l *slog.Logger)
type EventBindCloseFailed ¶
type EventBindCloseFailed struct {
Err error
}
func (*EventBindCloseFailed) Args ¶
func (e *EventBindCloseFailed) Args() []any
func (*EventBindCloseFailed) Format ¶
func (*EventBindCloseFailed) Format() string
func (*EventBindCloseFailed) IsErrorf ¶
func (e *EventBindCloseFailed) IsErrorf() bool
func (*EventBindCloseFailed) Nice ¶
func (*EventBindCloseFailed) Nice() string
func (*EventBindCloseFailed) Slog ¶
func (e *EventBindCloseFailed) Slog(l *slog.Logger)
type EventBindUpdated ¶
type EventBindUpdated struct{}
func (*EventBindUpdated) Args ¶
func (e *EventBindUpdated) Args() []any
func (*EventBindUpdated) Format ¶
func (*EventBindUpdated) Format() string
func (*EventBindUpdated) IsErrorf ¶
func (e *EventBindUpdated) IsErrorf() bool
func (*EventBindUpdated) Nice ¶
func (*EventBindUpdated) Nice() string
func (*EventBindUpdated) Slog ¶
func (e *EventBindUpdated) Slog(l *slog.Logger)
type EventCookieResponseInvalid ¶
type EventCookieResponseInvalid struct{}
func (*EventCookieResponseInvalid) Args ¶
func (e *EventCookieResponseInvalid) Args() []any
func (*EventCookieResponseInvalid) Format ¶
func (*EventCookieResponseInvalid) Format() string
func (*EventCookieResponseInvalid) IsErrorf ¶
func (e *EventCookieResponseInvalid) IsErrorf() bool
func (*EventCookieResponseInvalid) Nice ¶
func (*EventCookieResponseInvalid) Nice() string
func (*EventCookieResponseInvalid) Slog ¶
func (e *EventCookieResponseInvalid) Slog(l *slog.Logger)
type EventCreateCookieReplyFailed ¶
type EventCreateCookieReplyFailed struct {
Err error
}
func (*EventCreateCookieReplyFailed) Args ¶
func (e *EventCreateCookieReplyFailed) Args() []any
func (*EventCreateCookieReplyFailed) Format ¶
func (*EventCreateCookieReplyFailed) Format() string
func (*EventCreateCookieReplyFailed) IsErrorf ¶
func (e *EventCreateCookieReplyFailed) IsErrorf() bool
func (*EventCreateCookieReplyFailed) Nice ¶
func (*EventCreateCookieReplyFailed) Nice() string
func (*EventCreateCookieReplyFailed) Slog ¶
func (e *EventCreateCookieReplyFailed) Slog(l *slog.Logger)
type EventCreateInitiationMessageFailed ¶
func (*EventCreateInitiationMessageFailed) Args ¶
func (e *EventCreateInitiationMessageFailed) Args() []any
func (*EventCreateInitiationMessageFailed) Format ¶
func (*EventCreateInitiationMessageFailed) Format() string
func (*EventCreateInitiationMessageFailed) IsErrorf ¶
func (e *EventCreateInitiationMessageFailed) IsErrorf() bool
func (*EventCreateInitiationMessageFailed) Nice ¶
func (*EventCreateInitiationMessageFailed) Nice() string
func (*EventCreateInitiationMessageFailed) Slog ¶
func (e *EventCreateInitiationMessageFailed) Slog(l *slog.Logger)
type EventCreateResponseMessageFailed ¶
func (*EventCreateResponseMessageFailed) Args ¶
func (e *EventCreateResponseMessageFailed) Args() []any
func (*EventCreateResponseMessageFailed) Format ¶
func (*EventCreateResponseMessageFailed) Format() string
func (*EventCreateResponseMessageFailed) IsErrorf ¶
func (e *EventCreateResponseMessageFailed) IsErrorf() bool
func (*EventCreateResponseMessageFailed) Nice ¶
func (*EventCreateResponseMessageFailed) Nice() string
func (*EventCreateResponseMessageFailed) Slog ¶
func (e *EventCreateResponseMessageFailed) Slog(l *slog.Logger)
type EventDecodeCookieReplyFailed ¶
type EventDecodeCookieReplyFailed struct{}
func (*EventDecodeCookieReplyFailed) Args ¶
func (e *EventDecodeCookieReplyFailed) Args() []any
func (*EventDecodeCookieReplyFailed) Format ¶
func (*EventDecodeCookieReplyFailed) Format() string
func (*EventDecodeCookieReplyFailed) IsErrorf ¶
func (e *EventDecodeCookieReplyFailed) IsErrorf() bool
func (*EventDecodeCookieReplyFailed) Nice ¶
func (*EventDecodeCookieReplyFailed) Nice() string
func (*EventDecodeCookieReplyFailed) Slog ¶
func (e *EventDecodeCookieReplyFailed) Slog(l *slog.Logger)
type EventDecryptionWorkerStopped ¶
type EventDecryptionWorkerStopped struct {
ID int
}
func (*EventDecryptionWorkerStopped) Args ¶
func (e *EventDecryptionWorkerStopped) Args() []any
func (*EventDecryptionWorkerStopped) Format ¶
func (*EventDecryptionWorkerStopped) Format() string
func (*EventDecryptionWorkerStopped) IsErrorf ¶
func (e *EventDecryptionWorkerStopped) IsErrorf() bool
func (*EventDecryptionWorkerStopped) Nice ¶
func (*EventDecryptionWorkerStopped) Nice() string
func (*EventDecryptionWorkerStopped) Slog ¶
func (e *EventDecryptionWorkerStopped) Slog(l *slog.Logger)
type EventDeriveKeypairFailed ¶
func (*EventDeriveKeypairFailed) Args ¶
func (e *EventDeriveKeypairFailed) Args() []any
func (*EventDeriveKeypairFailed) Format ¶
func (*EventDeriveKeypairFailed) Format() string
func (*EventDeriveKeypairFailed) IsErrorf ¶
func (e *EventDeriveKeypairFailed) IsErrorf() bool
func (*EventDeriveKeypairFailed) Nice ¶
func (*EventDeriveKeypairFailed) Nice() string
func (*EventDeriveKeypairFailed) Slog ¶
func (e *EventDeriveKeypairFailed) Slog(l *slog.Logger)
type EventDeviceClosed ¶
type EventDeviceClosed struct{}
func (*EventDeviceClosed) Args ¶
func (e *EventDeviceClosed) Args() []any
func (*EventDeviceClosed) Format ¶
func (*EventDeviceClosed) Format() string
func (*EventDeviceClosed) IsErrorf ¶
func (e *EventDeviceClosed) IsErrorf() bool
func (*EventDeviceClosed) Nice ¶
func (*EventDeviceClosed) Nice() string
func (*EventDeviceClosed) Slog ¶
func (e *EventDeviceClosed) Slog(l *slog.Logger)
type EventDeviceClosing ¶
type EventDeviceClosing struct{}
func (*EventDeviceClosing) Args ¶
func (e *EventDeviceClosing) Args() []any
func (*EventDeviceClosing) Format ¶
func (*EventDeviceClosing) Format() string
func (*EventDeviceClosing) IsErrorf ¶
func (e *EventDeviceClosing) IsErrorf() bool
func (*EventDeviceClosing) Nice ¶
func (*EventDeviceClosing) Nice() string
func (*EventDeviceClosing) Slog ¶
func (e *EventDeviceClosing) Slog(l *slog.Logger)
type EventDroppedPacketsFromMultiSegmentRead ¶
type EventDroppedPacketsFromMultiSegmentRead struct {
Err error
}
func (*EventDroppedPacketsFromMultiSegmentRead) Args ¶
func (e *EventDroppedPacketsFromMultiSegmentRead) Args() []any
func (*EventDroppedPacketsFromMultiSegmentRead) Format ¶
func (*EventDroppedPacketsFromMultiSegmentRead) Format() string
func (*EventDroppedPacketsFromMultiSegmentRead) IsErrorf ¶
func (e *EventDroppedPacketsFromMultiSegmentRead) IsErrorf() bool
func (*EventDroppedPacketsFromMultiSegmentRead) Nice ¶
func (*EventDroppedPacketsFromMultiSegmentRead) Nice() string
func (*EventDroppedPacketsFromMultiSegmentRead) Slog ¶
func (e *EventDroppedPacketsFromMultiSegmentRead) Slog(l *slog.Logger)
type EventEventWorkerStarted ¶
type EventEventWorkerStarted struct{}
func (*EventEventWorkerStarted) Args ¶
func (e *EventEventWorkerStarted) Args() []any
func (*EventEventWorkerStarted) Format ¶
func (*EventEventWorkerStarted) Format() string
func (*EventEventWorkerStarted) IsErrorf ¶
func (e *EventEventWorkerStarted) IsErrorf() bool
func (*EventEventWorkerStarted) Nice ¶
func (*EventEventWorkerStarted) Nice() string
func (*EventEventWorkerStarted) Slog ¶
func (e *EventEventWorkerStarted) Slog(l *slog.Logger)
type EventEventWorkerStopped ¶
type EventEventWorkerStopped struct{}
func (*EventEventWorkerStopped) Args ¶
func (e *EventEventWorkerStopped) Args() []any
func (*EventEventWorkerStopped) Format ¶
func (*EventEventWorkerStopped) Format() string
func (*EventEventWorkerStopped) IsErrorf ¶
func (e *EventEventWorkerStopped) IsErrorf() bool
func (*EventEventWorkerStopped) Nice ¶
func (*EventEventWorkerStopped) Nice() string
func (*EventEventWorkerStopped) Slog ¶
func (e *EventEventWorkerStopped) Slog(l *slog.Logger)
type EventHandshakeDidNotComplete ¶
func (*EventHandshakeDidNotComplete) Args ¶
func (e *EventHandshakeDidNotComplete) Args() []any
func (*EventHandshakeDidNotComplete) Format ¶
func (*EventHandshakeDidNotComplete) Format() string
func (*EventHandshakeDidNotComplete) IsErrorf ¶
func (e *EventHandshakeDidNotComplete) IsErrorf() bool
func (*EventHandshakeDidNotComplete) Nice ¶
func (*EventHandshakeDidNotComplete) Nice() string
func (*EventHandshakeDidNotComplete) Slog ¶
func (e *EventHandshakeDidNotComplete) Slog(l *slog.Logger)
type EventHandshakeFlood ¶
func (*EventHandshakeFlood) Args ¶
func (e *EventHandshakeFlood) Args() []any
func (*EventHandshakeFlood) Format ¶
func (*EventHandshakeFlood) Format() string
func (*EventHandshakeFlood) IsErrorf ¶
func (e *EventHandshakeFlood) IsErrorf() bool
func (*EventHandshakeFlood) Nice ¶
func (*EventHandshakeFlood) Nice() string
func (*EventHandshakeFlood) Slog ¶
func (e *EventHandshakeFlood) Slog(l *slog.Logger)
type EventHandshakeReplay ¶
func (*EventHandshakeReplay) Args ¶
func (e *EventHandshakeReplay) Args() []any
func (*EventHandshakeReplay) Format ¶
func (*EventHandshakeReplay) Format() string
func (*EventHandshakeReplay) IsErrorf ¶
func (e *EventHandshakeReplay) IsErrorf() bool
func (*EventHandshakeReplay) Nice ¶
func (*EventHandshakeReplay) Nice() string
func (*EventHandshakeReplay) Slog ¶
func (e *EventHandshakeReplay) Slog(l *slog.Logger)
type EventHandshakeSendFailed ¶
func (*EventHandshakeSendFailed) Args ¶
func (e *EventHandshakeSendFailed) Args() []any
func (*EventHandshakeSendFailed) Format ¶
func (*EventHandshakeSendFailed) Format() string
func (*EventHandshakeSendFailed) IsErrorf ¶
func (e *EventHandshakeSendFailed) IsErrorf() bool
func (*EventHandshakeSendFailed) Nice ¶
func (*EventHandshakeSendFailed) Nice() string
func (*EventHandshakeSendFailed) Slog ¶
func (e *EventHandshakeSendFailed) Slog(l *slog.Logger)
type EventIPv4PacketDisallowed ¶
func (*EventIPv4PacketDisallowed) Args ¶
func (e *EventIPv4PacketDisallowed) Args() []any
func (*EventIPv4PacketDisallowed) Format ¶
func (*EventIPv4PacketDisallowed) Format() string
func (*EventIPv4PacketDisallowed) IsErrorf ¶
func (e *EventIPv4PacketDisallowed) IsErrorf() bool
func (*EventIPv4PacketDisallowed) Nice ¶
func (*EventIPv4PacketDisallowed) Nice() string
func (*EventIPv4PacketDisallowed) Slog ¶
func (e *EventIPv4PacketDisallowed) Slog(l *slog.Logger)
type EventIPv6PacketDisallowed ¶
func (*EventIPv6PacketDisallowed) Args ¶
func (e *EventIPv6PacketDisallowed) Args() []any
func (*EventIPv6PacketDisallowed) Format ¶
func (*EventIPv6PacketDisallowed) Format() string
func (*EventIPv6PacketDisallowed) IsErrorf ¶
func (e *EventIPv6PacketDisallowed) IsErrorf() bool
func (*EventIPv6PacketDisallowed) Nice ¶
func (*EventIPv6PacketDisallowed) Nice() string
func (*EventIPv6PacketDisallowed) Slog ¶
func (e *EventIPv6PacketDisallowed) Slog(l *slog.Logger)
type EventInitiationMessageDecodeFailed ¶
type EventInitiationMessageDecodeFailed struct{}
func (*EventInitiationMessageDecodeFailed) Args ¶
func (e *EventInitiationMessageDecodeFailed) Args() []any
func (*EventInitiationMessageDecodeFailed) Format ¶
func (*EventInitiationMessageDecodeFailed) Format() string
func (*EventInitiationMessageDecodeFailed) IsErrorf ¶
func (e *EventInitiationMessageDecodeFailed) IsErrorf() bool
func (*EventInitiationMessageDecodeFailed) Nice ¶
func (*EventInitiationMessageDecodeFailed) Nice() string
func (*EventInitiationMessageDecodeFailed) Slog ¶
func (e *EventInitiationMessageDecodeFailed) Slog(l *slog.Logger)
type EventInterfaceCloseIgnoreRequestedState ¶
func (*EventInterfaceCloseIgnoreRequestedState) Args ¶
func (e *EventInterfaceCloseIgnoreRequestedState) Args() []any
func (*EventInterfaceCloseIgnoreRequestedState) Format ¶
func (*EventInterfaceCloseIgnoreRequestedState) Format() string
func (*EventInterfaceCloseIgnoreRequestedState) IsErrorf ¶
func (e *EventInterfaceCloseIgnoreRequestedState) IsErrorf() bool
func (*EventInterfaceCloseIgnoreRequestedState) Nice ¶
func (*EventInterfaceCloseIgnoreRequestedState) Nice() string
func (*EventInterfaceCloseIgnoreRequestedState) Slog ¶
func (e *EventInterfaceCloseIgnoreRequestedState) Slog(l *slog.Logger)
type EventInterfaceDownRequested ¶
type EventInterfaceDownRequested struct{}
func (*EventInterfaceDownRequested) Args ¶
func (e *EventInterfaceDownRequested) Args() []any
func (*EventInterfaceDownRequested) Format ¶
func (*EventInterfaceDownRequested) Format() string
func (*EventInterfaceDownRequested) IsErrorf ¶
func (e *EventInterfaceDownRequested) IsErrorf() bool
func (*EventInterfaceDownRequested) Nice ¶
func (*EventInterfaceDownRequested) Nice() string
func (*EventInterfaceDownRequested) Slog ¶
func (e *EventInterfaceDownRequested) Slog(l *slog.Logger)
type EventInterfaceStateChanged ¶
func (*EventInterfaceStateChanged) Args ¶
func (e *EventInterfaceStateChanged) Args() []any
func (*EventInterfaceStateChanged) Format ¶
func (*EventInterfaceStateChanged) Format() string
func (*EventInterfaceStateChanged) IsErrorf ¶
func (e *EventInterfaceStateChanged) IsErrorf() bool
func (*EventInterfaceStateChanged) Nice ¶
func (*EventInterfaceStateChanged) Nice() string
func (*EventInterfaceStateChanged) Slog ¶
func (e *EventInterfaceStateChanged) Slog(l *slog.Logger)
type EventInterfaceUpRequested ¶
type EventInterfaceUpRequested struct{}
func (*EventInterfaceUpRequested) Args ¶
func (e *EventInterfaceUpRequested) Args() []any
func (*EventInterfaceUpRequested) Format ¶
func (*EventInterfaceUpRequested) Format() string
func (*EventInterfaceUpRequested) IsErrorf ¶
func (e *EventInterfaceUpRequested) IsErrorf() bool
func (*EventInterfaceUpRequested) Nice ¶
func (*EventInterfaceUpRequested) Nice() string
func (*EventInterfaceUpRequested) Slog ¶
func (e *EventInterfaceUpRequested) Slog(l *slog.Logger)
type EventInvalidMAC1 ¶
type EventInvalidMAC1 struct{}
func (*EventInvalidMAC1) Args ¶
func (e *EventInvalidMAC1) Args() []any
func (*EventInvalidMAC1) Format ¶
func (*EventInvalidMAC1) Format() string
func (*EventInvalidMAC1) IsErrorf ¶
func (e *EventInvalidMAC1) IsErrorf() bool
func (*EventInvalidMAC1) Nice ¶
func (*EventInvalidMAC1) Nice() string
func (*EventInvalidMAC1) Slog ¶
func (e *EventInvalidMAC1) Slog(l *slog.Logger)
type EventInvalidOperation ¶
type EventInvalidOperation struct {
Op string
}
func (*EventInvalidOperation) Args ¶
func (e *EventInvalidOperation) Args() []any
func (*EventInvalidOperation) Format ¶
func (*EventInvalidOperation) Format() string
func (*EventInvalidOperation) IsErrorf ¶
func (e *EventInvalidOperation) IsErrorf() bool
func (*EventInvalidOperation) Nice ¶
func (*EventInvalidOperation) Nice() string
func (*EventInvalidOperation) Slog ¶
func (e *EventInvalidOperation) Slog(l *slog.Logger)
type EventInvalidPacketInHandshakeQueue ¶
type EventInvalidPacketInHandshakeQueue struct{}
func (*EventInvalidPacketInHandshakeQueue) Args ¶
func (e *EventInvalidPacketInHandshakeQueue) Args() []any
func (*EventInvalidPacketInHandshakeQueue) Format ¶
func (*EventInvalidPacketInHandshakeQueue) Format() string
func (*EventInvalidPacketInHandshakeQueue) IsErrorf ¶
func (e *EventInvalidPacketInHandshakeQueue) IsErrorf() bool
func (*EventInvalidPacketInHandshakeQueue) Nice ¶
func (*EventInvalidPacketInHandshakeQueue) Nice() string
func (*EventInvalidPacketInHandshakeQueue) Slog ¶
func (e *EventInvalidPacketInHandshakeQueue) Slog(l *slog.Logger)
type EventLoadMTUFailed ¶
type EventLoadMTUFailed struct {
Err error
}
func (*EventLoadMTUFailed) Args ¶
func (e *EventLoadMTUFailed) Args() []any
func (*EventLoadMTUFailed) Format ¶
func (*EventLoadMTUFailed) Format() string
func (*EventLoadMTUFailed) IsErrorf ¶
func (e *EventLoadMTUFailed) IsErrorf() bool
func (*EventLoadMTUFailed) Nice ¶
func (*EventLoadMTUFailed) Nice() string
func (*EventLoadMTUFailed) Slog ¶
func (e *EventLoadMTUFailed) Slog(l *slog.Logger)
type EventMTUTooLarge ¶
func (*EventMTUTooLarge) Args ¶
func (e *EventMTUTooLarge) Args() []any
func (*EventMTUTooLarge) Format ¶
func (*EventMTUTooLarge) Format() string
func (*EventMTUTooLarge) IsErrorf ¶
func (e *EventMTUTooLarge) IsErrorf() bool
func (*EventMTUTooLarge) Nice ¶
func (*EventMTUTooLarge) Nice() string
func (*EventMTUTooLarge) Slog ¶
func (e *EventMTUTooLarge) Slog(l *slog.Logger)
type EventMTUUpdated ¶
type EventMTUUpdated struct {
MTU int
}
func (*EventMTUUpdated) Args ¶
func (e *EventMTUUpdated) Args() []any
func (*EventMTUUpdated) Format ¶
func (*EventMTUUpdated) Format() string
func (*EventMTUUpdated) IsErrorf ¶
func (e *EventMTUUpdated) IsErrorf() bool
func (*EventMTUUpdated) Nice ¶
func (*EventMTUUpdated) Nice() string
func (*EventMTUUpdated) Slog ¶
func (e *EventMTUUpdated) Slog(l *slog.Logger)
type EventMessageUnknownType ¶
type EventMessageUnknownType struct{}
func (*EventMessageUnknownType) Args ¶
func (e *EventMessageUnknownType) Args() []any
func (*EventMessageUnknownType) Format ¶
func (*EventMessageUnknownType) Format() string
func (*EventMessageUnknownType) IsErrorf ¶
func (e *EventMessageUnknownType) IsErrorf() bool
func (*EventMessageUnknownType) Nice ¶
func (*EventMessageUnknownType) Nice() string
func (*EventMessageUnknownType) Slog ¶
func (e *EventMessageUnknownType) Slog(l *slog.Logger)
type EventNegativeMTU ¶
type EventNegativeMTU struct {
MTU int
}
func (*EventNegativeMTU) Args ¶
func (e *EventNegativeMTU) Args() []any
func (*EventNegativeMTU) Format ¶
func (*EventNegativeMTU) Format() string
func (*EventNegativeMTU) IsErrorf ¶
func (e *EventNegativeMTU) IsErrorf() bool
func (*EventNegativeMTU) Nice ¶
func (*EventNegativeMTU) Nice() string
func (*EventNegativeMTU) Slog ¶
func (e *EventNegativeMTU) Slog(l *slog.Logger)
type EventPacketDataSendFailed ¶
func (*EventPacketDataSendFailed) Args ¶
func (e *EventPacketDataSendFailed) Args() []any
func (*EventPacketDataSendFailed) Format ¶
func (*EventPacketDataSendFailed) Format() string
func (*EventPacketDataSendFailed) IsErrorf ¶
func (e *EventPacketDataSendFailed) IsErrorf() bool
func (*EventPacketDataSendFailed) Nice ¶
func (*EventPacketDataSendFailed) Nice() string
func (*EventPacketDataSendFailed) Slog ¶
func (e *EventPacketDataSendFailed) Slog(l *slog.Logger)
type EventPacketIPVersionInvalid ¶
func (*EventPacketIPVersionInvalid) Args ¶
func (e *EventPacketIPVersionInvalid) Args() []any
func (*EventPacketIPVersionInvalid) Format ¶
func (*EventPacketIPVersionInvalid) Format() string
func (*EventPacketIPVersionInvalid) IsErrorf ¶
func (e *EventPacketIPVersionInvalid) IsErrorf() bool
func (*EventPacketIPVersionInvalid) Nice ¶
func (*EventPacketIPVersionInvalid) Nice() string
func (*EventPacketIPVersionInvalid) Slog ¶
func (e *EventPacketIPVersionInvalid) Slog(l *slog.Logger)
type EventPacketIPVersionUnknown ¶
type EventPacketIPVersionUnknown struct{}
func (*EventPacketIPVersionUnknown) Args ¶
func (e *EventPacketIPVersionUnknown) Args() []any
func (*EventPacketIPVersionUnknown) Format ¶
func (*EventPacketIPVersionUnknown) Format() string
func (*EventPacketIPVersionUnknown) IsErrorf ¶
func (e *EventPacketIPVersionUnknown) IsErrorf() bool
func (*EventPacketIPVersionUnknown) Nice ¶
func (*EventPacketIPVersionUnknown) Nice() string
func (*EventPacketIPVersionUnknown) Slog ¶
func (e *EventPacketIPVersionUnknown) Slog(l *slog.Logger)
type EventPacketReceiveFailed ¶
func (*EventPacketReceiveFailed) Args ¶
func (e *EventPacketReceiveFailed) Args() []any
func (*EventPacketReceiveFailed) Format ¶
func (*EventPacketReceiveFailed) Format() string
func (*EventPacketReceiveFailed) IsErrorf ¶
func (e *EventPacketReceiveFailed) IsErrorf() bool
func (*EventPacketReceiveFailed) Nice ¶
func (*EventPacketReceiveFailed) Nice() string
func (*EventPacketReceiveFailed) Slog ¶
func (e *EventPacketReceiveFailed) Slog(l *slog.Logger)
type EventPeerStarting ¶
func (*EventPeerStarting) Args ¶
func (e *EventPeerStarting) Args() []any
func (*EventPeerStarting) Format ¶
func (*EventPeerStarting) Format() string
func (*EventPeerStarting) IsErrorf ¶
func (e *EventPeerStarting) IsErrorf() bool
func (*EventPeerStarting) Nice ¶
func (*EventPeerStarting) Nice() string
func (*EventPeerStarting) Slog ¶
func (e *EventPeerStarting) Slog(l *slog.Logger)
type EventPeerStopping ¶
func (*EventPeerStopping) Args ¶
func (e *EventPeerStopping) Args() []any
func (*EventPeerStopping) Format ¶
func (*EventPeerStopping) Format() string
func (*EventPeerStopping) IsErrorf ¶
func (e *EventPeerStopping) IsErrorf() bool
func (*EventPeerStopping) Nice ¶
func (*EventPeerStopping) Nice() string
func (*EventPeerStopping) Slog ¶
func (e *EventPeerStopping) Slog(l *slog.Logger)
type EventReceivedHandshakeInitiation ¶
func (*EventReceivedHandshakeInitiation) Args ¶
func (e *EventReceivedHandshakeInitiation) Args() []any
func (*EventReceivedHandshakeInitiation) Format ¶
func (*EventReceivedHandshakeInitiation) Format() string
func (*EventReceivedHandshakeInitiation) IsErrorf ¶
func (e *EventReceivedHandshakeInitiation) IsErrorf() bool
func (*EventReceivedHandshakeInitiation) Nice ¶
func (*EventReceivedHandshakeInitiation) Nice() string
func (*EventReceivedHandshakeInitiation) Slog ¶
func (e *EventReceivedHandshakeInitiation) Slog(l *slog.Logger)
type EventReceivedHandshakeResponse ¶
func (*EventReceivedHandshakeResponse) Args ¶
func (e *EventReceivedHandshakeResponse) Args() []any
func (*EventReceivedHandshakeResponse) Format ¶
func (*EventReceivedHandshakeResponse) Format() string
func (*EventReceivedHandshakeResponse) IsErrorf ¶
func (e *EventReceivedHandshakeResponse) IsErrorf() bool
func (*EventReceivedHandshakeResponse) Nice ¶
func (*EventReceivedHandshakeResponse) Nice() string
func (*EventReceivedHandshakeResponse) Slog ¶
func (e *EventReceivedHandshakeResponse) Slog(l *slog.Logger)
type EventReceivedInvalidInitiation ¶
type EventReceivedInvalidInitiation struct {
Destination string
}
func (*EventReceivedInvalidInitiation) Args ¶
func (e *EventReceivedInvalidInitiation) Args() []any
func (*EventReceivedInvalidInitiation) Format ¶
func (*EventReceivedInvalidInitiation) Format() string
func (*EventReceivedInvalidInitiation) IsErrorf ¶
func (e *EventReceivedInvalidInitiation) IsErrorf() bool
func (*EventReceivedInvalidInitiation) Nice ¶
func (*EventReceivedInvalidInitiation) Nice() string
func (*EventReceivedInvalidInitiation) Slog ¶
func (e *EventReceivedInvalidInitiation) Slog(l *slog.Logger)
type EventReceivedInvalidResponse ¶
type EventReceivedInvalidResponse struct {
Destination string
}
func (*EventReceivedInvalidResponse) Args ¶
func (e *EventReceivedInvalidResponse) Args() []any
func (*EventReceivedInvalidResponse) Format ¶
func (*EventReceivedInvalidResponse) Format() string
func (*EventReceivedInvalidResponse) IsErrorf ¶
func (e *EventReceivedInvalidResponse) IsErrorf() bool
func (*EventReceivedInvalidResponse) Nice ¶
func (*EventReceivedInvalidResponse) Nice() string
func (*EventReceivedInvalidResponse) Slog ¶
func (e *EventReceivedInvalidResponse) Slog(l *slog.Logger)
type EventReceivingCookieResponse ¶
type EventReceivingCookieResponse struct {
Destination string
}
func (*EventReceivingCookieResponse) Args ¶
func (e *EventReceivingCookieResponse) Args() []any
func (*EventReceivingCookieResponse) Format ¶
func (*EventReceivingCookieResponse) Format() string
func (*EventReceivingCookieResponse) IsErrorf ¶
func (e *EventReceivingCookieResponse) IsErrorf() bool
func (*EventReceivingCookieResponse) Nice ¶
func (*EventReceivingCookieResponse) Nice() string
func (*EventReceivingCookieResponse) Slog ¶
func (e *EventReceivingCookieResponse) Slog(l *slog.Logger)
type EventReceivingKeepalivePacket ¶
func (*EventReceivingKeepalivePacket) Args ¶
func (e *EventReceivingKeepalivePacket) Args() []any
func (*EventReceivingKeepalivePacket) Format ¶
func (*EventReceivingKeepalivePacket) Format() string
func (*EventReceivingKeepalivePacket) IsErrorf ¶
func (e *EventReceivingKeepalivePacket) IsErrorf() bool
func (*EventReceivingKeepalivePacket) Nice ¶
func (*EventReceivingKeepalivePacket) Nice() string
func (*EventReceivingKeepalivePacket) Slog ¶
func (e *EventReceivingKeepalivePacket) Slog(l *slog.Logger)
type EventRemovingAllKeys ¶
func (*EventRemovingAllKeys) Args ¶
func (e *EventRemovingAllKeys) Args() []any
func (*EventRemovingAllKeys) Format ¶
func (*EventRemovingAllKeys) Format() string
func (*EventRemovingAllKeys) IsErrorf ¶
func (e *EventRemovingAllKeys) IsErrorf() bool
func (*EventRemovingAllKeys) Nice ¶
func (*EventRemovingAllKeys) Nice() string
func (*EventRemovingAllKeys) Slog ¶
func (e *EventRemovingAllKeys) Slog(l *slog.Logger)
type EventResponseMessageDecodeFailed ¶
type EventResponseMessageDecodeFailed struct{}
func (*EventResponseMessageDecodeFailed) Args ¶
func (e *EventResponseMessageDecodeFailed) Args() []any
func (*EventResponseMessageDecodeFailed) Format ¶
func (*EventResponseMessageDecodeFailed) Format() string
func (*EventResponseMessageDecodeFailed) IsErrorf ¶
func (e *EventResponseMessageDecodeFailed) IsErrorf() bool
func (*EventResponseMessageDecodeFailed) Nice ¶
func (*EventResponseMessageDecodeFailed) Nice() string
func (*EventResponseMessageDecodeFailed) Slog ¶
func (e *EventResponseMessageDecodeFailed) Slog(l *slog.Logger)
type EventRetryingHandshake ¶
func (*EventRetryingHandshake) Args ¶
func (e *EventRetryingHandshake) Args() []any
func (*EventRetryingHandshake) Format ¶
func (*EventRetryingHandshake) Format() string
func (*EventRetryingHandshake) IsErrorf ¶
func (e *EventRetryingHandshake) IsErrorf() bool
func (*EventRetryingHandshake) Nice ¶
func (*EventRetryingHandshake) Nice() string
func (*EventRetryingHandshake) Slog ¶
func (e *EventRetryingHandshake) Slog(l *slog.Logger)
type EventRetryingHandshakeNoResponse ¶
func (*EventRetryingHandshakeNoResponse) Args ¶
func (e *EventRetryingHandshakeNoResponse) Args() []any
func (*EventRetryingHandshakeNoResponse) Format ¶
func (*EventRetryingHandshakeNoResponse) Format() string
func (*EventRetryingHandshakeNoResponse) IsErrorf ¶
func (e *EventRetryingHandshakeNoResponse) IsErrorf() bool
func (*EventRetryingHandshakeNoResponse) Nice ¶
func (*EventRetryingHandshakeNoResponse) Nice() string
func (*EventRetryingHandshakeNoResponse) Slog ¶
func (e *EventRetryingHandshakeNoResponse) Slog(l *slog.Logger)
type EventSendCookieDenied ¶
type EventSendCookieDenied struct {
Destination string
}
func (*EventSendCookieDenied) Args ¶
func (e *EventSendCookieDenied) Args() []any
func (*EventSendCookieDenied) Format ¶
func (*EventSendCookieDenied) Format() string
func (*EventSendCookieDenied) IsErrorf ¶
func (e *EventSendCookieDenied) IsErrorf() bool
func (*EventSendCookieDenied) Nice ¶
func (*EventSendCookieDenied) Nice() string
func (*EventSendCookieDenied) Slog ¶
func (e *EventSendCookieDenied) Slog(l *slog.Logger)
type EventSendHandshakeInitiationFailed ¶
func (*EventSendHandshakeInitiationFailed) Args ¶
func (e *EventSendHandshakeInitiationFailed) Args() []any
func (*EventSendHandshakeInitiationFailed) Format ¶
func (*EventSendHandshakeInitiationFailed) Format() string
func (*EventSendHandshakeInitiationFailed) IsErrorf ¶
func (e *EventSendHandshakeInitiationFailed) IsErrorf() bool
func (*EventSendHandshakeInitiationFailed) Nice ¶
func (*EventSendHandshakeInitiationFailed) Nice() string
func (*EventSendHandshakeInitiationFailed) Slog ¶
func (e *EventSendHandshakeInitiationFailed) Slog(l *slog.Logger)
type EventSendingHandshakeInitiation ¶
func (*EventSendingHandshakeInitiation) Args ¶
func (e *EventSendingHandshakeInitiation) Args() []any
func (*EventSendingHandshakeInitiation) Format ¶
func (*EventSendingHandshakeInitiation) Format() string
func (*EventSendingHandshakeInitiation) IsErrorf ¶
func (e *EventSendingHandshakeInitiation) IsErrorf() bool
func (*EventSendingHandshakeInitiation) Nice ¶
func (*EventSendingHandshakeInitiation) Nice() string
func (*EventSendingHandshakeInitiation) Slog ¶
func (e *EventSendingHandshakeInitiation) Slog(l *slog.Logger)
type EventSendingHandshakeResponse ¶
func (*EventSendingHandshakeResponse) Args ¶
func (e *EventSendingHandshakeResponse) Args() []any
func (*EventSendingHandshakeResponse) Format ¶
func (*EventSendingHandshakeResponse) Format() string
func (*EventSendingHandshakeResponse) IsErrorf ¶
func (e *EventSendingHandshakeResponse) IsErrorf() bool
func (*EventSendingHandshakeResponse) Nice ¶
func (*EventSendingHandshakeResponse) Nice() string
func (*EventSendingHandshakeResponse) Slog ¶
func (e *EventSendingHandshakeResponse) Slog(l *slog.Logger)
type EventSendingKeepalivePacket ¶
func (*EventSendingKeepalivePacket) Args ¶
func (e *EventSendingKeepalivePacket) Args() []any
func (*EventSendingKeepalivePacket) Format ¶
func (*EventSendingKeepalivePacket) Format() string
func (*EventSendingKeepalivePacket) IsErrorf ¶
func (e *EventSendingKeepalivePacket) IsErrorf() bool
func (*EventSendingKeepalivePacket) Nice ¶
func (*EventSendingKeepalivePacket) Nice() string
func (*EventSendingKeepalivePacket) Slog ¶
func (e *EventSendingKeepalivePacket) Slog(l *slog.Logger)
type EventSequentialReaderStopped ¶
func (*EventSequentialReaderStopped) Args ¶
func (e *EventSequentialReaderStopped) Args() []any
func (*EventSequentialReaderStopped) Format ¶
func (*EventSequentialReaderStopped) Format() string
func (*EventSequentialReaderStopped) IsErrorf ¶
func (e *EventSequentialReaderStopped) IsErrorf() bool
func (*EventSequentialReaderStopped) Nice ¶
func (*EventSequentialReaderStopped) Nice() string
func (*EventSequentialReaderStopped) Slog ¶
func (e *EventSequentialReaderStopped) Slog(l *slog.Logger)
type EventSequentialReceiverStarted ¶
func (*EventSequentialReceiverStarted) Args ¶
func (e *EventSequentialReceiverStarted) Args() []any
func (*EventSequentialReceiverStarted) Format ¶
func (*EventSequentialReceiverStarted) Format() string
func (*EventSequentialReceiverStarted) IsErrorf ¶
func (e *EventSequentialReceiverStarted) IsErrorf() bool
func (*EventSequentialReceiverStarted) Nice ¶
func (*EventSequentialReceiverStarted) Nice() string
func (*EventSequentialReceiverStarted) Slog ¶
func (e *EventSequentialReceiverStarted) Slog(l *slog.Logger)
type EventSequentialReceiverStopped ¶
func (*EventSequentialReceiverStopped) Args ¶
func (e *EventSequentialReceiverStopped) Args() []any
func (*EventSequentialReceiverStopped) Format ¶
func (*EventSequentialReceiverStopped) Format() string
func (*EventSequentialReceiverStopped) IsErrorf ¶
func (e *EventSequentialReceiverStopped) IsErrorf() bool
func (*EventSequentialReceiverStopped) Nice ¶
func (*EventSequentialReceiverStopped) Nice() string
func (*EventSequentialReceiverStopped) Slog ¶
func (e *EventSequentialReceiverStopped) Slog(l *slog.Logger)
type EventSequentialSenderStarted ¶
func (*EventSequentialSenderStarted) Args ¶
func (e *EventSequentialSenderStarted) Args() []any
func (*EventSequentialSenderStarted) Format ¶
func (*EventSequentialSenderStarted) Format() string
func (*EventSequentialSenderStarted) IsErrorf ¶
func (e *EventSequentialSenderStarted) IsErrorf() bool
func (*EventSequentialSenderStarted) Nice ¶
func (*EventSequentialSenderStarted) Nice() string
func (*EventSequentialSenderStarted) Slog ¶
func (e *EventSequentialSenderStarted) Slog(l *slog.Logger)
type EventStartedDecryptionWorker ¶
type EventStartedDecryptionWorker struct {
ID int
}
func (*EventStartedDecryptionWorker) Args ¶
func (e *EventStartedDecryptionWorker) Args() []any
func (*EventStartedDecryptionWorker) Format ¶
func (*EventStartedDecryptionWorker) Format() string
func (*EventStartedDecryptionWorker) IsErrorf ¶
func (e *EventStartedDecryptionWorker) IsErrorf() bool
func (*EventStartedDecryptionWorker) Nice ¶
func (*EventStartedDecryptionWorker) Nice() string
func (*EventStartedDecryptionWorker) Slog ¶
func (e *EventStartedDecryptionWorker) Slog(l *slog.Logger)
type EventStartedEncryptionWorker ¶
type EventStartedEncryptionWorker struct {
ID int
}
func (*EventStartedEncryptionWorker) Args ¶
func (e *EventStartedEncryptionWorker) Args() []any
func (*EventStartedEncryptionWorker) Format ¶
func (*EventStartedEncryptionWorker) Format() string
func (*EventStartedEncryptionWorker) IsErrorf ¶
func (e *EventStartedEncryptionWorker) IsErrorf() bool
func (*EventStartedEncryptionWorker) Nice ¶
func (*EventStartedEncryptionWorker) Nice() string
func (*EventStartedEncryptionWorker) Slog ¶
func (e *EventStartedEncryptionWorker) Slog(l *slog.Logger)
type EventStartedHandshakeWorker ¶
type EventStartedHandshakeWorker struct {
ID int
}
func (*EventStartedHandshakeWorker) Args ¶
func (e *EventStartedHandshakeWorker) Args() []any
func (*EventStartedHandshakeWorker) Format ¶
func (*EventStartedHandshakeWorker) Format() string
func (*EventStartedHandshakeWorker) IsErrorf ¶
func (e *EventStartedHandshakeWorker) IsErrorf() bool
func (*EventStartedHandshakeWorker) Nice ¶
func (*EventStartedHandshakeWorker) Nice() string
func (*EventStartedHandshakeWorker) Slog ¶
func (e *EventStartedHandshakeWorker) Slog(l *slog.Logger)
type EventStartedReceivingIncoming ¶
type EventStartedReceivingIncoming struct {
RecvName string
}
func (*EventStartedReceivingIncoming) Args ¶
func (e *EventStartedReceivingIncoming) Args() []any
func (*EventStartedReceivingIncoming) Format ¶
func (*EventStartedReceivingIncoming) Format() string
func (*EventStartedReceivingIncoming) IsErrorf ¶
func (e *EventStartedReceivingIncoming) IsErrorf() bool
func (*EventStartedReceivingIncoming) Nice ¶
func (*EventStartedReceivingIncoming) Nice() string
func (*EventStartedReceivingIncoming) Slog ¶
func (e *EventStartedReceivingIncoming) Slog(l *slog.Logger)
type EventStoppedEncryptionWorker ¶
type EventStoppedEncryptionWorker struct {
ID int
}
func (*EventStoppedEncryptionWorker) Args ¶
func (e *EventStoppedEncryptionWorker) Args() []any
func (*EventStoppedEncryptionWorker) Format ¶
func (*EventStoppedEncryptionWorker) Format() string
func (*EventStoppedEncryptionWorker) IsErrorf ¶
func (e *EventStoppedEncryptionWorker) IsErrorf() bool
func (*EventStoppedEncryptionWorker) Nice ¶
func (*EventStoppedEncryptionWorker) Nice() string
func (*EventStoppedEncryptionWorker) Slog ¶
func (e *EventStoppedEncryptionWorker) Slog(l *slog.Logger)
type EventStoppedHandshakeWorker ¶
type EventStoppedHandshakeWorker struct {
ID int
}
func (*EventStoppedHandshakeWorker) Args ¶
func (e *EventStoppedHandshakeWorker) Args() []any
func (*EventStoppedHandshakeWorker) Format ¶
func (*EventStoppedHandshakeWorker) Format() string
func (*EventStoppedHandshakeWorker) IsErrorf ¶
func (e *EventStoppedHandshakeWorker) IsErrorf() bool
func (*EventStoppedHandshakeWorker) Nice ¶
func (*EventStoppedHandshakeWorker) Nice() string
func (*EventStoppedHandshakeWorker) Slog ¶
func (e *EventStoppedHandshakeWorker) Slog(l *slog.Logger)
type EventStoppedReceivingIncoming ¶
type EventStoppedReceivingIncoming struct {
RecvName string
}
func (*EventStoppedReceivingIncoming) Args ¶
func (e *EventStoppedReceivingIncoming) Args() []any
func (*EventStoppedReceivingIncoming) Format ¶
func (*EventStoppedReceivingIncoming) Format() string
func (*EventStoppedReceivingIncoming) IsErrorf ¶
func (e *EventStoppedReceivingIncoming) IsErrorf() bool
func (*EventStoppedReceivingIncoming) Nice ¶
func (*EventStoppedReceivingIncoming) Nice() string
func (*EventStoppedReceivingIncoming) Slog ¶
func (e *EventStoppedReceivingIncoming) Slog(l *slog.Logger)
type EventTUNReaderStarted ¶
type EventTUNReaderStarted struct{}
func (*EventTUNReaderStarted) Args ¶
func (e *EventTUNReaderStarted) Args() []any
func (*EventTUNReaderStarted) Format ¶
func (*EventTUNReaderStarted) Format() string
func (*EventTUNReaderStarted) IsErrorf ¶
func (e *EventTUNReaderStarted) IsErrorf() bool
func (*EventTUNReaderStarted) Nice ¶
func (*EventTUNReaderStarted) Nice() string
func (*EventTUNReaderStarted) Slog ¶
func (e *EventTUNReaderStarted) Slog(l *slog.Logger)
type EventTUNReaderStopped ¶
type EventTUNReaderStopped struct{}
func (*EventTUNReaderStopped) Args ¶
func (e *EventTUNReaderStopped) Args() []any
func (*EventTUNReaderStopped) Format ¶
func (*EventTUNReaderStopped) Format() string
func (*EventTUNReaderStopped) IsErrorf ¶
func (e *EventTUNReaderStopped) IsErrorf() bool
func (*EventTUNReaderStopped) Nice ¶
func (*EventTUNReaderStopped) Nice() string
func (*EventTUNReaderStopped) Slog ¶
func (e *EventTUNReaderStopped) Slog(l *slog.Logger)
type EventTUNWriteFailed ¶
type EventTUNWriteFailed struct {
Err error
}
func (*EventTUNWriteFailed) Args ¶
func (e *EventTUNWriteFailed) Args() []any
func (*EventTUNWriteFailed) Format ¶
func (*EventTUNWriteFailed) Format() string
func (*EventTUNWriteFailed) IsErrorf ¶
func (e *EventTUNWriteFailed) IsErrorf() bool
func (*EventTUNWriteFailed) Nice ¶
func (*EventTUNWriteFailed) Nice() string
func (*EventTUNWriteFailed) Slog ¶
func (e *EventTUNWriteFailed) Slog(l *slog.Logger)
type EventTunPacketReadFailed ¶
type EventTunPacketReadFailed struct {
Err error
}
func (*EventTunPacketReadFailed) Args ¶
func (e *EventTunPacketReadFailed) Args() []any
func (*EventTunPacketReadFailed) Format ¶
func (*EventTunPacketReadFailed) Format() string
func (*EventTunPacketReadFailed) IsErrorf ¶
func (e *EventTunPacketReadFailed) IsErrorf() bool
func (*EventTunPacketReadFailed) Nice ¶
func (*EventTunPacketReadFailed) Nice() string
func (*EventTunPacketReadFailed) Slog ¶
func (e *EventTunPacketReadFailed) Slog(l *slog.Logger)
type EventUAPIAddingAllowedIP ¶
func (*EventUAPIAddingAllowedIP) Args ¶
func (e *EventUAPIAddingAllowedIP) Args() []any
func (*EventUAPIAddingAllowedIP) Format ¶
func (*EventUAPIAddingAllowedIP) Format() string
func (*EventUAPIAddingAllowedIP) IsErrorf ¶
func (e *EventUAPIAddingAllowedIP) IsErrorf() bool
func (*EventUAPIAddingAllowedIP) Nice ¶
func (*EventUAPIAddingAllowedIP) Nice() string
func (*EventUAPIAddingAllowedIP) Slog ¶
func (e *EventUAPIAddingAllowedIP) Slog(l *slog.Logger)
type EventUAPICreated ¶
func (*EventUAPICreated) Args ¶
func (e *EventUAPICreated) Args() []any
func (*EventUAPICreated) Format ¶
func (*EventUAPICreated) Format() string
func (*EventUAPICreated) IsErrorf ¶
func (e *EventUAPICreated) IsErrorf() bool
func (*EventUAPICreated) Nice ¶
func (*EventUAPICreated) Nice() string
func (*EventUAPICreated) Slog ¶
func (e *EventUAPICreated) Slog(l *slog.Logger)
type EventUAPIRemovingAllAllowedIPs ¶
func (*EventUAPIRemovingAllAllowedIPs) Args ¶
func (e *EventUAPIRemovingAllAllowedIPs) Args() []any
func (*EventUAPIRemovingAllAllowedIPs) Format ¶
func (*EventUAPIRemovingAllAllowedIPs) Format() string
func (*EventUAPIRemovingAllAllowedIPs) IsErrorf ¶
func (e *EventUAPIRemovingAllAllowedIPs) IsErrorf() bool
func (*EventUAPIRemovingAllAllowedIPs) Nice ¶
func (*EventUAPIRemovingAllAllowedIPs) Nice() string
func (*EventUAPIRemovingAllAllowedIPs) Slog ¶
func (e *EventUAPIRemovingAllAllowedIPs) Slog(l *slog.Logger)
type EventUAPIRemovingAllPeers ¶
type EventUAPIRemovingAllPeers struct{}
func (*EventUAPIRemovingAllPeers) Args ¶
func (e *EventUAPIRemovingAllPeers) Args() []any
func (*EventUAPIRemovingAllPeers) Format ¶
func (*EventUAPIRemovingAllPeers) Format() string
func (*EventUAPIRemovingAllPeers) IsErrorf ¶
func (e *EventUAPIRemovingAllPeers) IsErrorf() bool
func (*EventUAPIRemovingAllPeers) Nice ¶
func (*EventUAPIRemovingAllPeers) Nice() string
func (*EventUAPIRemovingAllPeers) Slog ¶
func (e *EventUAPIRemovingAllPeers) Slog(l *slog.Logger)
type EventUAPIRemovingPeer ¶
func (*EventUAPIRemovingPeer) Args ¶
func (e *EventUAPIRemovingPeer) Args() []any
func (*EventUAPIRemovingPeer) Format ¶
func (*EventUAPIRemovingPeer) Format() string
func (*EventUAPIRemovingPeer) IsErrorf ¶
func (e *EventUAPIRemovingPeer) IsErrorf() bool
func (*EventUAPIRemovingPeer) Nice ¶
func (*EventUAPIRemovingPeer) Nice() string
func (*EventUAPIRemovingPeer) Slog ¶
func (e *EventUAPIRemovingPeer) Slog(l *slog.Logger)
type EventUAPIUpdatingEndpoint ¶
func (*EventUAPIUpdatingEndpoint) Args ¶
func (e *EventUAPIUpdatingEndpoint) Args() []any
func (*EventUAPIUpdatingEndpoint) Format ¶
func (*EventUAPIUpdatingEndpoint) Format() string
func (*EventUAPIUpdatingEndpoint) IsErrorf ¶
func (e *EventUAPIUpdatingEndpoint) IsErrorf() bool
func (*EventUAPIUpdatingEndpoint) Nice ¶
func (*EventUAPIUpdatingEndpoint) Nice() string
func (*EventUAPIUpdatingEndpoint) Slog ¶
func (e *EventUAPIUpdatingEndpoint) Slog(l *slog.Logger)
type EventUAPIUpdatingFWMark ¶
type EventUAPIUpdatingFWMark struct{}
func (*EventUAPIUpdatingFWMark) Args ¶
func (e *EventUAPIUpdatingFWMark) Args() []any
func (*EventUAPIUpdatingFWMark) Format ¶
func (*EventUAPIUpdatingFWMark) Format() string
func (*EventUAPIUpdatingFWMark) IsErrorf ¶
func (e *EventUAPIUpdatingFWMark) IsErrorf() bool
func (*EventUAPIUpdatingFWMark) Nice ¶
func (*EventUAPIUpdatingFWMark) Nice() string
func (*EventUAPIUpdatingFWMark) Slog ¶
func (e *EventUAPIUpdatingFWMark) Slog(l *slog.Logger)
type EventUAPIUpdatingListenPort ¶
type EventUAPIUpdatingListenPort struct{}
func (*EventUAPIUpdatingListenPort) Args ¶
func (e *EventUAPIUpdatingListenPort) Args() []any
func (*EventUAPIUpdatingListenPort) Format ¶
func (*EventUAPIUpdatingListenPort) Format() string
func (*EventUAPIUpdatingListenPort) IsErrorf ¶
func (e *EventUAPIUpdatingListenPort) IsErrorf() bool
func (*EventUAPIUpdatingListenPort) Nice ¶
func (*EventUAPIUpdatingListenPort) Nice() string
func (*EventUAPIUpdatingListenPort) Slog ¶
func (e *EventUAPIUpdatingListenPort) Slog(l *slog.Logger)
type EventUAPIUpdatingPersistentKeepalive ¶
func (*EventUAPIUpdatingPersistentKeepalive) Args ¶
func (e *EventUAPIUpdatingPersistentKeepalive) Args() []any
func (*EventUAPIUpdatingPersistentKeepalive) Format ¶
func (*EventUAPIUpdatingPersistentKeepalive) Format() string
func (*EventUAPIUpdatingPersistentKeepalive) IsErrorf ¶
func (e *EventUAPIUpdatingPersistentKeepalive) IsErrorf() bool
func (*EventUAPIUpdatingPersistentKeepalive) Nice ¶
func (*EventUAPIUpdatingPersistentKeepalive) Nice() string
func (*EventUAPIUpdatingPersistentKeepalive) Slog ¶
func (e *EventUAPIUpdatingPersistentKeepalive) Slog(l *slog.Logger)
type EventUAPIUpdatingPresharedKey ¶
type EventUAPIUpdatingPresharedKey struct {
}func (*EventUAPIUpdatingPresharedKey) Args ¶
func (e *EventUAPIUpdatingPresharedKey) Args() []any
func (*EventUAPIUpdatingPresharedKey) Format ¶
func (*EventUAPIUpdatingPresharedKey) Format() string
func (*EventUAPIUpdatingPresharedKey) IsErrorf ¶
func (e *EventUAPIUpdatingPresharedKey) IsErrorf() bool
func (*EventUAPIUpdatingPresharedKey) Nice ¶
func (*EventUAPIUpdatingPresharedKey) Nice() string
func (*EventUAPIUpdatingPresharedKey) Slog ¶
func (e *EventUAPIUpdatingPresharedKey) Slog(l *slog.Logger)
type EventUAPIUpdatingPrivateKey ¶
type EventUAPIUpdatingPrivateKey struct{}
func (*EventUAPIUpdatingPrivateKey) Args ¶
func (e *EventUAPIUpdatingPrivateKey) Args() []any
func (*EventUAPIUpdatingPrivateKey) Format ¶
func (*EventUAPIUpdatingPrivateKey) Format() string
func (*EventUAPIUpdatingPrivateKey) IsErrorf ¶
func (e *EventUAPIUpdatingPrivateKey) IsErrorf() bool
func (*EventUAPIUpdatingPrivateKey) Nice ¶
func (*EventUAPIUpdatingPrivateKey) Nice() string
func (*EventUAPIUpdatingPrivateKey) Slog ¶
func (e *EventUAPIUpdatingPrivateKey) Slog(l *slog.Logger)
type EventUDPGSODisabled ¶
type EventUDPGSODisabled struct {
OnLAddr string
}
func (*EventUDPGSODisabled) Args ¶
func (e *EventUDPGSODisabled) Args() []any
func (*EventUDPGSODisabled) Format ¶
func (*EventUDPGSODisabled) Format() string
func (*EventUDPGSODisabled) IsErrorf ¶
func (e *EventUDPGSODisabled) IsErrorf() bool
func (*EventUDPGSODisabled) Nice ¶
func (*EventUDPGSODisabled) Nice() string
func (*EventUDPGSODisabled) Slog ¶
func (e *EventUDPGSODisabled) Slog(l *slog.Logger)
type EventUpdateBind ¶
type EventUpdateBind struct {
Err error
}
func (*EventUpdateBind) Args ¶
func (e *EventUpdateBind) Args() []any
func (*EventUpdateBind) Format ¶
func (*EventUpdateBind) Format() string
func (*EventUpdateBind) IsErrorf ¶
func (e *EventUpdateBind) IsErrorf() bool
func (*EventUpdateBind) Nice ¶
func (*EventUpdateBind) Nice() string
func (*EventUpdateBind) Slog ¶
func (e *EventUpdateBind) Slog(l *slog.Logger)
type EventValue ¶
type EventValue struct {
Err error
}
func (*EventValue) Args ¶
func (e *EventValue) Args() []any
func (*EventValue) Format ¶
func (*EventValue) Format() string
func (*EventValue) IsErrorf ¶
func (e *EventValue) IsErrorf() bool
func (*EventValue) Nice ¶
func (*EventValue) Nice() string
func (*EventValue) Slog ¶
func (e *EventValue) Slog(l *slog.Logger)
Click to show internal directories.
Click to hide internal directories.