github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/state/bakerystorage/doc.go (about)

     1  // Copyright 2022 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // Package bakerystorage provides an implementation
     5  // of the bakery Storage interface that uses MongoDB
     6  // to store items.
     7  //
     8  // This is based on github.com/go-macaroon-bakery/macaroon-bakery/v3/bakery/mgorootkeystore.
     9  package bakerystorage