interfaces

package
v1.0.1006 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Adapter

type Adapter interface {
	LoadPolicy(model.Model) error

	LoadFilteredPolicy(model.Model, any) error

	IsFiltered() bool

	SavePolicy(model.Model) error

	AddPolicy(string, string, []string) error

	RemovePolicy(string, string, []string) error

	AddPolicies(string, string, [][]string) error

	RemovePolicies(string, string, [][]string) error

	RemoveFilteredPolicy(string, string, int, ...string) error

	UpdatePolicy(string, string, []string, []string) error
}

*

  • 适配器接口 *
  • @create 2021-9-8
  • @author deatil

Jump to

Keyboard shortcuts

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