upstreampaths

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package upstreampaths centralizes upstream module/import constants used by codegen and tests.

Index

Constants

View Source
const (
	// LoomCoreModule is the current upstream module for core DSL/codegen/runtime APIs.
	LoomCoreModule = "github.com/CaliLuke/loom"

	// LoomCLIPackage is the go run target for the upstream generator CLI.
	LoomCLIPackage = LoomCoreModule + "/cmd/loom"

	// LoomPkgImportPath is the current upstream core package import path used in generated code.
	LoomPkgImportPath = LoomCoreModule + "/pkg"

	// LoomMCPModule is the current upstream module for MCP transport imports.
	// Keep this equal to LoomCoreModule until loom-mcp is published.
	LoomMCPModule = LoomCoreModule

	// LoomMCPHTTPImportPath is the generated import path for HTTP transport helpers.
	LoomMCPHTTPImportPath = LoomMCPModule + "/http"

	// LoomMCPJSONRPCImportPath is the generated import path for JSON-RPC transport helpers.
	LoomMCPJSONRPCImportPath = LoomMCPModule + "/jsonrpc"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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