contracts

package
v0.0.0-...-e67fd50 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

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

Jump to

Keyboard shortcuts

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