server

package
v0.0.0-...-10788ea Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2022 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewHttpApi

func NewHttpApi(store MapStore) *httpApi

Types

type MapStore

type MapStore interface {
	GetAll() ([]string, error)
	Put(ipStr string) error
	Delete(ipStr string) error
}

func NewMapStore

func NewMapStore(ctx context.Context, bpfMap *ebpf.Map) MapStore

func NewMockStore

func NewMockStore() MapStore

Jump to

Keyboard shortcuts

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