Versions in this module Expand all Collapse all v0 v0.2.0 Jun 11, 2026 Changes in this version type DiscordConfig + SharedRoleID string v0.1.0 Jun 10, 2026 Changes in this version + func NewVersionHandler(secret string, fn func(contract.NewVersionEvent) error) http.Handler + func Run(p AppProfile) error + type AgentRef struct + Secret string + URL string + type AppProfile struct + Build contract.VerifyInfo + Commands []bot.Command + DB *DBConfig + DeployAgent AgentRef + Discord DiscordConfig + Events EventHandlers + Mux *http.ServeMux + Name string + RepoURL string + type DBConfig struct + ConnStr string + MigrationsDir string + type DiscordConfig struct + AppID string + GuildID string + OAuthClientID string + OAuthClientSecret string + OAuthRedirectURL string + Token string + type EventHandlers struct + EventSecret string + NewVersion func(contract.NewVersionEvent) error