~jameinel/juju-core/api-registry-tracks-type

« back to all changes in this revision

Viewing changes to environs/localstorage/storage.go

Merged local-sudo-caller into local-provider-bootstrap.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        }
125
125
        return nil
126
126
}
 
127
 
 
128
func (s *storage) RemoveAll() error {
 
129
        return environs.RemoveAll(s)
 
130
}