Crate signal_gateway_code_tool

Crate signal_gateway_code_tool 

Source
Expand description

Repository source code browsing via GitHub tarball downloads.

This crate provides tools for browsing repository source code by downloading tarballs from GitHub and caching them in memory.

Structs§

CodeTool
Repository source code browser.
CodeToolConfig
Configuration for a repository’s source code access.
CodeToolTools
Tool executor for multiple repository code browsers.
GitHubRepo
A GitHub repository identifier (owner/repo).

Enums§

Source
Source of repository code - either a GitHub repo or a local tarball file.

Type Aliases§

ShaCallback
Callback type for getting the current deployed git SHA.