github.com/xmidt-org/webpa-common@v1.11.9/resource/doc.go (about)

     1  /*
     2  Package resource provides common resource-handling functionality.
     3  
     4  This package is heavily inspired by frameworks like Spring.  The concept
     5  is that external resources, such as files or HTTP content, can be configured
     6  via JSON and then consumed via a common interface.
     7  */
     8  package resource