Documentation
¶
Overview ¶
Package contracts defines interfaces for scripting and transformation operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VariableTransformer ¶
type VariableTransformer interface {
// Transform applies the transformation to the given class name
Transform(className string) string
// GetTokenName returns the token name that this transformer handles
GetTokenName() string
}
VariableTransformer defines the interface for variable transformations
Click to show internal directories.
Click to hide internal directories.