github.com/juju/juju@v0.0.0-20240430160146-1752b71fcf00/apiserver/facades/client/modelmanager/doc.go (about)

     1  // Copyright 2022 Canonical Ltd.
     2  // Licensed under the AGPLv3, see LICENCE file for details.
     3  
     4  // Package modelmanager defines an API endpoint for functions dealing with
     5  // models: creating, listing and sharing models. This facade is available at
     6  // the root of the controller API, and as such, there is no implicit Model
     7  // associated.
     8  package modelmanager