encore-go-secret

Installation
SKILL.md

Encore Go Secrets

Instructions

Secrets are encrypted, environment-scoped values managed by Encore. Declare them as a package-level secrets struct — Encore reads the field names and resolves each to the right value at runtime.

package email

var secrets struct {
    SendGridAPIKey string
    SMTPPassword   string
}
Installs
55
GitHub Stars
24
First Seen
May 15, 2026
encore-go-secret — encoredev/skills