cache

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: May 12, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GlobalCache

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

func NewGlobalCache

func NewGlobalCache(rootPath string) (*GlobalCache, error)

func NewGlobalCacheWithFiles

func NewGlobalCacheWithFiles(pathToText map[string]string) (*GlobalCache, error)

func (*GlobalCache) Delete

func (g *GlobalCache) Delete(path string)

func (*GlobalCache) FindPolicies

func (g *GlobalCache) FindPolicies(packageName ast.Ref) []*ast.Module

func (*GlobalCache) Get

func (g *GlobalCache) Get(path string) *Policy

func (*GlobalCache) GetErrors

func (g *GlobalCache) GetErrors(path string) map[string]ast.Errors

func (*GlobalCache) GetPackages

func (g *GlobalCache) GetPackages() []ast.Ref

func (*GlobalCache) Put

func (g *GlobalCache) Put(path string, rawText string) error

type Policy

type Policy struct {
	RawText string
	Errs    ast.Errors
	Module  *ast.Module
}

Jump to

Keyboard shortcuts

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