internal

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ParseRequest

type ParseRequest struct {
	Type string `json:"type"` // "File" or "Package"
	Path string `json:"path"`
}

type ParseResponse

type ParseResponse struct {
	Result  int    `json:"result"`  // 0 = success, 1 = error
	Payload string `json:"payload"` // JSON string of parsed data or error message
}

type SproutClient

type SproutClient struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(verbose bool) (*SproutClient, error)

func (*SproutClient) Close

func (c *SproutClient) Close() error

func (*SproutClient) Parse

func (c *SproutClient) Parse(fp string) (string, error)

Jump to

Keyboard shortcuts

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