master
go 12 lines 410 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 // Package secretstore defines control-plane contracts for go.d v2 secretstores.
4 //
5 // Current scope:
6 // - core data model types
7 // - raw-config and runtime contracts
8 // - manager and snapshot provider interfaces
9 //
10 // Runtime behavior (validation, normalization, publication, and resolution)
11 // is implemented by the service/runtime packages.
12 package secretstore