Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestFacts ¶
type TestFacts struct {
// contains filtered or unexported fields
}
TestFacts is a simple in-memory implementation of Facts for testing
func NewTestFacts ¶
NewTestFacts creates new test facts with the given data
func (*TestFacts) Schema ¶
func (f *TestFacts) Schema() effectus.SchemaInfo
Schema implements the Facts interface
type TestSchemaInfo ¶
type TestSchemaInfo struct{}
TestSchemaInfo is a simple schema implementation for testing
func (*TestSchemaInfo) ValidatePath ¶
func (s *TestSchemaInfo) ValidatePath(path string) bool
ValidatePath implements the SchemaInfo interface
Click to show internal directories.
Click to hide internal directories.