Documentation ¶
Overview ¶
Package secret fetches and caches development secrets for Encore apps.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct { // Synced is when the values were last synced. Synced time.Time // Values is a key-value map of defined secrets. Values map[string]string }
Data is a snapshot of an Encore app's development secret values.
Click to show internal directories.
Click to hide internal directories.