blackhole

package
v3.50.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2018 License: MIT Imports: 12 Imported by: 0

Documentation

Overview

Package blackhole is an outbound handler that blocks all connections.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v1.1.0

type Config struct {
	Response             *serial.TypedMessage `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*Config) Descriptor added in v1.1.0

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

func (*Config) GetInternalResponse added in v1.1.0

func (c *Config) GetInternalResponse() (ResponseConfig, error)

GetInternalResponse converts response settings from proto to internal data structure.

func (*Config) GetResponse added in v1.1.0

func (m *Config) GetResponse() *serial.TypedMessage

func (*Config) ProtoMessage added in v1.1.0

func (*Config) ProtoMessage()

func (*Config) Reset added in v1.1.0

func (m *Config) Reset()

func (*Config) String added in v1.1.0

func (m *Config) String() string

func (*Config) XXX_DiscardUnknown

func (m *Config) XXX_DiscardUnknown()

func (*Config) XXX_Marshal

func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config) XXX_Merge

func (m *Config) XXX_Merge(src proto.Message)

func (*Config) XXX_Size

func (m *Config) XXX_Size() int

func (*Config) XXX_Unmarshal

func (m *Config) XXX_Unmarshal(b []byte) error

type HTTPResponse added in v1.1.0

type HTTPResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*HTTPResponse) Descriptor added in v1.1.0

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

func (*HTTPResponse) ProtoMessage added in v1.1.0

func (*HTTPResponse) ProtoMessage()

func (*HTTPResponse) Reset added in v1.1.0

func (m *HTTPResponse) Reset()

func (*HTTPResponse) String added in v1.1.0

func (m *HTTPResponse) String() string

func (*HTTPResponse) WriteTo added in v1.1.0

func (*HTTPResponse) WriteTo(writer buf.Writer) int32

WriteTo implements ResponseConfig.WriteTo().

func (*HTTPResponse) XXX_DiscardUnknown

func (m *HTTPResponse) XXX_DiscardUnknown()

func (*HTTPResponse) XXX_Marshal

func (m *HTTPResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*HTTPResponse) XXX_Merge

func (m *HTTPResponse) XXX_Merge(src proto.Message)

func (*HTTPResponse) XXX_Size

func (m *HTTPResponse) XXX_Size() int

func (*HTTPResponse) XXX_Unmarshal

func (m *HTTPResponse) XXX_Unmarshal(b []byte) error

type Handler added in v1.1.0

type Handler struct {
	// contains filtered or unexported fields
}

Handler is an outbound connection that silently swallow the entire payload.

func New added in v1.1.0

func New(ctx context.Context, config *Config) (*Handler, error)

New creates a new blackhole handler.

func (*Handler) Process added in v1.1.0

func (h *Handler) Process(ctx context.Context, link *vio.Link, dialer internet.Dialer) error

Process implements OutboundHandler.Dispatch().

type NoneResponse added in v1.1.0

type NoneResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NoneResponse) Descriptor added in v1.1.0

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

func (*NoneResponse) ProtoMessage added in v1.1.0

func (*NoneResponse) ProtoMessage()

func (*NoneResponse) Reset added in v1.1.0

func (m *NoneResponse) Reset()

func (*NoneResponse) String added in v1.1.0

func (m *NoneResponse) String() string

func (*NoneResponse) WriteTo added in v1.1.0

func (*NoneResponse) WriteTo(buf.Writer) int32

WriteTo implements ResponseConfig.WriteTo().

func (*NoneResponse) XXX_DiscardUnknown

func (m *NoneResponse) XXX_DiscardUnknown()

func (*NoneResponse) XXX_Marshal

func (m *NoneResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*NoneResponse) XXX_Merge

func (m *NoneResponse) XXX_Merge(src proto.Message)

func (*NoneResponse) XXX_Size

func (m *NoneResponse) XXX_Size() int

func (*NoneResponse) XXX_Unmarshal

func (m *NoneResponse) XXX_Unmarshal(b []byte) error

type ResponseConfig added in v1.1.0

type ResponseConfig interface {
	// WriteTo writes predefined response to the give buffer.
	WriteTo(buf.Writer) int32
}

ResponseConfig is the configuration for blackhole responses.

Jump to

Keyboard shortcuts

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