github.com/juju/juju@v0.0.0-20240327075706-a90865de2538/worker/uniter/storage/export_test.go (about)

     1  // Copyright 2015 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  package storage
     5  
     6  func Storage(st *State) map[string]bool {
     7  	return st.storage
     8  }