Skip to main content

Crate elizaos_plugin_github

Crate elizaos_plugin_github 

Source

Re-exports§

pub use config::GitHubConfig;
pub use error::GitHubError;
pub use error::Result;
pub use service::GitHubService;
pub use actions::ActionContext;
pub use actions::CreateBranchAction;
pub use actions::CreateCommentAction;
pub use actions::CreateIssueAction;
pub use actions::CreatePullRequestAction;
pub use actions::GitHubAction;
pub use actions::MergePullRequestAction;
pub use actions::PushCodeAction;
pub use actions::ReviewPullRequestAction;
pub use providers::GitHubIssueContextProvider;
pub use providers::GitHubProvider;
pub use providers::GitHubRepositoryStateProvider;
pub use providers::IssueContextProvider;
pub use providers::ProviderContext;
pub use providers::ProviderResult;
pub use providers::RepositoryStateProvider;
pub use types::*;

Modules§

actions
config
error
providers
service
types

Structs§

Plugin

Constants§

PLUGIN_DESCRIPTION
PLUGIN_NAME
PLUGIN_VERSION

Functions§

plugin