KMSStorage implements Persistence.
| 33 | |
| 34 | // KMSStorage implements Persistence. |
| 35 | type KMSStorage struct{} |
| 36 | |
| 37 | // Init implements Persistence interface. |
| 38 | func (s *KMSStorage) Init(storePath string, initNodes []proto.Node) (err error) { |
nothing calls this directly
no outgoing calls
no test coverage detected