github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/directory/directory.go (about)

     1  // The directory package includes the interface for the Otto Appfile
     2  // directory service that stores data related to Appfiles.
     3  //
     4  // The directory service is used to maintain forward and backward
     5  // indexes of applications to projects, projects to infras, etc. This
     6  // allows Otto to gain a global view of an Appfile when it is being
     7  // used.
     8  //
     9  // The existence of such a service allows Appfiles to not have to contain
    10  // global information of a potentially complex project.
    11  package directory