ipenv

package
v0.5.12 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const Tag feature.Tag = "user-base-ipenv"

Variables

This section is empty.

Functions

This section is empty.

Types

type CFeature

type CFeature struct {
	feature.CFeature
	// contains filtered or unexported fields
}

func (*CFeature) AddAddresses

func (f *CFeature) AddAddresses(group string, ips ...string) MakeFeature

func (*CFeature) AddNetworks

func (f *CFeature) AddNetworks(group string, cidrs ...string) MakeFeature

func (*CFeature) AddPermissions

func (f *CFeature) AddPermissions(group string, actions ...feature.Action) MakeFeature

func (*CFeature) Build

func (f *CFeature) Build(b feature.Buildable) (err error)

func (*CFeature) Init

func (f *CFeature) Init(this interface{})

func (*CFeature) Make

func (f *CFeature) Make() (feat Feature)

func (*CFeature) RewriteRequest

func (f *CFeature) RewriteRequest(w http.ResponseWriter, r *http.Request) (modified *http.Request)

func (*CFeature) Startup

func (f *CFeature) Startup(ctx *cli.Context) (err error)

func (*CFeature) UsageNotes

func (f *CFeature) UsageNotes() (notes []string)

type Feature

type Feature interface {
	feature.Feature
	feature.RequestRewriter
}

type MakeFeature

type MakeFeature interface {
	AddAddresses(group string, cidrs ...string) MakeFeature
	AddPermissions(group string, actions ...feature.Action) MakeFeature

	Make() Feature
}

func New

func New() MakeFeature

func NewTagged

func NewTagged(tag feature.Tag) MakeFeature

Jump to

Keyboard shortcuts

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