policy

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package policy embedding the policy files for Casbin.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MustPolicy

func MustPolicy(name string) []byte

MustPolicy reads and returns the contents of a policy file from the embedded file system.

Note: This function is identical to Policy and may be removed in the future.

Args:

name (string): The name of the policy file to read.

Returns:

([]byte, error): The contents of the policy file as a byte slice, or an error if the file does not exist.

func Policies

func Policies() embed.FS

Policies returns the embedded file system containing all policies.

func Policy

func Policy(name string) ([]byte, error)

Policy reads and returns the contents of a policy file from the embedded file system.

Args:

name (string): The name of the policy file to read.

Returns:

([]byte, error): The contents of the policy file as a byte slice, or an error if the file does not exist.

Types

This section is empty.

Jump to

Keyboard shortcuts

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