functions

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FunctionDetails

type FunctionDetails struct {
	FilePath   string
	File       string
	Name       string
	IsPublic   bool
	NumParams  int
	NumReturns int
	NumLines   int
}

type FunctionsRuleVerification

type FunctionsRuleVerification struct {
	Module         string
	Description    string
	Rule           *config.FunctionsRule
	PackageDetails []baseModel.PackageVerification
	Passes         bool
}

func NewFunctionsRuleVerification

func NewFunctionsRuleVerification(module string, rule *config.FunctionsRule) *FunctionsRuleVerification

func (*FunctionsRuleVerification) GetVerifications added in v0.8.0

func (*FunctionsRuleVerification) Name added in v0.5.0

func (*FunctionsRuleVerification) PrintResults

func (d *FunctionsRuleVerification) PrintResults()

func (*FunctionsRuleVerification) Status added in v0.5.0

func (d *FunctionsRuleVerification) Status() bool

func (*FunctionsRuleVerification) Type added in v0.5.0

func (*FunctionsRuleVerification) ValidatePatterns added in v0.6.1

func (d *FunctionsRuleVerification) ValidatePatterns() bool

func (*FunctionsRuleVerification) Verify

func (d *FunctionsRuleVerification) Verify() bool

Jump to

Keyboard shortcuts

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